@@ -1895,7 +1895,8 @@ var AUTO_NATIVE_LIBRARIES = true;
18951895// for Firefox versions older than < majorVersion.
18961896// Firefox 79 was released on 2020-07-28.
18971897// MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
1898- // Minimum supported value is 34 which was released on 2014-12-01.
1898+ // Minimum supported value is 40 which was released on 2015-09-11 (see
1899+ // feature_matrix.py)
18991900// [link]
19001901var MIN_FIREFOX_VERSION = 79 ;
19011902
@@ -1909,7 +1910,8 @@ var MIN_FIREFOX_VERSION = 79;
19091910// older, i.e. iPhone 4s, iPad 2, iPad 3, iPad Mini 1, Pod Touch 5 and older,
19101911// see https://github.com/emscripten-core/emscripten/pull/7191.
19111912// MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
1912- // Minimum supported value is 90000 which was released in 2015.
1913+ // Minimum supported value is 101000 which was released in 2016-09 (see
1914+ // feature_matrix.py).
19131915// [link]
19141916var MIN_SAFARI_VERSION = 140100 ;
19151917
@@ -1919,15 +1921,17 @@ var MIN_SAFARI_VERSION = 140100;
19191921// numbers with Chrome.
19201922// Chrome 85 was released on 2020-08-25.
19211923// MAX_INT (0x7FFFFFFF, or -1) specifies that target is not supported.
1922- // Minimum supported value is 33, which was released on 2014-02-18.
1924+ // Minimum supported value is 45, which was released on 2015-09-01 (see
1925+ // feature_matrix.py).
19231926// [link]
19241927var MIN_CHROME_VERSION = 85 ;
19251928
19261929// Specifies minimum node version to target for the generated code. This is
19271930// distinct from the minimum version required run the emscripten compiler.
19281931// This version aligns with the current Ubuuntu TLS 20.04 (Focal).
19291932// Version is encoded in MMmmVV, e.g. 181401 denotes Node 18.14.01.
1930- // Minimum supported value is 101900, which was released 2020-02-05.
1933+ // Minimum supported value is 101900, which was released 2020-02-05 (see
1934+ // feature_matrix.py).
19311935var MIN_NODE_VERSION = 160000 ;
19321936
19331937// Whether we support setting errno from JS library code.
0 commit comments