File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,19 @@ to browse the changes between the tags.
18
18
19
19
See docs/process.md for more on how version tagging works.
20
20
21
- 4.0.8 (in development)
21
+ 4.0.9 (in development)
22
22
----------------------
23
+ - When using cmake the EMSCRIPTEN_FORCE_COMPILERS setting was reverted to
24
+ being on by default due to issues that were found with disabling it. (#24223 )
25
+
26
+ 4.0.8 - 04/30/25
27
+ ----------------
23
28
- Programs built with ` -sWASM_WORKERS ` and ` -sAUDIO_WORKLET ` no longer generate
24
29
separate ` .ww.js ` and ` .aw.js ` files. This is similar to the change that was
25
30
already made for pthreads in #21701 . This saves on complexity, code size and
26
31
network requests. (#24163 , #24190 )
27
32
- Closure arguments can now be used from ports using ` settings.CLOSURE_ARGS `
28
33
(#24192 )
29
- - When using cmake the EMSCRIPTEN_FORCE_COMPILERS setting was reverted to
30
- being on by default due to issues that were found with disabling it. (#24223 )
31
34
32
35
4.0.7 - 04/15/25
33
36
----------------
Original file line number Diff line number Diff line change 1
- 4.0.8 -git
1
+ 4.0.9 -git
You can’t perform that action at this time.
0 commit comments