wasui-memory 0.1.1

Easy way to create playground of WASI applications for web
Documentation
1
2
3
4
#[cfg(feature = "js-sys")]
mod js_sys;
#[cfg(all(feature = "wasm-bridge", target_arch = "wasm32"))]
mod wasm_bridge;