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
This proposal has been implemented in engines, and we should implement support for it in Emscripten. Specifically, that would mean switching to RAB/GSAB to back the typed heap views; with pthreads + growable memories, this would allow us to avoid checking for detachment on every heap reference. We might also want to do it with RAB in the non-threaded case (since the behavior of RAB matches wasm memories more closely) but that seems like less of a big deal.
There are a couple of open questions still in the spec (see discussion in the recent CG meeting but it probably doesn't block starting on this.