summaryrefslogtreecommitdiff
path: root/test/heap-types.wast.fromBinary.noDebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-353/+0
* [Wasm GC] Stop printing deprecated cast etc. instructions (#5852)Thomas Lively2023-08-021-5/+5
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-2/+2
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-121-2/+2
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-231-2/+2
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-191-2/+2
* [Wasm GC] Automatically make RefCast heap types more precise (#5704)Alon Zakai2023-05-051-1/+1
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-2/+2
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-6/+1
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-3/+4
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-6/+0
* Consolidate br_on* operations (#5399)Thomas Lively2023-01-061-26/+6
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-4/+4
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-30/+9
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-21/+22
* Parse and emit `array.len` without a type annotation (#5151)Thomas Lively2022-10-181-1/+1
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-46/+45
* Simplify and fix heap type counting (#5110)Thomas Lively2022-10-041-3/+3
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-4/+4
* Avoid adding new unneeded names to blocks in text roundtripping (#4943)Alon Zakai2022-08-221-4/+2
* Remove RTTs (#4848)Thomas Lively2022-08-051-132/+27
* Include globals when collecting module types (#4717)Thomas Lively2022-06-101-1/+1
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-1/+32
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-2/+36
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-2/+21
* [Wasm GC] Fix printing of more unreachable struct/array instructions (#4049)Alon Zakai2021-08-031-2/+8
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-1/+4
* [Wasm GC] Support struct.new in global initializers (#3930)Alon Zakai2021-06-091-0/+3
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-1/+54
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-1/+11
* Remove Type ordering (#3793)Thomas Lively2021-05-181-4/+4
* [Wasm GC] Fix printing of unreachable Array operations (#3892)Alon Zakai2021-05-171-2/+29
* [Wasm GC] Fix StructSet::finalize on an unreachable value (#3874)Alon Zakai2021-05-101-2/+14
* [Wasm GC] Add support for non-nullable types, all except for locals (#3710)Alon Zakai2021-03-231-25/+29
* [Wasm GC] Allow set values to be subtypes (#3665)Alon Zakai2021-03-091-2/+13
* Fix binary writing of local name indexes (#3649)Alon Zakai2021-03-041-6/+6
* [Wasm GC] Parse text field names even of types that end up canonicalized toge...Alon Zakai2021-03-031-0/+5
* [Wasm GC] ref.cast and ref.test should have zero immediates (#3641)Alon Zakai2021-03-021-2/+2
* [Wasm GC] Allow subtyping in arguments to struct.get etc. Fixes #3636 (#3644)Alon Zakai2021-03-021-1/+6
* Support comparing, subtyping, and naming recursive types (#3610)Thomas Lively2021-02-251-2/+2
* [Wasm GC] Fix the order of operands in array.new and struct.new (#3617)Alon Zakai2021-02-251-4/+4
* Support type use before definition in binaries (#3588)Thomas Lively2021-02-191-6/+6
* [GC] Do not crash on unreachable inputs to struct.get/set (#3542)Alon Zakai2021-02-031-0/+3
* [GC] br_on_null (#3528)Alon Zakai2021-02-011-6/+14
* [GC] ref.as_non_null (#3527)Alon Zakai2021-01-281-0/+5
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-1/+34
* [GC] Update br_on_cast: the text format also no longer has a heap type (#3523)Alon Zakai2021-01-271-4/+6
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-1/+18
* [GC] ref.is_func/data/i31 (#3519)Alon Zakai2021-01-261-0/+21
* [GC] Fix minor binary format issues of ordering and immediates (#3472)Alon Zakai2021-01-111-0/+3