wasi-sdk-22.

This commit is contained in:
Nuno Cruces
2024-04-16 01:06:38 +01:00
parent 7d8249efa5
commit ce97e820d5
8 changed files with 11 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ cd -P -- "$(dirname -- "$0")"
ROOT=../
BINARYEN="$ROOT/tools/binaryen-version_117/bin"
WASI_SDK="$ROOT/tools/wasi-sdk-21.0/bin"
WASI_SDK="$ROOT/tools/wasi-sdk-22.0/bin"
"$WASI_SDK/clang" --target=wasm32-wasi -std=c17 -flto -g0 -O2 \
-Wall -Wextra -Wno-unused-parameter \