summaryrefslogtreecommitdiff
path: root/test/gc.wast.fromBinary.noDebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-4/+4
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-2/+2
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-9/+9
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-2/+2
* [Wasm GC] Add support for non-nullable types, all except for locals (#3710)Alon Zakai2021-03-231-48/+43
* Reorder i31ref and dataref (#3509)Heejin Ahn2021-01-231-17/+17
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-14/+17
* [GC] Fix parsing/printing of ref types using i31 (#3469)Alon Zakai2021-01-071-2/+7
* GC: Fuzzing support for i31 (#3169)Daniel Wirtz2020-09-291-22/+24
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+150