You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a non-web encoding was able to mark a region as volitile, memory-mapped I/O based device drivers could be implemented in WebAssembly. (If this isn't currently possible at this late state of proposal, I'm likely to add this to a new proposal.)
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.
The text was updated successfully, but these errors were encountered: