Skip to content

Commit e9e7efe

Browse files
[WASM] Update ICU (swiftlang#210)
* [WASM] Update ICU The main change is here swiftwasm/icu4c-wasi@171b2a5 * [WASM] Update to build ICU with latest wasi-sdk * Update ICU to archive with wasi-sdk bin
1 parent 77a8b1b commit e9e7efe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/webassembly/ci-mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ln -s ../include wasi-sdk/share/wasi-sysroot/usr/include
3636
# with os and environment name `getMultiarchTriple`.
3737
ln -s wasm32-wasi wasi-sdk/share/wasi-sysroot/lib/wasm32-wasi-unknown
3838

39-
wget -O icu.tar.xz "https://github.com/swiftwasm/icu4c-wasi/releases/download/20190421.3/icu4c-wasi.tar.xz"
39+
wget -O icu.tar.xz "https://github.com/swiftwasm/icu4c-wasi/releases/download/0.3.0/icu4c-wasi.tar.xz"
4040
tar xf icu.tar.xz
4141

4242
$BUILD_SCRIPT --release --debug-swift-stdlib --verbose

utils/webassembly/linux/install-dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ mv $WASI_SDK_FULL_NAME ./wasi-sdk
4444
# with os and environment name `getMultiarchTriple`.
4545
ln -s wasm32-wasi wasi-sdk/share/wasi-sysroot/lib/wasm32-wasi-unknown
4646

47-
wget -O icu.tar.xz "https://github.com/swiftwasm/icu4c-wasi/releases/download/20190421.3/icu4c-wasi.tar.xz"
47+
wget -O icu.tar.xz "https://github.com/swiftwasm/icu4c-wasi/releases/download/0.3.0/icu4c-wasi.tar.xz"
4848
tar xf icu.tar.xz

0 commit comments

Comments
 (0)