7a4baa3ac8
The paritytech CI container lacks the wasm32v1-none target, causing wasm-builder to fall back to wasm32-unknown-unknown with -Z build-std. Combined with our serde_core fork, this creates a duplicate lang item error for alloc crate. Fix: Add rustup target add wasm32v1-none to all WASM-building jobs. For check-only jobs (bench checks, docs, each-crate), add SKIP_WASM_BUILD=1. Also fixes test-deterministic-wasm wasm blob path to work with either target.