Skip to content

Commit 9888e61

Browse files
committed
Regenerate settings reference after #20924
1 parent 7445365 commit 9888e61

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

site/source/docs/tools_reference/settings_reference.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2401,6 +2401,7 @@ are desired to work. Pass -sMIN_FIREFOX_VERSION=majorVersion to drop support
24012401
for Firefox versions older than < majorVersion.
24022402
Firefox 79 was released on 2020-07-28.
24032403
MAX_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
24172418
older, i.e. iPhone 4s, iPad 2, iPad 3, iPad Mini 1, Pod Touch 5 and older,
24182419
see https://github.com/emscripten-core/emscripten/pull/7191.
24192420
MAX_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
24272429
drop support for Chrome 57 and older.
24282430
Chrome 85 was released on 2020-08-25.
24292431
MAX_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
24362439
Specifies minimum node version to target for the generated code. This is
24372440
distinct from the minimum version required run the emscripten compiler.
24382441
This 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

Comments
 (0)