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
fix: update WASM build target to wasm32v1-none for Rust 1.84+
Rust 1.82+ enabled reference-types and multi-value on wasm32-unknown-unknown
which are not supported by the Soroban host environment.
Switch to wasm32v1-none which is the correct target from Rust 1.84+.
0 commit comments