We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba2613 commit e58521bCopy full SHA for e58521b
utils/webassembly/install-wasi-sdk.sh
@@ -6,7 +6,7 @@ SOURCE_PATH="$( cd "$(dirname $0)/../../../" && pwd )"
6
7
cd $SOURCE_PATH
8
9
-WASI_SDK_URL="https://github.com/swiftwasm/wasi-sdk/releases/download/0.2.0-swiftwasm/dist-$2-latest.tgz.zip"
+WASI_SDK_URL="https://github.com/swiftwasm/wasi-sdk/releases/download/0.2.2-swiftwasm/dist-$2.zip"
10
11
[ ! -e dist-wasi-sdk.tgz.zip ] && \
12
wget -O dist-wasi-sdk.tgz.zip $WASI_SDK_URL
0 commit comments