Skip to content

Commit

Permalink
bump wasi-sdk to 21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Dec 20, 2023
1 parent 01f2704 commit 91bfc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-wasm32-wasi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e
# To build with wasi-threads enabled, not backed by pthread
# EXTRA_CMAKE_OPTIONS="-DTOYWASM_ENABLE_WASM_THREADS=ON -DTOYWASM_ENABLE_WASI_THREADS=ON -DTOYWASM_USE_USER_SCHED=ON" ./build-wasm32-wasi.sh

MAJOR=${WASI_SDK_MAJOR:-20}
MAJOR=${WASI_SDK_MAJOR:-21}
MINOR=${WASI_SDK_MINOR:-0}
WASI_SDK_DIR=${WASI_SDK_DIR:-$(pwd)/.wasi-sdk-${MAJOR}.${MINOR}}
CMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE:-${WASI_SDK_DIR}/share/cmake/wasi-sdk.cmake}
Expand Down

0 comments on commit 91bfc07

Please sign in to comment.