Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ flags
Method
flags
cranelift/codegen/src/isa/x64/mod.rs:102–104 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
100
}
101
102
fn flags(&self) -> &Flags {
103
&self.flags
104
}
105
106
fn isa_flags(&self) -> Vec<shared_settings::Value> {
107
self.x64_flags.iter().collect()
Callers
7
compile_with_cache
Method · 0.45
hash
Method · 0.45
from
Method · 0.45
optimize
Method · 0.45
new
Method · 0.45
compile
Function · 0.45
verify_entity_references
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected