1
2
3
4
5
6
pub use crate::vm::NyarVM;

wasmtime::component::bindgen!();

mod host;
mod vm;