pub const MAX_GLOBALS: usize = _; // 65_535usizeExpand description
Maximum number of global variable bindings.
This limit is imposed by the OpSetGlobal/OpGetGlobal instructions’
2-byte index encoding, which can represent indices from 0 to 65,535.