Files
pezkuwi-sdk/.github/workflows
pezkuwichain bd2097b586 fix: add wasm32v1-none target to CI workflows
Root cause: CI Docker images don't have wasm32v1-none target installed.
wasm-builder falls back to wasm32-unknown-unknown with -Z build-std=core,alloc
which causes duplicate alloc crate and 'exchange_malloc' lang item error.

Solution: Add 'rustup target add wasm32v1-none' before cargo build steps
in all workflows that build WASM.

Affected workflows:
- checks.yml: cargo-clippy job
- build-publish-images.yml: 11 jobs
- tests-misc.yml: test-node-metrics, test-deterministic-wasm
2026-01-26 03:41:05 +03:00
..
2025-12-19 23:30:43 +03:00
2025-12-19 23:30:43 +03:00
2025-12-19 23:30:43 +03:00
2025-12-19 23:30:43 +03:00
2025-12-19 23:30:43 +03:00
2026-01-25 14:27:47 +03:00