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