Home
last modified time | relevance | path

Searched refs:parent_module (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/tests/all/
H A Dtraps.rs946 let parent_module = Module::new( in catch_trap_calling_across_stores() localVariable
958 let parent_instance = linker.instantiate(&mut store, &parent_module)?; in catch_trap_calling_across_stores()