You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cargo check --target wasm32-unknown-unknown --lib step always fails
for Soroban contracts (no global allocator in wasm32 guest env).
The actual WASM build works fine. Keep only 3 essential steps:
fmt, clippy, test — all currently green.
0 commit comments