Files
Carl Åstholm c9fa8e46df Use mmap std.heap.page_allocator impl when compiling for Wasm + libc
When linking libc, it should be the libc that manages the heap. The main
Wasm memory might have been configured as non-growable, which makes
`WasmAllocator` a poor default and causes the common `DebugAllocator`
use case fail with OOM errors unless the user uses `std_options` to
override the default page allocator. Additionally, on Emscripten,
growing Wasm memory without notifying the JS glue code will cause array
buffers to get detached and lead to spurious crashes.
2026-01-02 16:55:11 -08:00
..
2025-12-29 22:47:34 -08:00
2025-12-23 22:15:11 -08:00
2025-11-22 22:42:38 +00:00
2025-12-23 22:15:10 -08:00
2025-11-22 22:42:38 +00:00
2025-09-30 13:44:54 +01:00
2025-12-27 20:40:19 +01:00
2025-12-29 22:47:34 -08:00
2025-09-20 14:34:18 -07:00
2024-08-22 08:44:08 +02:00
2025-11-22 22:42:38 +00:00
2025-12-31 16:40:34 -05:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2025-12-23 22:15:12 -08:00
2025-12-29 12:49:43 -08:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00