Function sc_service::new_native_or_wasm_executor
source ยท pub fn new_native_or_wasm_executor<D: NativeExecutionDispatch>(
config: &Configuration,
) -> NativeElseWasmExecutor<D>
๐Deprecated: Please switch to
new_wasm_executor
. Will be removed at end of 2024.Expand description
Creates a NativeElseWasmExecutor
according to
Configuration
.