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