Constant MAX_CODE_SIZE
pub const MAX_CODE_SIZE: u32 = _; // 264_241_152u32Expand description
Re-exported PVM2 ABI layout constants (see [javm_cap::layout]).
Maximum byte length of the code region. Code occupies [CODE_BASE, CODE_BASE + code_len) and must stay below DATA_BASE, so
code_len ≤ DATA_BASE − CODE_BASE = 252 MiB.