create_runtime

Function create_runtime 

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