fix: replace wasm32-unknown-unknown with wasm32v1-none in crypto checks and scripts

The serde_core + wasm32-unknown-unknown combination causes duplicate
lang item errors (panic_impl). Using wasm32v1-none avoids the fallback
to -Z build-std which triggers the conflict.
This commit is contained in:
2026-02-23 11:15:06 +03:00
parent f5637ff979
commit 541e4b28a3
6 changed files with 15 additions and 7 deletions
@@ -180,7 +180,7 @@ jobs:
with:
cache: false
toolchain: ${{ env.RUST_VERSION }}
target: wasm32-unknown-unknown
target: wasm32v1-none
components: cargo, clippy, rust-docs, rust-src, rustfmt, rustc, rust-std
- name: cargo info