wasui-memory 0.1.1

Easy way to create playground of WASI applications for web
Documentation
1
2
3
4
5
6
7
pub mod preview1;

#[cfg(feature = "js-sys")]
pub use js_sys;

#[cfg(feature = "wasm-bridge")]
pub use wasm_bridge;