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

Add se2-bindings example #93

Closed assambar closed 1 year ago

assambar commented 1 year ago

This is the polished version of the WasmHost-to-Python and Python-to-WasmHost bindings example with SE2 ABI.

The original thing is in the "bindings" branch in "experiments" folder. I am not touching it for now, until we have this published officially.