Skip to content

Commit d7f8277

Browse files
authored
Make the next version emscripten 4.0.0! (emscripten-core#23235)
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!
1 parent b47c44d commit d7f8277

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog.md

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

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

21-
3.1.75 (in development)
22-
-----------------------
21+
4.0.0 (in development)
22+
----------------------
2323
- compiler-rt, libcxx, and libcxxabi were updated to LLVM 19.1.4. (#22937 and
2424
#22994)
2525
- The Wasm nontrapping-fptoint feature has been enabled by default. clang will

emscripten-version.txt

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

0 commit comments

Comments
 (0)