pub fn new_wasm_executor<H: HostFunctions>(
config: &ExecutorConfiguration,
) -> WasmExecutor<H>
Expand description
Creates a WasmExecutor
according to ExecutorConfiguration
.
pub fn new_wasm_executor<H: HostFunctions>(
config: &ExecutorConfiguration,
) -> WasmExecutor<H>
Creates a WasmExecutor
according to ExecutorConfiguration
.