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
There is a breaking change in emscripten where emscripten_async_queue_on_thread_ is now called emscripten_dispatch_to_thread. As a result, JSWrap.hpp does not currently compile with Emscripten 2.0.14. This is an easy fix, but it's technically also a breaking change for us (once we make it everyone will have to update their version of Emscripten), so we should do it at a time when that won't be a massive inconvenience.
Hmm, okay, just as a heads-up it might not be quite this simple. I don't know anything about pthreads, but it looks like when I do this swap proxy_pthread_id ends up being 0, which ends up throwing an assert error.
Dishtiny is compiling off of Emscripten 2.05 (I pinned it last fall and have left it) on the Empirical native-canvas branch
When we merge that branch in, it should close this issue (but as you point out we'll have to make sure everyone's ok upgrading their Emscripten install)
There is a breaking change in emscripten where
emscripten_async_queue_on_thread_
is now calledemscripten_dispatch_to_thread
. As a result, JSWrap.hpp does not currently compile with Emscripten 2.0.14. This is an easy fix, but it's technically also a breaking change for us (once we make it everyone will have to update their version of Emscripten), so we should do it at a time when that won't be a massive inconvenience.More info: emscripten-core/emscripten@53fb2f6
The text was updated successfully, but these errors were encountered: