Crate jamsocket_wasm_host[−][src]
Expand description
This module provides a jamsocket::JamsocketService implementation that is backed by a
WebAssembly module. It is the counterpart to jamsocket-wasm
, which is used to
implement a compatible guest module.
Structs
Hosts a jamsocket::JamsocketService implemented by a WebAssembly module.
Loads and caches a WebAssembly module such that a WasmHost instance can be created from it.
Enums
An error encountered while running WebAssembly.