mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-18 10:09:46 +00:00
the required procs within wasm would compile to take native v128 arguments in, but the procs are supposed to take in i64's causing bad wasm modules. Fixes #3263