mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
3a0ec3d6a8
LLVM generates calls with `i32` regardless of target, so if a call to any of these procs was generated this failed to compile. I opted to fix by changing from `int` to `i32` on wasm64p32 and adding `#any_int` so existing code keeps working.