Module wasm_runtime

Source
Expand description

Definitions for a wasm runtime.

Enums§

InvokeMethod
A method to be used to find the entrypoint when calling into the runtime

Traits§

WasmInstance
A trait that defines an abstract wasm module instance.
WasmModule
A trait that defines an abstract WASM runtime module.