maximum property

BigInt? maximum
final

Optional maximum size of this memory, in wasm pages.

For 32-bit memories (when memory64 is false) this is guaranteed to be at most u32::MAX for valid types. This field is always present for valid wasm memories when shared is true.

Implementation

final BigInt /*U64*/ ? maximum;