Skip to content

Commit 644fa20

Browse files
committed
cargo install wkg
Signed-off-by: Aaron Wislang <[email protected]>
1 parent 661a689 commit 644fa20

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/install.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ mkdir -p tmp
33
cd tmp
44

55
# 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 ../../../../
6+
cargo install wkg
107

118
# install cargo-component
129
cargo install cargo-component --force --version 0.16.0

0 commit comments

Comments
 (0)