Wasm32: Rust should not spill v128 function params into shadow stack
Rust Internals [Unofficial]
May 31, 2026
FWIW, if you use extern "C" to declare your function, then v128 should be passed as a "native" wasm argument. The compiler will throw an error if you try to do this without enabling the corresponding target feature.
Discussion in the ATmosphere