Running Python code in a sandbox with MicroPython and WASM
Simon Willison released an alpha package called micropython-wasm that runs Python code in a sandbox using WebAssembly, along with a Datasette Agent plugin called datasette-agent-micropython that uses it for safe code exe…