Skip to content

Enable futex_wait/futex_wake testing in audioworklet_worker test. NFC#26815

Merged
sbc100 merged 1 commit intoemscripten-core:mainfrom
sbc100:update_audioworklet_test
Apr 30, 2026
Merged

Enable futex_wait/futex_wake testing in audioworklet_worker test. NFC#26815
sbc100 merged 1 commit intoemscripten-core:mainfrom
sbc100:update_audioworklet_test

Conversation

@sbc100
Copy link
Copy Markdown
Collaborator

@sbc100 sbc100 commented Apr 30, 2026

This change effectively reverts that changes made to this test in #26309. This should have been part of #26325 which was the change that enabled the futex API to work correctly in wasm workers.

Note: One still cannot futex_wait from an audio worklet context because the atomic.wait instruction is not available there.

This change effectively reverts that changes made to this test in emscripten-core#26309.
This should have been part of emscripten-core#26325 which was the change that enabled
the futex API to work correctly in wasm workers.

Note: One still cannot futex_wait from an audio worklet context because
the atomic.wait instruction is not available there.
@sbc100 sbc100 force-pushed the update_audioworklet_test branch from 5c3876d to 05f1092 Compare April 30, 2026 00:04
@sbc100 sbc100 requested review from cwoffenden and kripken April 30, 2026 00:04
@sbc100 sbc100 changed the title Enable futex_wait/futex_wake testing in audioworklet_worker test. Enable futex_wait/futex_wake testing in audioworklet_worker test. NFC Apr 30, 2026
@sbc100 sbc100 merged commit e0ad1b1 into emscripten-core:main Apr 30, 2026
30 checks passed
@sbc100 sbc100 deleted the update_audioworklet_test branch April 30, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants