referrerpolicy=no-referrer-when-downgrade
sc_executor_polkavm

Function create_runtime

Source
pub fn create_runtime<H>(
    blob: &ProgramBlob,
) -> Result<Box<dyn WasmModule>, WasmError>
where H: HostFunctions,