chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -88,7 +88,9 @@ fn initialize(
|
||||
>(&path, config)
|
||||
}
|
||||
} else {
|
||||
pezsc_executor_wasmtime::create_runtime::<pezsp_io::BizinikiwiHostFunctions>(blob, config)
|
||||
pezsc_executor_wasmtime::create_runtime::<pezsp_io::BizinikiwiHostFunctions>(
|
||||
blob, config,
|
||||
)
|
||||
}
|
||||
.map(|runtime| -> Box<dyn WasmModule> { Box::new(runtime) })
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user