-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AUDIO_WORKLET + MODULARIZE broken in 3.1.59 #21908
Comments
Interesting. I wonder why the test we have that ( |
The reason we don't see this fail is because |
The change that was made back in emscripten-core#21775 means that its no longer OK to ignore the return value of the `MODULARIZE` constructor function. Fixes: emscripten-core#21908
The change that was made back in emscripten-core#21775 means that its no longer OK to ignore the return value of the `MODULARIZE` constructor function. Fixes: emscripten-core#21908
The change that was made back in emscripten-core#21775 means that its no longer OK to ignore the return value of the `MODULARIZE` constructor function. Fixes: emscripten-core#21908
Version of emscripten/emsdk:
Failing command line in full:
Compile
audioworklet.c
in the Emscripten webaudio test directory:And open
audioworklet.html
in the browser.Error:
It looks like a regression by #21775.
The text was updated successfully, but these errors were encountered: