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>>
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>>