Skip to content

Commit 753164c

Browse files
committed
use wasm32v1-none
1 parent 5cab9e4 commit 753164c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,8 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- name: Install toolchain
2929
uses: dtolnay/rust-toolchain@nightly
30-
- name: Install Wasm toolchain
31-
run: rustup target add wasm32-unknown-unknown
3230
- name: Check format
3331
run: make dev-format-check
34-
- name: Install clippy
35-
run: rustup component add clippy
3632
- name: Update
3733
run: |
3834
cargo update

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
check: githooks
2-
./scripts/run.sh check --no-default-features --target=wasm32-unknown-unknown
2+
./scripts/run.sh check --no-default-features --target=wasm32v1-none
33

44
check-tests: githooks
55
./scripts/run.sh check --tests

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
channel = "1.88.0"
3-
components = ["rust-src", "rustfmt", "clippy"]
4-
targets = ["wasm32-unknown-unknown"]
3+
components = ["rustfmt", "clippy"]
4+
targets = ["wasm32v1-none"]

0 commit comments

Comments
 (0)