Searched refs:obj_path (Results 1 – 2 of 2) sorted by relevance
12 let obj_path = obj_file.path().to_str().unwrap(); in check_wat() localVariable13 compile_cranelift(&wasm, None, None, obj_path)?; in check_wat()14 let dump = get_dwarfdump(obj_path, DwarfDumpSection::DebugInfo)?; in check_wat()
13 let obj_path = obj_file.path().to_str().unwrap(); in check_wasm() localVariable14 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()