wasm-bridge 0.1.3

Run WASM modules on desktop or on the web using wasmtime's API
Documentation
1
2
3
4
5
6
7
8
pub use wasmtime::*;

#[cfg(feature = "component-model")]
pub mod component {
    pub use wasmtime::component::*;

    pub use wasm_bridge_macros::bindgen_sys as bindgen;
}