Skip to content

Commit e0d48a5

Browse files
committed
Update to 0.2.2-swiftwasm, fixing pthread & atomic
1 parent ee62c26 commit e0d48a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

utils/webassembly/install-wasi-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SOURCE_PATH="$( cd "$(dirname $0)/../../../" && pwd )"
66

77
cd $SOURCE_PATH
88

9-
WASI_SDK_URL="https://github.com/swiftwasm/wasi-sdk/releases/download/0.2.1-swiftwasm/dist-$2-latest.zip"
9+
WASI_SDK_URL="https://github.com/swiftwasm/wasi-sdk/releases/download/0.2.2-swiftwasm/dist-$2.zip"
1010

1111
[ ! -e dist-wasi-sdk.zip ] && \
1212
wget -O dist-wasi-sdk.zip $WASI_SDK_URL

utils/webassembly/linux/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636

3737
cmake --version
3838

39-
$SWIFT_PATH/utils/webassembly/install-wasi-sdk.sh linux ubuntu
39+
$SWIFT_PATH/utils/webassembly/install-wasi-sdk.sh linux ubuntu-18.04
4040

4141
# Link wasm32-wasi-unknown to wasm32-wasi because clang finds crt1.o from sysroot
4242
# with os and environment name `getMultiarchTriple`.

utils/webassembly/macos/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cd $SWIFT_PATH
1313

1414
cd $SOURCE_PATH
1515

16-
$SWIFT_PATH/utils/webassembly/install-wasi-sdk.sh macos macos
16+
$SWIFT_PATH/utils/webassembly/install-wasi-sdk.sh macos macos-10.15
1717

1818
# Link sysroot/usr/include to sysroot/include because Darwin sysroot doesn't
1919
# find header files in sysroot/include but sysroot/usr/include

0 commit comments

Comments
 (0)