Skip to content

Commit

Permalink
Make the next version emscripten 4.0.0! (emscripten-core#23235)
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
- Lots of old polyfills finally removed

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 authored Jan 4, 2025
1 parent b47c44d commit d7f8277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ to browse the changes between the tags.

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

3.1.75 (in development)
-----------------------
4.0.0 (in development)
----------------------
- compiler-rt, libcxx, and libcxxabi were updated to LLVM 19.1.4. (#22937 and
#22994)
- The Wasm nontrapping-fptoint feature has been enabled by default. clang will
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 d7f8277

Please sign in to comment.