Expand description
This module provides a stateroom::StateroomService implementation that is backed by a
WebAssembly module. It is the counterpart to stateroom-wasm
, which is used to
implement a compatible guest module.
Structs§
- Wasm
Host - Hosts a stateroom::StateroomService implemented by a WebAssembly module.
- Wasm
Host Factory - Loads and caches a WebAssembly module such that a WasmHost instance can be created from it.
Enums§
- Wasm
Runtime Error - An error encountered while running WebAssembly.