Skip to content

Commit a122625

Browse files
committed
Bump minimum browser versions
This change bumps out minimum supported browser versions just enough so we can drop support for output transpilation via babel. chrome: 74 -> 85 firefox: 68 -> 79 safari: 12.2 -> 14.0 This also means we always support the MUTABLE_GLOBALS and PROMISE_ANY features, since its no longer possible to target engines without out it.
1 parent bcf1551 commit a122625

11 files changed

Lines changed: 54 additions & 2118 deletions

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ See docs/process.md for more on how version tagging works.
5050

5151
5.0.6 - 04/14/26
5252
----------------
53+
- The minimum versions of browser engines supported by emscirpten generated
54+
code was bumped, allowing us to remove our internal support for transpilation
55+
via babel:
56+
MIN_CHROME_VERSION: 74 -> 85
57+
MIN_FIREFOX_VERSION: 68 -> 79
58+
MIN_SAFARI_VERSION: 12.2 -> 14.0
5359
- The minimum version of node supported by the generated code was bumped from
5460
v12.22.0 to v18.3.0. (#26604)
5561
- The DETERMINISTIC settings was marked as deprecated (#26653)

0 commit comments

Comments
 (0)