mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-16 22:21:24 +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