tree-sitter.tree-sitter/crates/language/wasm
Will Lillis 337e20e0f2 fix(wasm): when reallocating the last allocated region, properly grow
the region in place.

Previous changes to `malloc` caused `realloc` to sometimes pull regions
off of the free list during this optimization. Because no `memcpy` is
performed, this resulted in corrupted data returning to the caller.

Co-authored-by: trim21 <i@trim21.me>
2026-01-31 18:24:31 -05:00
..
include fix(wasm): add iswpunct to stdlib 2026-01-24 14:19:00 +01:00
src fix(wasm): when reallocating the last allocated region, properly grow 2026-01-31 18:24:31 -05:00