Skip to content

Commit d4952ec

Browse files
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 <[email protected]>
1 parent 6d938bf commit d4952ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
- name: Install Dependencies
6161
run: |
6262
cd emsdk
63-
./emsdk install 3.1.58
64-
./emsdk activate 3.1.58
63+
./emsdk install 4.0.18
64+
./emsdk activate 4.0.18
6565
- name: Compile
6666
run: |
6767
echo I_ACKNOWLEDGE_THE_MAKEFILE_IS_DEPRECATED=1 > Makefile.local

0 commit comments

Comments
 (0)