Demonstration of running Python code (as a string) via a Rust-hosted WASM module.
cargo run --release
Get WASM-compiled CPython from here.
Discussion of usage on command-line in this blog post.
Demonstration of running Python code (as a string) via a Rust-hosted WASM module.
cargo run --release
Get WASM-compiled CPython from here.
Discussion of usage on command-line in this blog post.