Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
impl 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
new
Method · 0.45
hash
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected