Function sc_executor_polkavm::create_runtime

source ยท
pub fn create_runtime<H>(
    blob: &ProgramBlob<'_>,
) -> Result<Box<dyn WasmModule>, WasmError>
where H: HostFunctions,