Skip to main content

MEMORY_CAP

Constant MEMORY_CAP 

Source
pub const MEMORY_CAP: usize = 131_072;
Expand description

Hard cap on a cart’s initial linear memory: 128 K, enforced at load (see vm.rs). Numerically equals MAX_WASM_SIZE but is a distinct limit.