Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/native_debug/
H A Dsimulate.rs12 let obj_path = obj_file.path().to_str().unwrap(); in check_wat() localVariable
13 compile_cranelift(&wasm, None, None, obj_path)?; in check_wat()
14 let dump = get_dwarfdump(obj_path, DwarfDumpSection::DebugInfo)?; in check_wat()
H A Dtranslate.rs13 let obj_path = obj_file.path().to_str().unwrap(); in check_wasm() localVariable
14 compile_cranelift(&wasm, Some(wasm_path.as_ref()), None, obj_path)?; in check_wasm()
15 let dump = get_dwarfdump(obj_path, DwarfDumpSection::DebugInfo)?; in check_wasm()