We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661a689 commit 644fa20Copy full SHA for 644fa20
1 file changed
scripts/install.sh
@@ -3,10 +3,7 @@ mkdir -p tmp
3
cd tmp
4
5
# install wkg
6
-git clone https://github.com/bytecodealliance/wasm-pkg-tools
7
-cd wasm-pkg-tools/crates/wkg
8
-cargo install --path .
9
-cd ../../../../
+cargo install wkg
10
11
# install cargo-component
12
cargo install cargo-component --force --version 0.16.0
0 commit comments