Skip to main content

buffer

property WebAssembly.Memory.prototype.buffer

An accessor property that returns the buffer contained in the memory.

ArrayBuffer | SharedArrayBuffer
Back to top