summaryrefslogtreecommitdiff
path: root/test/lit/arrays.wast
Commit message (Expand)AuthorAgeFilesLines
* Use TopologicalSort::minSort to order rec groups (#6892)Thomas Lively2024-09-041-8/+8
* Drop support for type annotations on array.len (#6197)Thomas Lively2024-01-031-4/+3
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-22/+22
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-15/+19
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-12/+12
* Fix two fuzz bugs with ArrayNewSeg (#5242)Thomas Lively2022-11-111-10/+10
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-6/+66
* Parse and emit `array.len` without a type annotation (#5151)Thomas Lively2022-10-181-9/+25
* Implement `array` basic heap type (#5148)Thomas Lively2022-10-181-0/+72