Skip to content

Commit 607cfe7

Browse files
authored
Rollup merge of #89886 - alexcrichton:update-wasi-libc, r=kennytm
Update the wasi-libc built with the wasm32-wasi target This commit updates the wasi-libc that we include with the wasm32-wasi target, which brings in various misc fixes such as musl updates and some math tweaks.
2 parents e92f252 + 5125b1a commit 607cfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/host-x86_64/dist-various-2/build-wasi-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export PATH=`pwd`/clang+llvm-11.0.1-x86_64-linux-gnu-ubuntu-16.04/bin:$PATH
1010
git clone https://github.com/WebAssembly/wasi-libc
1111

1212
cd wasi-libc
13-
git reset --hard 58795582905e08fa7748846c1971b4ab911d1e16
13+
git reset --hard ad5133410f66b93a2381db5b542aad5e0964db96
1414
make -j$(nproc) INSTALL_DIR=/wasm32-wasi install
1515

1616
cd ..

0 commit comments

Comments
 (0)