Skip to content

Commit

Permalink
build-wasm32-wasi.sh: bump wasi sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Dec 20, 2024
1 parent 3103682 commit 34c2808
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:-24}
MAJOR=${WASI_SDK_MAJOR:-25}
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 34c2808

Please sign in to comment.