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

Method triple

crates/winch/src/builder.rs:27–29  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

25
26impl CompilerBuilder for Builder {
27 fn triple(&self) -> &target_lexicon::Triple {
28 self.inner.triple()
29 }
30
31 fn target(&mut self, target: target_lexicon::Triple) -> Result<()> {
32 self.inner.target(target.clone())?;

Callers 2

newMethod · 0.45
hashMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected