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 acb2b3f181
commit 83e29dba8c
6 changed files with 15 additions and 7 deletions
+4
View File
@@ -93,6 +93,10 @@ jobs:
image: ${{ needs.preflight.outputs.IMAGE }}
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.1.7
- name: Install wasm32v1-none target
run: rustup target add wasm32v1-none
- name: script
id: required
run: |