aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/procs.odin
Commit message (Collapse)AuthorAgeFilesLines
* improve orca targetLaytan Laats2024-06-051-1/+1
|
* wasm: fix target wasm64p32 runtime procsLaytan Laats2024-05-311-9/+15
| | | | | | | | 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.
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+95