Skip to content

Commit aa6690f

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 6ea9c28 commit aa6690f

12 files changed

Lines changed: 55 additions & 2119 deletions

ChangeLog.md

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

2121
5.0.6 (in development)
2222
----------------------
23+
- The minimum versions of browser engines supported by emscirpten generated
24+
code was bumped, allowing us to remove our internal support for transpilation
25+
via babel:
26+
MIN_CHROME_VERSION: 74 -> 85
27+
MIN_FIREFOX_VERSION: 68 -> 79
28+
MIN_SAFARI_VERSION: 12.2 -> 14.0
2329
- The minimum version of node supported by the generated code was bumped from
2430
v12.22.0 to v18.3.0. (#26604)
2531
- The DETERMINISIC settings was marked as deprecated (#26653)

0 commit comments

Comments
 (0)