Files
Odin/core
Barinzaya 7819797a03 Split mem.make_map to match the runtime procs.
The existing `mem.make_map` passes a capacity, but the builtin
`make_map` no longer takes a capacity--it was separated to
`make_map_cap` to allow for making a map without an allocation (#4340).

`core:mem` was not updated to reflect this, so any usage of `mem.make`
to make a map will currently result in a compile error.
2025-03-22 11:03:04 -04:00
..
2024-09-09 18:49:13 +02:00
2024-12-01 11:54:53 +11:00
2025-01-18 22:23:44 +01:00
2025-02-04 21:27:44 +01:00
2025-01-10 12:22:18 +00:00
2025-03-04 19:32:05 -05:00
2025-01-18 22:23:44 +01:00
2024-02-08 15:15:16 +00:00
2025-03-02 20:42:13 +11:00
2025-01-10 07:07:40 +01:00