Crate sc_executor_common

Source
Expand description

A set of common definitions that are needed for defining execution engines.

Modules§

error
Rust executor possible errors.
runtime_blob
This module allows for inspection and instrumentation, i.e. modifying the module to alter it’s structure or behavior, of a wasm module.
util
Utilities used by all backends
wasm_runtime
Definitions for a wasm runtime.