summaryrefslogtreecommitdiff
path: root/test/heap-types.wast.from-wast
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-399/+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-20/+0
* 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-21/+0
* 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-2/+2
* Implement `array` basic heap type (#5148)Thomas Lively2022-10-181-4/+1
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-33/+40
* 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-1/+1
* Remove RTTs (#4848)Thomas Lively2022-08-051-123/+11
* Fix printing of some unreachable GC instructions (#4281)Alon Zakai2021-10-271-2/+4
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-2/+33
* [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-1/+15
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-0/+3
* [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/+45
* Printing: Add a comment when we cannot emit something (#3878)Alon Zakai2021-05-111-3/+3
* [Wasm GC] Fix StructSet::finalize on an unreachable value (#3874)Alon Zakai2021-05-101-7/+29
* [Wasm GC] Add support for non-nullable types, all except for locals (#3710)Alon Zakai2021-03-231-11/+15
* [Wasm GC] Allow set values to be subtypes (#3665)Alon Zakai2021-03-091-2/+13
* [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
* [Wasm GC] Fix the order of operands in array.new and struct.new (#3617)Alon Zakai2021-02-251-4/+4
* [Wasm GC] Print Struct field names (#3608)Alon Zakai2021-02-251-5/+5
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-231-69/+69
* 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/+13
* [GC] br_on_null (#3528)Alon Zakai2021-02-011-0/+8
* [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-3/+5
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-1/+18