Skip to content

Commit

Permalink
Make the next version emscripten 4.0.0
Browse files Browse the repository at this point in the history
We have a whole bunch of significant change in the next release:

- 3 new wasm features enabled by default
- Use of async/await internally and in MODULARIZE mode
- LLVM libraries updated for v19.1

Also, 74 revisions the 3.1 release is gettting pretty long in the tooth.

Plus it will be the first release of the new year!
  • Loading branch information
sbc100 committed Jan 4, 2025
1 parent ff146f3 commit 8437c68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ See docs/process.md for more on how version tagging works.
-----------------------
- compiler-rt, libcxx, and libcxxabi were updated to LLVM 19.1.4. (#22937 and
#22994)
4.0.0 (in development)
----------------------
- The Wasm nontrapping-fptoint feature has been enabled by default. clang will
generate nontrapping (saturating) float-to-int conversion instructions for
C typecasts. This should have no effect on programs that do not have
Expand Down
2 changes: 1 addition & 1 deletion emscripten-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.75-git
4.0.0-git

0 comments on commit 8437c68

Please sign in to comment.