Running Python code in a sandbox with MicroPython and WASM
simonwillison.net
Running Python code in a sandbox with MicroPython and WASM
1–3 of 3 posts
Re: Running Python code in a sandbox with MicroPython and WASM
#2Is there any way to load (external) libraries into the sandbox?
Re: Running Python code in a sandbox with MicroPython and WASM
#3Is there any way to load (external) libraries into the sandbox?
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.