pub const FUNCREF_MASK: usize = _; // 4_294_967_294usize
Expand description

The mask we apply to all refs loaded from funcref tables.

This allows us to use the LSB as an “initialized flag” (see below) to distinguish from an uninitialized element in a lazily-initialized funcref table.