Skip to content

Commit 02df0cf

Browse files
committed
Add wasmtime, re-order + --force
Signed-off-by: Aaron Wislang <[email protected]>
1 parent 644fa20 commit 02df0cf

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

scripts/install.sh

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# setup dir
2-
mkdir -p tmp
3-
cd tmp
4-
5-
# install wkg
6-
cargo install wkg
1+
curl https://wasmtime.dev/install.sh -sSf | bash
72

83
# install cargo-component
94
cargo install cargo-component --force --version 0.16.0
5+
6+
# install wkg
7+
cargo install wkg --force

0 commit comments

Comments
 (0)