Expand description
wasmi_runtime_layer
implements the wasm_runtime_layer
abstraction interface over WebAssembly runtimes for Wasmi
.
Structsยง
- Engine
- Newtype wrapper around
wasmi::Engine
. - Extern
Ref - Newtype wrapper around
wasmi::ExternRef
, which ensures it is alwaysSome
. - Func
- Newtype wrapper around
wasmi::Func
. - Global
- Newtype wrapper around
wasmi::Global
. - Instance
- Newtype wrapper around
wasmi::Instance
. - Memory
- Newtype wrapper around
wasmi::Memory
. - Module
- Newtype wrapper around
wasmi::Module
. - Store
- Newtype wrapper around
wasmi::Store<T>
. - Store
Context - Newtype wrapper around [
wasmi::StoreContext<'a, T>
]. - Store
Context Mut - Newtype wrapper around [
wasmi::StoreContextMut<'a, T>
]. - Table
- Newtype wrapper around
wasmi::Table
.