Skip to content

Commit c00c42b

Browse files
committed
Update target to wasm32-wasip1
1 parent e62c9fa commit c00c42b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: dtolnay/rust-toolchain@stable
2121
with:
22-
targets: "wasm32-wasi"
22+
targets: "wasm32-wasip1"
2323
# We have to run these separately so we can deactivate a feature for one of the tests
2424
- name: Run client tests
2525
working-directory: ./crates/wasm-pkg-client
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build]
2-
target = [ "wasm32-wasi" ]
2+
target = [ "wasm32-wasip1" ]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build]
2-
target = [ "wasm32-wasi" ]
2+
target = [ "wasm32-wasip1" ]

0 commit comments

Comments
 (0)