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

Class FuncRef

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

Source from the content-addressed store, hash-verified

276#[derive(Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord)]
277#[cfg_attr(feature = "enable-serde", derive(Serialize, Deserialize))]
278pub struct FuncRef(u32);
279entity_impl!(FuncRef, "fn");
280
281impl FuncRef {

Calls

no outgoing calls