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 -O2 \
"$WASI_SDK/clang" --target=wasm32-wasi -std=c23 -g0 -O2 \
-Wall -Wextra -Wno-unused-parameter -Wno-unused-function \
-o sqlite3.wasm "$ROOT/sqlite3/main.c" \
-I"$ROOT/sqlite3" \

Binary file not shown.