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 5959
6060 - name : Install wasm-pack
6161 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
6363
6464 - name : Build WASM version
6565 run : |
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ jobs:
4949 - name : Install Rust toolchain
5050 uses : actions-rust-lang/setup-rust-toolchain@v1
5151 with :
52- toolchain : 1.89.0
52+ toolchain : stable
5353
5454 - name : Install wasm-pack
5555 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
5757
5858 - name : Build with wasm-pack
5959 env :
Original file line number Diff line number Diff line change 55 * Add email notifications API
66 * Add email notifications registration API
77* 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
89
910# 0.4.4
1011
Original file line number Diff line number Diff line change 44
55Make sure you have all [ prerequisites] ( ./prerequisites.md ) installed.
66
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/ ) .
88
99``` 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
1111```
1212
1313### Development
You can’t perform that action at this time.
0 commit comments