We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7912d6 commit 38f60eeCopy full SHA for 38f60ee
.github/workflows/test.yml
@@ -8,8 +8,8 @@ jobs:
8
uses: actions/checkout@v2
9
- name: Install Rust
10
uses: actions-rs/toolchain@v1
11
- - name: Add wasm32-wasi Rust target
12
- run: rustup target add wasm32-wasi
+ - name: Add wasm32-wasip1 Rust target
+ run: rustup target add wasm32-wasip1
13
- name: Install rustfmt
14
run: rustup component add rustfmt
15
shell: bash
0 commit comments