Skip to content

Commit db69527

Browse files
Mark 4.0.1 as released (#23440)
Update changelog and emscripten-version.txt [ci skip]
1 parent 73ebb91 commit db69527

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,17 @@ to browse the changes between the tags.
1818

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

21-
4.0.1 (in development)
21+
4.0.2 (in development)
2222
----------------------
2323
- Added support for compiling AVX2 intrinsics, 256-bit wide intrinsic is emulated
2424
on top of 128-bit Wasm SIMD instruction set. (#23035). Pass `-msimd128 -mavx2`
2525
to enable targeting AVX2.
2626
- The system JS libraries in `src/` were renamed from `library_foo.js` to
2727
`lib/libfoo.js`. They are still included via the same `-lfoo.js` flag so
2828
this should not be a user-visible change. (#23348)
29+
30+
4.0.1 - 01/17/25
31+
----------------
2932
- The minimum version of node required to run emscripten was bumped from v16.20
3033
to v18. Version 4.0 was mistakenly shipped with a change that required v20,
3134
but that was reverted. (#23410)

emscripten-version.txt

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

0 commit comments

Comments
 (0)