MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / clif_dir

Method clif_dir

crates/cranelift/src/builder.rs:71–74  ·  view source on GitHub ↗
(&mut self, path: &path::Path)

Source from the content-addressed store, hash-verified

69 }
70
71 fn clif_dir(&mut self, path: &path::Path) -> Result<()> {
72 self.clif_dir = Some(path.to_path_buf());
73 Ok(())
74 }
75
76 fn target(&mut self, target: target_lexicon::Triple) -> Result<()> {
77 self.inner.target(target)?;

Callers 1

build_compilerMethod · 0.45

Calls 1

OkFunction · 0.85

Tested by

no test coverage detected