Running Python code in a sandbox with MicroPython and WASM

(simonwillison.net)

15 points | by pretext a day ago ago

2 comments

  • K0IN a day ago ago

    Is there any way to load (external) libraries into the sandbox?

    • simonw 17 hours ago ago

      Right now the best way to do that would be to concatenate all the source code together into a single string - and they'd need to be compatible with MicroPython.