Home
last modified time | relevance | path

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

/wasmtime-44.0.1/cranelift/src/
H A Dinterpret.rs82 pub fn from_inline_code(contents: String) -> Self { in from_inline_code() method
170 FileInterpreter::from_inline_code(code).run().unwrap() in nop()