memory64 property

bool memory64
final

Whether or not this is a 64-bit memory, using i64 as an index. If this is false it's a 32-bit memory using i32 as an index.

This is part of the memory64 proposal in WebAssembly.

Implementation

final bool memory64;