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
Emscripten builds can be built with pthreads support (see https://emscripten.org/docs/porting/pthreads.html). I've tested locally and it is possible to build CppInterOps with pthread support, but given its limited browser support (as far as I can tell from the link it only currently works on very recent versions of Firefox, but don't know how often the documentation is updated). It may not be worth putting in for now. Leaving this issue as a potential future improvement once pthreads is better supported by more browsers.