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>
This commit is contained in:
parent
6d938bf7c9
commit
d4952ec6f0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user