Skip to content

Commit e5fb3cc

Browse files
authored
Merge pull request #366 from karthik2804/add_wasm32_wasip1_target
add wasm32-wasip1 target to build docs
2 parents 5cab5fa + bbfbad8 commit e5fb3cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/release.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@ jobs:
8181
- name: Checkout Repository including Tags
8282
uses: actions/checkout@v4
8383

84+
- name: Install Rust toolchain
85+
shell: bash
86+
run: |
87+
rustup toolchain install ${{ env.RUST_VERSION }} --no-self-update
88+
rustup default ${{ env.RUST_VERSION }}
89+
90+
- name: Install Rust toolchain
91+
run: rustup target add wasm32-wasip1 wasm32-unknown-unknown --toolchain ${{ env.RUST_VERSION }}
92+
8493
- name: Install Node.js
8594
uses: actions/setup-node@v3
8695
with:

0 commit comments

Comments
 (0)