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.
18
18
19
19
See docs/process.md for more on how version tagging works.
20
20
21
- 4.0.1 (in development)
21
+ 4.0.2 (in development)
22
22
----------------------
23
23
- Added support for compiling AVX2 intrinsics, 256-bit wide intrinsic is emulated
24
24
on top of 128-bit Wasm SIMD instruction set. (#23035 ). Pass ` -msimd128 -mavx2 `
25
25
to enable targeting AVX2.
26
26
- The system JS libraries in ` src/ ` were renamed from ` library_foo.js ` to
27
27
` lib/libfoo.js ` . They are still included via the same ` -lfoo.js ` flag so
28
28
this should not be a user-visible change. (#23348 )
29
+
30
+ 4.0.1 - 01/17/25
31
+ ----------------
29
32
- The minimum version of node required to run emscripten was bumped from v16.20
30
33
to v18. Version 4.0 was mistakenly shipped with a change that required v20,
31
34
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