File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ See docs/process.md for more on how version tagging works.
20
20
21
21
4.0.8 (in development)
22
22
----------------------
23
- - Programs built with ` -sWASM_WORKERS ` no longer generate a separate ` .ww.js `
24
- file. This is similar to the change that was already made for pthreads in
25
- #21701 . This saves on complexity, code size and network requests (#24163 )
23
+ - Programs built with ` -sWASM_WORKERS ` and ` -sAUDIO_WORKLET ` no longer generate
24
+ separate ` .ww.js ` and ` .aw.js ` files. This is similar to the change that was
25
+ already made for pthreads in #21701 . This saves on complexity, code size and
26
+ network requests. (#24163 , #24190 )
26
27
- Closure arguments can now be used from ports using ` settings.CLOSURE_ARGS `
27
28
(#24192 )
28
29
You can’t perform that action at this time.
0 commit comments