Skip to content

Commit c82f50f

Browse files
Mark 4.0.17 as released (#25578)
Update changelog and emscripten-version.txt [ci skip]
1 parent 52c6092 commit c82f50f

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,8 +18,11 @@ to browse the changes between the tags.
1818

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

21-
4.0.17 (in development)
21+
4.0.18 (in development)
2222
-----------------------
23+
24+
4.0.17 - 10/17/25
25+
-----------------
2326
- Mutable Wasm globals can now be exported from native code. Currently these
2427
cannot be declared in C/C++ but can be defined and exported in assembly code.
2528
This currently only works for mutable globals since immutables are already

emscripten-version.txt

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

0 commit comments

Comments
 (0)