Crate wasmi_runtime_layer

Source
Expand description

wasmi_runtime_layer implements the wasm_runtime_layer abstraction interface over WebAssembly runtimes for Wasmi.

Structsยง

Engine
Newtype wrapper around wasmi::Engine.
ExternRef
Newtype wrapper around wasmi::ExternRef, which ensures it is always Some.
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>.
StoreContext
Newtype wrapper around [wasmi::StoreContext<'a, T>].
StoreContextMut
Newtype wrapper around [wasmi::StoreContextMut<'a, T>].
Table
Newtype wrapper around wasmi::Table.