wasi-sdk-24.

This commit is contained in:
Nuno Cruces
2024-08-03 00:13:06 +01:00
parent a6815531e0
commit 40db26c1dd
9 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ ROOT=../../../
BINARYEN="$ROOT/tools/binaryen/bin"
WASI_SDK="$ROOT/tools/wasi-sdk/bin"
"$WASI_SDK/clang" --target=wasm32-wasi -std=c23 -flto -g0 -Oz \
"$WASI_SDK/clang" --target=wasm32-wasi -std=c23 -g0 -Oz \
-Wall -Wextra -o sql3parse_table.wasm main.c \
-mexec-model=reactor \
-msimd128 -mmutable-globals -mmultivalue \