Skip to content

Commit

Permalink
Update wasi-libc
Browse files Browse the repository at this point in the history
This updates wasi-libc to the latest master.

Resolves #112749
  • Loading branch information
CryZe authored Jun 23, 2023
1 parent 54d6738 commit 471cd78
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 4362b1885fd369e042a7c0ecd8df3b6cd47fb4e8
git reset --hard 7018e24d8fe248596819d2e884761676f3542a04
make -j$(nproc) \
CC="$bin/clang" \
NM="$bin/llvm-nm" \
Expand Down

0 comments on commit 471cd78

Please sign in to comment.