PSA: Emscripten will no longer generate separate ww.js/aw.js files with WASM_WORKERS/AUDIO_WORKLET
9 views
Skip to first unread message
Sam Clegg
unread,
Apr 29, 2025, 5:37:25 PMApr 29
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to emscripte...@googlegroups.com
Just like we did earlier for pthread's worker.js we have now eliminated the separate `ww.js` and `aw.js` files associated with WASM_WORKERS and AUDIO_WORKLET. See PRs #24163 and #24190.
These changes will be part of the emscripten 4.0.8 release which should happen later today.