We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea919d commit fe04c69Copy full SHA for fe04c69
.github/workflows/release-please.yml
@@ -92,7 +92,7 @@ jobs:
92
- name: Install Rust 1.81.0
93
run: |
94
rustup toolchain install 1.81.0
95
- rustup target add wasm32-wasi --toolchain 1.81.0
+ rustup target add wasm32-wasip1 --toolchain 1.81.0
96
- name: Restore wasm-tools from cache
97
uses: actions/cache@v3
98
id: wasm-tools
0 commit comments