bindings/memory_web library

Properties

HEAP32 JSInt32Array
getter/setter pair
HEAPF32 JSFloat32Array
getter/setter pair
HEAPU8 JSUint8Array
getter/setter pair

Functions

allocate(int byteLength) int
copyBytes(int destPtr, ByteBuffer buffer) → void
copyFromTypedData(int destPtr, TypedData view) → void
free(int ptr) → void
readF32(int ptr, int count) Float32List
readI32(int addr) int