Files
Odin/base/runtime
Laytan Laats 3a0ec3d6a8 wasm: fix target wasm64p32 runtime procs
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.
2024-05-31 16:32:27 +02:00
..
2024-05-16 16:30:45 +01:00
2024-02-02 11:51:26 +00:00
2024-04-16 14:27:29 +02:00
2024-04-18 11:13:44 +01:00
2024-01-28 23:21:59 +00:00