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
11
mod lift;
mod lift_impls;
mod lower;
mod lower_impls;
mod memory;
mod size_description;

pub use lift::*;
pub use lower::*;
pub use memory::*;
pub use size_description::*;