all repos — hex @ cb69e9041f86666a0e6cb0f2aacc02ee87523487

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixes.
h3rald h3rald@h3rald.com
Thu, 05 Dec 2024 09:55:21 +0100
commit

cb69e9041f86666a0e6cb0f2aacc02ee87523487

parent

994268e194d73c1222017bf7c41d4645227be821

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