Skip to content

Commit

Permalink
Rollup merge of rust-lang#106644 - alexcrichton:update-wasi-toolchain…
Browse files Browse the repository at this point in the history
…, r=cuviper

Update the wasi-libc used for the wasm32-wasi target

This commit updates the wasi-libc revision used to build with the wasm32-wasi target. This notably pulls in WebAssembly/wasi-libc#377 which is needed to fix a use case I've been working on recently. This should be a relatively small update hopefully and is not expected to have any user impact.
  • Loading branch information
matthiaskrgr committed Jan 14, 2023
2 parents 788c7cc + b047aec commit 6f3218d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bin="$PWD/clang+llvm-15.0.6-x86_64-linux-gnu-ubuntu-18.04/bin"
git clone https://github.com/WebAssembly/wasi-libc

cd wasi-libc
git reset --hard 8b7148f69ae241a2749b3defe4606da8143b72e0
git reset --hard 4362b1885fd369e042a7c0ecd8df3b6cd47fb4e8
make -j$(nproc) \
CC="$bin/clang" \
NM="$bin/llvm-nm" \
Expand Down

0 comments on commit 6f3218d

Please sign in to comment.