Constant greenwasm_structure::types::WEC_MAX_SIZE[][src]

pub const WEC_MAX_SIZE: usize = ::std::u32::MAX as usize

Vectors may have at most 2^32 - 1 elements, presumably to ensure their size can be expressed as a u32.