Skip to main content

MAX_GLOBALS

Constant MAX_GLOBALS 

Source
pub const MAX_GLOBALS: usize = _; // 65_535usize
Expand 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.