File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,17 @@ to browse the changes between the tags.
1818
1919See 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 )
Original file line number Diff line number Diff line change 1- 4.0.1 -git
1+ 4.0.2 -git
You can’t perform that action at this time.
0 commit comments