Skip to content

Commit

Permalink
Update the bundled wasi-libc with libstd
Browse files Browse the repository at this point in the history
Brings in WebAssembly/wasi-libc#184 which can help standalone programs
with environment variables!
  • Loading branch information
alexcrichton committed Mar 19, 2020
1 parent 2602289 commit d1a4a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/dist-various-2/build-wasi-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export PATH=`pwd`/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04/bin:$PATH
git clone https://github.com/CraneStation/wasi-libc

cd wasi-libc
git reset --hard 1fad33890a5e299027ce0eab7b6ad5260585e347
git reset --hard 9efc2f428358564fe64c374d762d0bfce1d92507
make -j$(nproc) INSTALL_DIR=/wasm32-wasi install

cd ..
Expand Down

0 comments on commit d1a4a57

Please sign in to comment.