Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ build
Method
build
crates/cranelift/src/isa_builder.rs:96–99 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
94
}
95
96
pub fn build(&self) -> T {
97
self.inner
98
.finish(settings::Flags::new(self.shared_flags.clone()))
99
}
100
101
pub fn shared_flags(&self) -> Flags {
102
settings::Flags::new(self.shared_flags.clone())
Callers
nothing calls this directly
Calls
3
new
Function · 0.50
finish
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected