Skip to content

Commit 3fd7836

Browse files
authored
Merge pull request #10172 from dustdfg/patch-4
Update required version of emscripten
2 parents e3ce781 + fa25e31 commit 3fd7836

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

contributing/development/compiling/compiling_for_web.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requirements
1515

1616
To compile export templates for the Web, the following is required:
1717

18-
- `Emscripten 3.1.39+ <https://emscripten.org>`__.
18+
- `Emscripten 3.1.62+ <https://emscripten.org>`__.
1919
- `Python 3.6+ <https://www.python.org/>`__.
2020
- `SCons 3.1.2+ <https://scons.org/pages/download.html>`__ build system.
2121

@@ -25,10 +25,6 @@ To compile export templates for the Web, the following is required:
2525
For a general overview of SCons usage for Godot, see
2626
:ref:`doc_introduction_to_the_buildsystem`.
2727

28-
.. note:: Emscripten 3.1.39+ is recommended, but older 3.x versions are known to work.
29-
30-
Please note that the minimum requirement for GDExtension support is 3.1.14.
31-
3228
Building export templates
3329
-------------------------
3430

0 commit comments

Comments
 (0)