Skip to content

Commit 1e447d9

Browse files
Mark 4.0.8 as released (#24230)
Update changelog and emscripten-version.txt [ci skip]
1 parent 697de92 commit 1e447d9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

ChangeLog.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,19 @@ to browse the changes between the tags.
1818

1919
See docs/process.md for more on how version tagging works.
2020

21-
4.0.8 (in development)
21+
4.0.9 (in development)
2222
----------------------
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+
----------------
2328
- Programs built with `-sWASM_WORKERS` and `-sAUDIO_WORKLET` no longer generate
2429
separate `.ww.js` and `.aw.js` files. This is similar to the change that was
2530
already made for pthreads in #21701. This saves on complexity, code size and
2631
network requests. (#24163, #24190)
2732
- Closure arguments can now be used from ports using `settings.CLOSURE_ARGS`
2833
(#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)
3134

3235
4.0.7 - 04/15/25
3336
----------------

emscripten-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.8-git
1+
4.0.9-git

0 commit comments

Comments
 (0)