Expand description
Provide wasmi support.
Re-exports§
pub use env::WasmiEnvironment;pub use memory::MemoryWrap;pub use wasmi;
Modules§
- env
- wasmi environment for running a module.
- funcs_
tree buildfunction that collects all the syscalls.- memory
- wasmi extensions for memory.
- runtime
- Runtime implementation for wasmi backend.
- state