Function sc_service::new_wasm_executor
source · pub fn new_wasm_executor<H: HostFunctions>(
config: &Configuration
) -> WasmExecutor<H>
Expand description
Creates a WasmExecutor
according to Configuration
.
pub fn new_wasm_executor<H: HostFunctions>(
config: &Configuration
) -> WasmExecutor<H>
Creates a WasmExecutor
according to Configuration
.