Single-pass SSA bytecode compiler and threaded-code stack VM for a Python subset. NaN-boxed values, inline caching, super-instruction fusion, pure-function memoization, mark-sweep GC, interpreter snapshots, and coverage-guided fuzzing. Runs in the browser as a WebAssembly module, or in the CLI as a script, a standalone binary, or a pool of workers.
python rust serialization memoization interpreter bytecode compiler virtual-machine sandbox webassembly wasm ssa garbage-collector fuzzing python-compiler no-std python-interpreter static-single-assignment nan-boxing inline-caching
-
Updated
Sep 1, 2026 - Rust