Module sc_executor_common::wasm_runtime[][src]

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.