Everything changes, stays the same.

This commit is contained in:
Nuno Cruces
2024-07-20 00:43:34 +01:00
parent 21de85e849
commit b289fca3ca
5 changed files with 16 additions and 13 deletions

View File

@@ -4,8 +4,8 @@ set -euo pipefail
cd -P -- "$(dirname -- "$0")"
ROOT=../../../
BINARYEN="$ROOT/tools/binaryen-version_118/bin"
WASI_SDK="$ROOT/tools/wasi-sdk-23.0/bin"
BINARYEN="$ROOT/tools/binaryen/bin"
WASI_SDK="$ROOT/tools/wasi-sdk/bin"
"$WASI_SDK/clang" --target=wasm32-wasi -std=c23 -flto -g0 -Oz \
-Wall -Wextra -o sql3parse_table.wasm main.c \