Skip to content

Commit 9145c80

Browse files
authored
Mention AUDIO_WORKLET inlining in ChangeLog. NFC (#24219)
1 parent 23c0a97 commit 9145c80

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ChangeLog.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ See docs/process.md for more on how version tagging works.
2020

2121
4.0.8 (in development)
2222
----------------------
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)
2627
- Closure arguments can now be used from ports using `settings.CLOSURE_ARGS`
2728
(#24192)
2829

0 commit comments

Comments
 (0)