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

Class Inst

cranelift/entity/src/list.rs:649–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647 /// An opaque reference to an instruction in a function.
648 #[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
649 pub struct Inst(u32);
650 entity_impl!(Inst, "inst");
651
652 #[test]

Callers 1

from_sliceFunction · 0.70

Calls

no outgoing calls

Tested by 1

from_sliceFunction · 0.56