Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ enable
Method
enable
cranelift/codegen/src/isa/mod.rs:235–237 ·
view source on GitHub ↗
(&mut self, name: &str)
Source
from the content-addressed store, hash-verified
233
}
234
235
fn enable(&mut self, name: &str) -> SetResult<()> {
236
self.setup.enable(name)
237
}
238
}
239
240
/// After determining that an instruction doesn't have an encoding, how should we proceed to
Callers
10
parse_option
Function · 0.45
generate_flags
Method · 0.45
set_isa_flags
Method · 0.45
test_s390x_binemit
Function · 0.45
test_x64_emit
Function · 0.45
isa_constructor_32
Function · 0.45
isa_constructor_64
Function · 0.45
hwcap_detect
Function · 0.45
cpuinfo_detect
Function · 0.45
infer_native_flags
Function · 0.45
Calls
no outgoing calls
Tested by
3
parse_option
Function · 0.36
test_s390x_binemit
Function · 0.36
test_x64_emit
Function · 0.36