alt.hn

6/6/2026 at 6:15:17 AM

Running Python code in a sandbox with MicroPython and WASM

https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/

by pretext

6/6/2026 at 10:13:53 AM

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

by K0IN

6/6/2026 at 5:33:14 PM

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.

by simonw