referrerpolicy=no-referrer-when-downgrade

Crate sc_executor_wasmtime

source ·
Expand description

Defines a WasmRuntime that uses the Wasmtime JIT to execute.

You can choose a profiling strategy at runtime with environment variable WASMTIME_PROFILING_STRATEGY:

WASMTIME_PROFILING_STRATEGYEffect
undefinedNo profiling
"jitdump"jitdump profiling
other valueNo profiling (warning)

Structs§

Enums§

Traits§

  • A trait that defines an abstract WASM runtime module.

Functions§