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