Function sc_service::new_native_or_wasm_executor
source · pub fn new_native_or_wasm_executor<D: NativeExecutionDispatch>(
config: &Configuration
) -> NativeElseWasmExecutor<D>
Expand description
Creates a NativeElseWasmExecutor
according to Configuration
.