@@ -2401,6 +2401,7 @@ are desired to work. Pass -sMIN_FIREFOX_VERSION=majorVersion to drop support
24012401for Firefox versions older than < majorVersion.
24022402Firefox 79 was released on 2020-07-28.
24032403MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
2404+ Minimum supported value is 34 which was released on 2014-12-01.
24042405
24052406.. _min_safari_version :
24062407
@@ -2417,6 +2418,7 @@ NOTE: Emscripten is unable to produce code that would work in iOS 9.3.5 and
24172418older, i.e. iPhone 4s, iPad 2, iPad 3, iPad Mini 1, Pod Touch 5 and older,
24182419see https://github.com/emscripten-core/emscripten/pull/7191.
24192420MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
2421+ Minimum supported value is 90000 which was released in 2015.
24202422
24212423.. _min_chrome_version :
24222424
@@ -2427,6 +2429,7 @@ Specifies the oldest version of Chrome. E.g. pass -sMIN_CHROME_VERSION=58 to
24272429drop support for Chrome 57 and older.
24282430Chrome 85 was released on 2020-08-25.
24292431MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
2432+ Minimum supported value is 32, which was released on 2014-01-04.
24302433
24312434.. _min_node_version :
24322435
@@ -2436,7 +2439,8 @@ MIN_NODE_VERSION
24362439Specifies minimum node version to target for the generated code. This is
24372440distinct from the minimum version required run the emscripten compiler.
24382441This version aligns with the current Ubuuntu TLS 20.04 (Focal).
2439- Version is encoded in MMmmVV, e.g. 1814101 denotes Node 18.14.01.
2442+ Version is encoded in MMmmVV, e.g. 181401 denotes Node 18.14.01.
2443+ Minimum supported value is 101900, which was released 2020-02-05.
24402444
24412445.. _support_errno :
24422446
0 commit comments