We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96c1ad commit 12764a8Copy full SHA for 12764a8
2 files changed
scripts/install.sh
@@ -0,0 +1,9 @@
1
+# setup dir
2
+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 ../../../../
scripts/publish.sh
@@ -1,15 +1,5 @@
#!/bin/bash
-# setup dir
-mkdir -p tmp
-cd tmp
-
-# install wkg
-git clone https://github.com/bytecodealliance/wasm-pkg-tools
-cd wasm-pkg-tools/crates/wkg
10
-cargo install --path .
11
-cd ../../../../
12
13
# login to the registry
14
# if running locally, we may need to:
15
# gh auth refresh -h github.com -s write:packages,read:packages
0 commit comments