From fa25e317ea1a2d4413fc797268e6e4d8c1ae1acc Mon Sep 17 00:00:00 2001 From: "Yevhen Babiichuk (DustDFG)" Date: Wed, 30 Oct 2024 11:56:47 +0200 Subject: [PATCH] Update required version of emscripten --- contributing/development/compiling/compiling_for_web.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/contributing/development/compiling/compiling_for_web.rst b/contributing/development/compiling/compiling_for_web.rst index 89e1a1e91..e382fa3a2 100644 --- a/contributing/development/compiling/compiling_for_web.rst +++ b/contributing/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.39+ `__. +- `Emscripten 3.1.62+ `__. - `Python 3.6+ `__. - `SCons 3.1.2+ `__ 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 :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 -------------------------