From a3d586e1804e602d8466c2a89274878171b91d7a Mon Sep 17 00:00:00 2001 From: WofWca Date: Fri, 20 Jun 2025 17:44:29 +0400 Subject: [PATCH] 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. --- .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 4238a1b4db..a5a3a85864 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,8 +58,8 @@ jobs: - name: Install Dependencies run: | cd emsdk - ./emsdk install 3.1.58 - ./emsdk activate 3.1.58 + ./emsdk install 4.0.10 + ./emsdk activate 4.0.10 - name: Compile env: ARCHIVE: 1