We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687474c commit 8e924b3Copy full SHA for 8e924b3
2 files changed
.github/workflows/windows_wasm.yml
@@ -14,15 +14,16 @@ jobs:
14
run: |
15
C:/msys64/usr/bin/pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain --noconfirm
16
$env:Path += ";C:\msys64\ucrt64\bin"
17
- - name: Generate
+ - name: Install Emscripten
18
19
git clone https://github.com/emscripten-core/emsdk.git
20
cd emsdk
21
git pull
22
./emsdk install latest
23
./emsdk activate latest
24
+ - name: Generate
25
+ run: |
26
./emsdk_env.ps1
- cd ..
27
emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
28
- name: Build
29
run: cmake --build target -- -j 16
emsdk
@@ -0,0 +1 @@
1
+Subproject commit efd71e9a2e9eacf4999a40d542f8b846ae81612e
0 commit comments