Skip to content

Commit 12764a8

Browse files
committed
move wkg to install.sh
Signed-off-by: Aaron Wislang <aaron.wislang@microsoft.com>
1 parent b96c1ad commit 12764a8

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

scripts/install.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
#!/bin/bash
22

3-
# setup dir
4-
mkdir -p tmp
5-
cd tmp
6-
7-
# install wkg
8-
git clone https://github.com/bytecodealliance/wasm-pkg-tools
9-
cd wasm-pkg-tools/crates/wkg
10-
cargo install --path .
11-
cd ../../../../
12-
133
# login to the registry
144
# if running locally, we may need to:
155
# gh auth refresh -h github.com -s write:packages,read:packages

0 commit comments

Comments
 (0)