Expand description
wasmer_runtime_layer implements the wasm_runtime_layer abstraction interface over WebAssembly runtimes for Wasmer.
Structsยง
- Engine
- Newtype wrapper around
wasmer::Engine. - Extern
Ref - 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::Storethat owns its dataT. - Store
Context - Wrapper around
wasmer::StoreRefthat references the dataT. - Store
Context Mut - Wrapper around
wasmer::StoreMutthat references the dataT. - Table
- Newtype wrapper around
wasmer::Table.