wasm-bridge 0.4.0

Run WASM modules on desktop or on the web using wasmtime's API
Documentation
mod module;
pub use module::*;

mod linker;
pub use linker::*;

mod instance;
pub use instance::*;

mod func;
pub use func::*;

mod typed_func;
pub use typed_func::*;

mod memory;
pub use memory::*;

mod val;
pub use val::*;

mod types;
pub use types::*;