You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/source/docs/building_from_source/toolchain_what_is_needed.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ Emscripten tools and dependencies
22
22
23
23
In general a complete Emscripten environment requires the following tools. First test to see if they are already installed using the :ref:`instructions below <toolchain-test-which-dependencies-are-installed>`.
24
24
25
-
- :term:`Node.js` (0.8 or above; 0.10.17 or above to run websocket-using servers in node)
26
-
- :term:`Python` (3.6 or above)
25
+
- :term:`Node.js` (18.3.0 or above)
26
+
- :term:`Python` (3.8 or above)
27
27
- :term:`Java` (1.6.0_31 or later). Java is optional. It can be used to run the java version of term:`Closure Compiler`.
28
28
- :term:`Git` client. Git is required if building tools from source.
29
29
- :term:`LLVM` (LLVM, including clang and wasm-ld)
0 commit comments