Skip to content

Commit 36cf010

Browse files
committed
Move ChangeLog entry for #26765
1 parent d8ee4c8 commit 36cf010

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4042
5.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

0 commit comments

Comments
 (0)