From b3926b9d0a14c02d5d49ad877851023fd4b18da3 Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Mon, 5 Feb 2024 12:19:13 -0500 Subject: [PATCH] Update the Emscripten minimum requirements --- contributing/development/compiling/compiling_for_web.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/contributing/development/compiling/compiling_for_web.rst b/contributing/development/compiling/compiling_for_web.rst index 623e26e49..baa9e6e15 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 1.39.9+ `__. +- `Emscripten 3.1.39+ `__. - `Python 3.6+ `__. - `SCons 3.0+ `__ build system. @@ -25,6 +25,10 @@ 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 -------------------------