heapU8 property

  1. @JS('HEAPU8')
JSUint8Array get heapU8

The current heap view. Re-read per operation — ALLOW_MEMORY_GROWTH swaps the backing ArrayBuffer and stale views detach.

Implementation

@JS('HEAPU8')
external JSUint8Array get heapU8;