Skip to content

Commit 2e1b8e7

Browse files
committed
ci: update rust wasi target name
1 parent 51ad799 commit 2e1b8e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/compile-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
- name: Check out repository code
5858
uses: actions/checkout@v3
5959

60-
- name: Install wasm32-wasi target for Rust
61-
run: rustup target add wasm32-wasi
60+
- name: Install wasm32-wasip1 target for Rust
61+
run: rustup target add wasm32-wasip1
6262

6363
- name: Build tests
6464
working-directory: tests/rust

tests/rust/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -ueo pipefail
33

4-
cargo build --target=wasm32-wasi
4+
cargo build --target=wasm32-wasip1
55

6-
cp target/wasm32-wasi/debug/*.wasm testsuite/
6+
cp target/wasm32-wasip1/debug/*.wasm testsuite/

0 commit comments

Comments
 (0)