Skip to content

Commit c8f3ea7

Browse files
authored
[Docs] Update a mention of the spidermonkey shell in tests. See #19264 (#19271)
1 parent d1530e7 commit c8f3ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/source/docs/building_from_source/toolchain_what_is_needed.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In general a complete Emscripten environment requires the following tools. First
3232

3333
.. note: 64-bit versions of all needed dependencies are preferred, and may be required if you are building large projects.
3434
35-
.. note:: The `Spidermonkey shell <https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Introduction_to_the_JavaScript_shell>`_ is also required if you want to run **100%** of the tests in the test suite. Most developers will not need this, and should instead use *node.js*.
35+
.. note:: The `d8 shell <https://v8.dev/docs/d8>`_ is also required if you want to run **100%** of the tests in the test suite (in particular, tests for extremely new features that are only present in d8 so far). Most developers will not need this, and should instead use *node.js*.
3636

3737
.. _compiler-toolchain:
3838

0 commit comments

Comments
 (0)