-
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 Worklets fail with STRICT #22971
Comments
I think the fix here is to explicitly add the needed exports to Lines 1214 to 1216 in e1ce10d
e.g:
|
Thanks, I can take a look next week (and verify which should be added or not, in comparison with an Hello, World). |
sbc100
pushed a commit
that referenced
this issue
Dec 12, 2024
Fix for #22971. This highlights that the AW tests weren't catching this or other issues in the parameterised tests. Running, for example: ``` test/runner browser.test_audio_worklet_strict ``` Passes, but if compiled with the same settings doesn't run.
I’ll close this now the fix has landed (#23131 covers the failing tests). |
hedwigz
pushed a commit
to hedwigz/emscripten
that referenced
this issue
Dec 18, 2024
Fix for emscripten-core#22971. This highlights that the AW tests weren't catching this or other issues in the parameterised tests. Running, for example: ``` test/runner browser.test_audio_worklet_strict ``` Passes, but if compiled with the same settings doesn't run.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is in the latest Emscripten:
Building any of the Audio Worklet tests with
-sSTRICT
compiles but fails to run:The browser errors being variations of missing API calls, e.g.:
The suggestion here being to add it:
#22753 (comment)
(This can be assigned to me and I'll look at it)
The text was updated successfully, but these errors were encountered: