瀏覽代碼

Merge pull request #10172 from dustdfg/patch-4

Update required version of emscripten
Max Hilbrunner 9 月之前
父節點
當前提交
3fd783693a
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      contributing/development/compiling/compiling_for_web.rst

+ 1 - 5
contributing/development/compiling/compiling_for_web.rst

@@ -15,7 +15,7 @@ Requirements
 
 
 To compile export templates for the Web, the following is required:
 To compile export templates for the Web, the following is required:
 
 
-- `Emscripten 3.1.39+ <https://emscripten.org>`__.
+- `Emscripten 3.1.62+ <https://emscripten.org>`__.
 - `Python 3.6+ <https://www.python.org/>`__.
 - `Python 3.6+ <https://www.python.org/>`__.
 - `SCons 3.1.2+ <https://scons.org/pages/download.html>`__ build system.
 - `SCons 3.1.2+ <https://scons.org/pages/download.html>`__ build system.
 
 
@@ -25,10 +25,6 @@ To compile export templates for the Web, the following is required:
              For a general overview of SCons usage for Godot, see
              For a general overview of SCons usage for Godot, see
              :ref:`doc_introduction_to_the_buildsystem`.
              :ref:`doc_introduction_to_the_buildsystem`.
 
 
-.. note:: Emscripten 3.1.39+ is recommended, but older 3.x versions are known to work.
-
-          Please note that the minimum requirement for GDExtension support is 3.1.14.
-
 Building export templates
 Building export templates
 -------------------------
 -------------------------