Skip to content

Commit 7f531fe

Browse files
authored
Merge pull request #8905 from adamscott/update-emscripten-minimum-requirements
Update the Emscripten minimum requirements to 3.1.39
2 parents 62d5d6c + b3926b9 commit 7f531fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

contributing/development/compiling/compiling_for_web.rst

Lines changed: 5 additions & 1 deletion
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 1.39.9+ <https://emscripten.org>`__.
18+
- `Emscripten 3.1.39+ <https://emscripten.org>`__.
1919
- `Python 3.6+ <https://www.python.org/>`__.
2020
- `SCons 3.0+ <https://scons.org/pages/download.html>`__ build system.
2121

@@ -25,6 +25,10 @@ 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+
2832
Building export templates
2933
-------------------------
3034

0 commit comments

Comments
 (0)