File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ See docs/process.md for more on how version tagging works.
3636 emscripten. If you still need to support extremely old browsers, you can
3737 manually transpile the output of emscripten (e.g. using babel for JS and
3838 binaryen for wasm). (#26677 )
39+ - The ` -m64 ` compiler flag is now honored, and works as an alias for
40+ ` -sMEMORY64 ` and/or ` --target=wasm64 ` . (#26765 )
3941
40425.0.7 - 04/30/26
4143----------------
@@ -59,8 +61,6 @@ See docs/process.md for more on how version tagging works.
5961 a Wasm Worker. This mode increases the memory used by each Wasm Worker by
6062 ~ 500 bytes (in the same way that declaring ~ 500 bytes of TLS data would).
6163 (#26757 )
62- - The ` -m64 ` compiler flag is now honored, and works are an alias for
63- ` -sMEMORY64 ` and/or ` --target=wasm64 ` . (#26765 )
6464- The filesystem opteration that create new files now honor the global umask,
6565 which defaults for 0o222 and can be updated by calling ` umask() ` . (#50739 )
6666
You can’t perform that action at this time.
0 commit comments