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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user