Function air::trace::run::create_runner

source ยท
async fn create_runner(
    mode: Option<Mode>,
    _air_interpreter_wasm_path: &Path,
    _air_contract_wasm_path: &Path,
    _max_heap_size: Option<u64>,
    _test_init_parameters: TestInitParameters,
) -> Result<Box<dyn AirRunner>>