From d4952ec6f0220bc7ed7f1317db62513fec70e1e0 Mon Sep 17 00:00:00 2001 From: WofWca Date: Mon, 27 Oct 2025 12:43:18 +0400 Subject: [PATCH] chore: upgrade Emscripten (#729) * chore: upgrade Emscripten I do not have a particular reason for this. Just hoping that this might bring some performance improvement, perhaps. I have tested it, but I have not noticed a significant difference. * 4.0.18 appears to be the latest now --------- Co-authored-by: Jack Slater <903791+NuclearMonster@users.noreply.github.com> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2a8eac1..09e5e95b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,8 +60,8 @@ jobs: - name: Install Dependencies run: | cd emsdk - ./emsdk install 3.1.58 - ./emsdk activate 3.1.58 + ./emsdk install 4.0.18 + ./emsdk activate 4.0.18 - name: Compile run: | echo I_ACKNOWLEDGE_THE_MAKEFILE_IS_DEPRECATED=1 > Makefile.local