This project aims to give a low-level and a high-level binding to ewasm from Rust.
Add the dependency, as usual:
toml
[dependencies]
ewasm-api = "0.8"
rust
extern crate ewasm_api;
Further documentation is available here.
Alex Beregszaszi, Jake Lang
Apache 2.0