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 e7632a2 commit dce5b0fCopy full SHA for dce5b0f
.github/workflows/emscripten.yml
@@ -45,8 +45,6 @@ jobs:
45
out="${dir}/${base%.*}.wasm"
46
if [[ "$file" == *.c ]]; then
47
emcc "$file" -o "$out"
48
- else
49
- em++ "$file" -o "$out"
50
fi
51
done
52
shell: bash
0 commit comments