Skip to content

Commit

Permalink
Mark 4.0.1 as released (#23440)
Browse files Browse the repository at this point in the history
Update changelog and emscripten-version.txt [ci skip]
  • Loading branch information
emscripten-bot authored Jan 26, 2025
1 parent 73ebb91 commit db69527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ to browse the changes between the tags.

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

4.0.1 (in development)
4.0.2 (in development)
----------------------
- Added support for compiling AVX2 intrinsics, 256-bit wide intrinsic is emulated
on top of 128-bit Wasm SIMD instruction set. (#23035). Pass `-msimd128 -mavx2`
to enable targeting AVX2.
- The system JS libraries in `src/` were renamed from `library_foo.js` to
`lib/libfoo.js`. They are still included via the same `-lfoo.js` flag so
this should not be a user-visible change. (#23348)

4.0.1 - 01/17/25
----------------
- The minimum version of node required to run emscripten was bumped from v16.20
to v18. Version 4.0 was mistakenly shipped with a change that required v20,
but that was reverted. (#23410)
Expand Down
2 changes: 1 addition & 1 deletion emscripten-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1-git
4.0.2-git

0 comments on commit db69527

Please sign in to comment.