nyar-runtime 0.0.2

WAST encoder supporting wasi and wit components
Documentation
1
2
3
4
5
6
pub use crate::vm::NyarVM;

wasmtime::component::bindgen!();

mod host;
mod vm;