Browse Source

Update required Emscripten version for Godot 4.5

Hugo Locurcio 1 week ago
parent
commit
890a564283
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine_details/development/compiling/compiling_for_web.rst

+ 1 - 1
engine_details/development/compiling/compiling_for_web.rst

@@ -15,7 +15,7 @@ Requirements
 
 To compile export templates for the Web, the following is required:
 
-- `Emscripten 3.1.62+ <https://emscripten.org>`__.
+- `Emscripten 4.0.0+ <https://emscripten.org>`__.
 - `Python 3.8+ <https://www.python.org/>`__.
 - `SCons 4.0+ <https://scons.org/pages/download.html>`__ build system.