We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6be0038 commit 7cef0e8Copy full SHA for 7cef0e8
2 files changed
scripts/build.sh
@@ -1,7 +1,4 @@
1
#!/bin/bash
2
3
-# install cargo-component
4
-cargo install cargo-component
5
-
6
# build our project
7
cargo component build --release
scripts/install.sh
@@ -7,3 +7,6 @@ git clone https://github.com/bytecodealliance/wasm-pkg-tools
cd wasm-pkg-tools/crates/wkg
8
cargo install --path .
9
cd ../../../../
10
+
11
+# install cargo-component
12
+cargo install cargo-component --version 0.16.0
0 commit comments