Skip to main content

create_runtime

Function create_runtime 

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