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

Class Constant

cranelift/assembler-x64/src/api.rs:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73#[derive(Debug, Copy, Clone, PartialEq)]
74#[cfg_attr(any(test, feature = "fuzz"), derive(arbitrary::Arbitrary))]
75pub struct Constant(pub u32);
76
77/// Wrap [`CodeSink`]-specific trap codes.
78#[derive(Debug, Clone, Copy, PartialEq)]

Callers 5

runMethod · 0.50
numbered_entityMethod · 0.50
clone_die_attributesFunction · 0.50
buildMethod · 0.50

Calls

no outgoing calls

Tested by 1

runMethod · 0.40