We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644fa20 commit 02df0cfCopy full SHA for 02df0cf
1 file changed
scripts/install.sh
@@ -1,9 +1,7 @@
1
-# setup dir
2
-mkdir -p tmp
3
-cd tmp
4
-
5
-# install wkg
6
-cargo install wkg
+curl https://wasmtime.dev/install.sh -sSf | bash
7
8
# install cargo-component
9
cargo install cargo-component --force --version 0.16.0
+
+# install wkg
+cargo install wkg --force
0 commit comments