Crate sc_executor_wasmtime[−][src]
Structs
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.