Expand description
This crate provides an implementation of WasmModule
that is baked by wasmi.
Structs§
- Wasmi
Instance - Wasmi instance wrapper along with the state snapshot.
- Wasmi
Runtime - A runtime along with initial copy of data segments.
Functions§
- create_
runtime - Create a new
WasmiRuntime
given the code. This function loads the module and stores it in the instance.