inkpad-executor 0.1.0

wasm executor of inkpad
Documentation
1
2
3
4
5
6
7
8
//! wasmtime executor
mod builder;
mod instance;
mod memory;
mod trap;
mod util;

pub use self::{builder::Builder, instance::Instance, memory::Memory};