We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2659a0d commit c057f82Copy full SHA for c057f82
build-wasiclang.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
if [ ! -e wasi-sdk-21-src/build/install/opt/wasi-sdk/bin/clang ]; then
4
- git clone --depth 1 git@github.com:WebAssembly/wasi-sdk.git --branch wasi-sdk-21 --single-branch wasi-sdk-21-src
+ git clone --depth 1 https://github.com/WebAssembly/wasi-sdk.git --branch wasi-sdk-21 --single-branch wasi-sdk-21-src
5
cd wasi-sdk-21-src
6
git submodule update --init --depth 100
7
gmake -j
0 commit comments