nyar_runtime/
lib.rs

1pub use crate::vm::NyarVM;
2
3wasmtime::component::bindgen!();
4
5mod host;
6mod vm;