Edge Python a 170 KB sandboxed Python subset (WASM) for running agent-generated code client-side (directly in the browser)
Summary
Edge Python is a 170 KB WASM-based sandboxed Python subset that runs agent-generated code directly in the browser without a server, supporting classes, async/await, pattern matching, and more.
Similar Articles
Running Python code in a sandbox with MicroPython and WASM
Simon Willison introduces micropython-wasm, an alpha package that runs Python code in a sandbox using MicroPython compiled to WebAssembly, enabling safe plugin execution within Python applications like Datasette.
micropython-wasm 0.1a2
MicroPython ported to WebAssembly as a tool for sandboxed Python execution in the browser.
agentOS
agentOS is a 254× cheaper sandbox alternative powered by WebAssembly, designed for secure code execution.
I built Belgie, which gives Python AI agents a TypeScript sandbox (without installing Node)
Belgie is a tool that allows Python AI agents to run TypeScript code in a sandbox without requiring Node.js installation.
How Wasmer used Codex to build a Node.js runtime for the edge
Wasmer used OpenAI's Codex to build Edge.js, a Node.js runtime for edge computing running inside a WebAssembly sandbox, reducing development from a year to two weeks.