We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ff5aa commit 00de89fCopy full SHA for 00de89f
ChangeLog.md
@@ -18,11 +18,14 @@ to browse the changes between the tags.
18
19
See docs/process.md for more on how version tagging works.
20
21
-3.1.41 (in development)
+3.1.42 (in development)
22
-----------------------
23
- The log message that emcc will sometime print (for example when auto-building
24
system libraries) can now be completely supressed by running with
25
`EMCC_LOGGING=0`.
26
+
27
+3.1.41 - 06/06/23
28
+-----------------
29
- A new setting (`CHECK_NULL_WRITES`) was added to disabled the checking of
30
address zero that is normally done when `STACK_OVERFLOW_CHECK` is enabled.
31
(#19487)
emscripten-version.txt
@@ -1 +1 @@
1
-3.1.41-git
+3.1.42-git
0 commit comments