Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ See docs/process.md for more on how version tagging works.

5.0.8 (in development)
----------------------
- The minimum versions of browser engines supported by emscripten generated
code was bumped, allowing us to remove our internal support for transpilation
via babel:
MIN_CHROME_VERSION: 74 -> 85
MIN_FIREFOX_VERSION: 68 -> 79
MIN_SAFARI_VERSION: 12.2 -> 14.1
This allows us to assume that features such as mutable-globals, and sign-ext,
and threading, are universally available and disabling these is no longer
possible.

5.0.7 - 04/30/26
----------------
Expand Down
Loading
Loading