MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / flags_or_isa

Method flags_or_isa

cranelift/filetests/src/subtest.rs:42–47  ·  view source on GitHub ↗

Get a `FlagsOrIsa` object for passing to the verifier.

(&self)

Source from the content-addressed store, hash-verified

40impl<'a> Context<'a> {
41 /// Get a `FlagsOrIsa` object for passing to the verifier.
42 pub fn flags_or_isa(&self) -> FlagsOrIsa<'a> {
43 FlagsOrIsa {
44 flags: self.flags,
45 isa: self.isa,
46 }
47 }
48}
49
50/// Common interface for implementations of test commands.

Callers 2

runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected