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 af4d34a commit 7ba11dbCopy full SHA for 7ba11db
.cargo/config.toml
@@ -1,2 +1,2 @@
1
[build]
2
-target = "wasm32-wasi"
+target = "wasm32-wasip1"
.github/workflows/release.yml
@@ -22,10 +22,10 @@ jobs:
22
- name: Install Rust
23
uses: actions-rs/toolchain@v1
24
with:
25
- toolchain: '1.76.0'
+ toolchain: '1.83.0'
26
profile: minimal
27
override: true
28
- target: wasm32-wasi
+ target: wasm32-wasip1
29
30
- name: Build release binary
31
run: cargo build --release
0 commit comments