Skip to content

Commit

Permalink
WASM build via Emscripten on GitHub workflow pipeline action.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Nov 7, 2024
1 parent 9249e04 commit e48231d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build WASM
run: |
mkdir dist
em++ --bind -Wno-header-guard -Iinclude -pipe -O3 -ffast-math -std=c++17 -funroll-loops src/**/*.cpp -sEXPORTED_FUNCTIONS=_executeSource -sEXPORTED_RUNTIME_METHODS=ccall,cwrap -o dist\n8.js
em++ --bind -Wno-header-guard -Iinclude -pipe -O3 -ffast-math -std=c++17 -funroll-loops $(find src -type f -name "*.cpp") -sEXPORTED_FUNCTIONS=_executeSource -sEXPORTED_RUNTIME_METHODS=ccall,cwrap -o dist\n8.js
ls -ral dist
- name: Upload dist folder
Expand Down

0 comments on commit e48231d

Please sign in to comment.