From 890a564283d742c692bbf25aebb4f0fffe889424 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 7 Oct 2025 19:04:04 +0200 Subject: [PATCH] Update required Emscripten version for Godot 4.5 --- engine_details/development/compiling/compiling_for_web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine_details/development/compiling/compiling_for_web.rst b/engine_details/development/compiling/compiling_for_web.rst index a4c0f977e..193b19694 100644 --- a/engine_details/development/compiling/compiling_for_web.rst +++ b/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+ `__. +- `Emscripten 4.0.0+ `__. - `Python 3.8+ `__. - `SCons 4.0+ `__ build system.