Function air::trace::run::wasm::create_wasm_avm_runner

source ยท
pub(crate) async fn create_wasm_avm_runner(
    air_interpreter_wasm_path: &Path,
    max_heap_size: Option<u64>,
    test_init_parameters: TestInitParameters,
) -> Result<Box<WasmAvmRunner>>