@@ -1895,7 +1895,8 @@ var AUTO_NATIVE_LIBRARIES = true;
1895
1895
// for Firefox versions older than < majorVersion.
1896
1896
// Firefox 79 was released on 2020-07-28.
1897
1897
// 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)
1899
1900
// [link]
1900
1901
var MIN_FIREFOX_VERSION = 79 ;
1901
1902
@@ -1909,7 +1910,8 @@ var MIN_FIREFOX_VERSION = 79;
1909
1910
// older, i.e. iPhone 4s, iPad 2, iPad 3, iPad Mini 1, Pod Touch 5 and older,
1910
1911
// see https://github.com/emscripten-core/emscripten/pull/7191.
1911
1912
// 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).
1913
1915
// [link]
1914
1916
var MIN_SAFARI_VERSION = 140100 ;
1915
1917
@@ -1919,15 +1921,17 @@ var MIN_SAFARI_VERSION = 140100;
1919
1921
// numbers with Chrome.
1920
1922
// Chrome 85 was released on 2020-08-25.
1921
1923
// 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).
1923
1926
// [link]
1924
1927
var MIN_CHROME_VERSION = 85 ;
1925
1928
1926
1929
// Specifies minimum node version to target for the generated code. This is
1927
1930
// distinct from the minimum version required run the emscripten compiler.
1928
1931
// This version aligns with the current Ubuuntu TLS 20.04 (Focal).
1929
1932
// 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).
1931
1935
var MIN_NODE_VERSION = 160000 ;
1932
1936
1933
1937
// Whether we support setting errno from JS library code.
0 commit comments