Skip to content

Commit b280c20

Browse files
committed
use wasm32v1-none
1 parent eed5e81 commit b280c20

File tree

6 files changed

+3
-87
lines changed

6 files changed

+3
-87
lines changed

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

build-script-utils/Cargo.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

build-script-utils/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

build-script-utils/src/lib.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

build-script-utils/src/license.rs

Lines changed: 0 additions & 62 deletions
This file was deleted.

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)