RUNTIME_MAX_PAGES
Maximum number of pages allowed by the runtime. WASM supports 2^16 pages, but this runtime stores memory in signed-indexed arrays, so the practical limit is lower.
Maximum number of pages allowed by the runtime. WASM supports 2^16 pages, but this runtime stores memory in signed-indexed arrays, so the practical limit is lower.