heap property
Provides access to the WebAssemblys memory buffer.
The actual ByteBuffer object returned by this getter is allowed to change;
It should not be cached in a state variable and is thus annotated with @doNotStore
.
Implementation
@doNotStore
ByteBuffer get heap;