Crate wasmer_runtime_layer

Source
Expand description

wasmer_runtime_layer implements the wasm_runtime_layer abstraction interface over WebAssembly runtimes for Wasmer.

Structsยง

Engine
Newtype wrapper around wasmer::Engine.
ExternRef
Newtype wrapper around wasmer::ExternRef.
Func
Newtype wrapper around wasmer::Function.
Global
Newtype wrapper around wasmer::Global.
Instance
Newtype wrapper around wasmer::Instance.
Memory
Newtype wrapper around wasmer::Memory.
Module
Wrapper around wasmer::Module.
Store
Wrapper around wasmer::Store that owns its data T.
StoreContext
Wrapper around wasmer::StoreRef that references the data T.
StoreContextMut
Wrapper around wasmer::StoreMut that references the data T.
Table
Newtype wrapper around wasmer::Table.