Crate stateroom_wasm_host

Source
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§

WasmHost
Hosts a stateroom::StateroomService implemented by a WebAssembly module.
WasmHostFactory
Loads and caches a WebAssembly module such that a WasmHost instance can be created from it.

Enums§

WasmRuntimeError
An error encountered while running WebAssembly.