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

Class Inst

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

Source from the content-addressed store, hash-verified

96#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
97#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
98pub struct Inst(u32);
99entity_impl!(Inst, "inst");
100
101/// An opaque reference to a stack slot.

Callers 3

fromMethod · 0.70
fromMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected