Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ from
Method
from
cranelift/codegen/src/settings.rs:463–465 ·
view source on GitHub ↗
(flags: &'a Flags)
Source
from the content-addressed store, hash-verified
461
462
impl<
'a> From<&'
a Flags> for FlagsOrIsa<'a> {
463
fn from(flags: &
'a Flags) -> FlagsOrIsa<'
a> {
464
FlagsOrIsa { flags, isa: None }
465
}
466
}
467
468
impl<
'a> From<&'
a dyn TargetIsa> for FlagsOrIsa<'a> {
Callers
nothing calls this directly
Calls
1
flags
Method · 0.45
Tested by
no test coverage detected