Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/src/
H A Dinterpret.rs31 let runner = FileInterpreter::from_path(file)?; in run()
63 pub struct FileInterpreter { struct
68 impl FileInterpreter { argument
170 FileInterpreter::from_inline_code(code).run().unwrap() in nop()