pub fn new_native_or_wasm_executor<D: NativeExecutionDispatch>(
    config: &Configuration
) -> NativeElseWasmExecutor<D>
Expand description

Creates a NativeElseWasmExecutor according to Configuration.