Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/explorer/src/
H A Dlib.rs277 let function_path = clif_dir.join(format!("wasm_func_{}.clif", function.func_index)); in annotate_clif() localVariable
278 if !function_path.exists() { in annotate_clif()
287 let file = File::open(&function_path)?; in annotate_clif()