Skip to content

Commit d1a4a57

Browse files
committedMar 19, 2020
Update the bundled wasi-libc with libstd
Brings in WebAssembly/wasi-libc#184 which can help standalone programs with environment variables!
1 parent 2602289 commit d1a4a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export PATH=`pwd`/clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04/bin:$PATH
1212
git clone https://github.com/CraneStation/wasi-libc
1313

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

1818
cd ..

0 commit comments

Comments
 (0)
Please sign in to comment.