about summary refs log tree commit diff
path: root/library/std/src/sys/alloc/wasm.rs
AgeCommit message (Collapse)AuthorLines
2025-06-19wasm: rm static mutMarijn Schouten-7/+10
2025-04-27use generic Atomic type where possibleChristopher Durham-2/+2
in core/alloc/std only for now, and ignoring test files Co-authored-by: Pavel Grigorenko <GrigorenkoPV@ya.ru>
2025-01-24Update a bunch of comments from before wasi support was addedbjorn3-2/+2
2024-09-13Update tests for hidden references to mutable staticObei Sideg-0/+3
2024-08-27std: move allocators to `sys`joboet-0/+167