An application may want to map en external buffer and read/write to it directly. A concrete example is mapping a webgl vertex buffer into a wasm module to have it filled out based by decoding a model file.
An application may want to map en external buffer and read/write to it directly.
A concrete example is mapping a webgl vertex buffer into a wasm module to have it filled out based by decoding a model file.