Crate sc_executor_wasmtime[][src]

Structs

Knobs for deterministic stack height limiting.

Functions

Create a new WasmtimeRuntime given the code. This function performs translation from Wasm to machine code, which can be computationally heavy.

The same as create_runtime but takes a precompiled artifact, which makes this function considerably faster than create_runtime.

Takes a RuntimeBlob and precompiles it returning the serialized result of compilation. It can then be used for calling create_runtime avoiding long compilation times.