Skip to content

Commit

Permalink
guest_c: bump wasi-sdk to 21.0 (prerelease as of writing this)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt authored and ayakoakasaka committed Dec 20, 2023
1 parent 436f1b5 commit 7519b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guest_c/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
# prepare wasi-sdk. this is copy-and-paste from:
# https://github.com/yamt/toywasm/blob/master/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}}
DIST_DIR=.dist
Expand Down

0 comments on commit 7519b6b

Please sign in to comment.