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