Fixes.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 09:55:21 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.github/workflows/release.yml
→
.github/workflows/release.yml
@@ -75,7 +75,7 @@ if: matrix.os == 'macos-latest'
# Generate WASM binary - name: Generate WASM binary - run: make wasm + run: emcc -O2 -sASYNCIFY -sEXPORTED_RUNTIME_METHODS=stringToUTF8 hex.c -o hex.js if: matrix.os == 'ubuntu-latest' # Package the resulting WASM binary