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