Running Python code in a sandbox with MicroPython and WASM
Summary
The article discusses running Python inside a secure sandbox using MicroPython compiled to WebAssembly, via the micropython-wasm project. It covers design goals for safe code execution, memory/CPU limiting, and controlled I/O, plus practical notes on host functions and integration with Datasette Agent. It highlights open-source tooling and experimental approaches to sandboxing Python in production-like environments.