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

Class GlobalValue

cranelift/codegen/src/ir/entities.rs:179–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
178#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
179pub struct GlobalValue(u32);
180entity_impl!(GlobalValue, "gv");
181
182impl GlobalValue {

Callers 2

numbered_entityMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected