wasm-python

Demonstration of running Python code (as a string) via a Rust-hosted WASM module.

Usage

cargo run --release

Resources

Get WASM-compiled CPython from here.

Discussion of usage on command-line in this blog post.