Files
wasmtime/crates/api
Josh Triplett 7c8ac3d71c Simplify examples: avoid unnecessary HostRef wrap/unwrap
Several of the examples wrap the Instance in a HostRef, only to
immediately borrow it again to get the exports,and then never touch it
again. Simplify this by owning the Instance directly.
2019-11-21 06:57:14 +01:00
..
2019-11-08 06:35:40 -08:00
2019-11-08 06:35:40 -08:00

Implementation of wasm-c-api in Rust

https://github.com/WebAssembly/wasm-c-api