vmware-labs / webassembly-language-runtimes

Wasm Language Runtimes provides popular language runtimes (Ruby, Python, …) precompiled to WebAssembly that are tested for compatibility and kept up to date when new versions of upstream languages are released
Apache License 2.0
327 stars 27 forks source link

Improved Rust py example #107

Closed assambar closed 1 year ago

assambar commented 1 year ago

Add helper crates for usage of libpython in Rust.

Improve the example, which demonstrates how to embed libpython in Rust - `python/examples/embedding/wasm-py-rs

Here is the readme - https://github.com/vmware-labs/webassembly-language-runtimes/tree/rust-py-example/python/examples/embedding/wasi-py-rs`