wasm-bridge 0.4.0

Run WASM modules on desktop or on the web using wasmtime's API
Documentation
1
2
3
4
5
6
7
8
9
10
mod from_js_value;
mod into_closure;
mod to_js_value;

#[cfg(test)]
mod from_js_value_tests;

pub use from_js_value::*;
pub use into_closure::*;
pub use to_js_value::*;