We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2a8cb commit f96161dCopy full SHA for f96161d
.github/workflows/windows_wasm.yml
@@ -14,16 +14,13 @@ 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: Install Emscripten
+ - name: Generate
18
19
git clone https://github.com/emscripten-core/emsdk.git
20
cd emsdk
21
git pull
22
emsdk.bat install latest
23
emsdk.bat activate latest
24
- shell: cmd
25
- - name: Generate
26
- run: |
27
emsdk_env.bat
28
echo %PATH%
29
emcmake.bat cmake --no-warn-unused-cli -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=TRUE -DCMAKE_BUILD_TYPE:STRING=Release -Btarget
0 commit comments