RUNTIME_MAX_PAGES

const val RUNTIME_MAX_PAGES: Int = 32767

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.