Skip to content

Commit ac93ac6

Browse files
authored
Merge pull request #5903 from billf/billf/rust/wasm
chore(rust): Use stable wasm32-wasip2 target in CI
2 parents 246d972 + 9a7b9f0 commit ac93ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
features: wasm
129129
- build: wasm-wasi
130130
rust: stable
131-
target: wasm32-wasip1
131+
target: wasm32-wasip2
132132
features: wasm
133133
- build: debug
134134
rust: stable

0 commit comments

Comments
 (0)