Skip to content

Commit 610584d

Browse files
authored
Merge pull request #146 from godotengine/emscripten-3.1.64
Web: Update to Emscripten 3.1.64
2 parents 0384899 + 211bf3c commit 610584d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.web

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG img_version
22
FROM godot-fedora:${img_version}
33

4-
ENV EMSCRIPTEN_VERSION=3.1.63
4+
ENV EMSCRIPTEN_VERSION=3.1.64
55

66
RUN git clone --branch ${EMSCRIPTEN_VERSION} --progress https://github.com/emscripten-core/emsdk && \
77
emsdk/emsdk install ${EMSCRIPTEN_VERSION} && \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ These are the toolchains currently in use for Godot 4.3 and later:
8787
- Windows:
8888
* x86_64/x86_32: MinGW 11.0.1, GCC 14.1.1, binutils 2.41
8989
* arm64: llvm-mingw 20240619, LLVM 18.1.8
90-
- Web: Emscripten 3.1.63
90+
- Web: Emscripten 3.1.64
9191
- Android: Android NDK 23.2.8568313, build-tools 34.0.0, platform android-34, CMake 3.22.1, JDK 17
9292
- macOS: Xcode 15.4 with Apple Clang (LLVM 16.0.0), MacOSX SDK 14.5
9393
- iOS: Xcode 15.4 with Apple Clang (LLVM 16.0.0), iPhoneOS SDK 17.5

0 commit comments

Comments
 (0)