File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 59
59
60
60
- name : Install wasm-pack
61
61
run : |
62
- curl https://rustwasm .github.io/wasm-pack/installer/init.sh -sSf | sh
62
+ curl https://drager .github.io/wasm-pack/installer/init.sh -sSf | bash
63
63
64
64
- name : Build WASM version
65
65
run : |
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ jobs:
49
49
- name : Install Rust toolchain
50
50
uses : actions-rust-lang/setup-rust-toolchain@v1
51
51
with :
52
- toolchain : 1.89.0
52
+ toolchain : stable
53
53
54
54
- name : Install wasm-pack
55
55
run : |
56
- curl https://rustwasm .github.io/wasm-pack/installer/init.sh -sSf | sh
56
+ curl https://drager .github.io/wasm-pack/installer/init.sh -sSf | bash
57
57
58
58
- name : Build with wasm-pack
59
59
env :
Original file line number Diff line number Diff line change 5
5
* Add email notifications API
6
6
* Add email notifications registration API
7
7
* Added ` app_url ` property to config - defaults to ` https://bitcredit-dev.minibill.tech ` (config break)
8
+ * Small fix to WASM build addressing the rustwasm organization archiving
8
9
9
10
# 0.4.4
10
11
Original file line number Diff line number Diff line change 4
4
5
5
Make sure you have all [ prerequisites] ( ./prerequisites.md ) installed.
6
6
7
- You also need the ` wasm-pack ` tool from [ here] ( https://rustwasm .github.io/wasm-pack/installer/ ) .
7
+ You also need the ` wasm-pack ` tool from [ here] ( https://drager .github.io/wasm-pack/installer/ ) .
8
8
9
9
``` bash
10
- curl https://rustwasm .github.io/wasm-pack/installer/init.sh -sSf | sh
10
+ curl https://drager .github.io/wasm-pack/installer/init.sh -sSf | bash
11
11
```
12
12
13
13
### Development
You can’t perform that action at this time.
0 commit comments