summaryrefslogtreecommitdiff
path: root/test/spec/ref_cast.wast
Commit message (Expand)AuthorAgeFilesLines
* Properly validate ref.cast when lacking a common supertype (#6741)Alon Zakai2024-07-231-0/+10
* [Parser] Fix error message on required reftype (#6666)Thomas Lively2024-06-141-0/+5
* [Parser] Parse wast scripts (#6581)Thomas Lively2024-05-131-1/+1
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-5/+5
* Make final types the default (#5918)Thomas Lively2023-09-091-1/+1
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-41/+41
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-121-4/+4
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-231-4/+4
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-191-4/+4
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-12/+12
* Support br_on_cast null (#5397)Thomas Lively2023-01-051-0/+26
* Allow non-nullable ref.cast of nullable references (#5386)Thomas Lively2023-01-041-7/+26
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-1/+1
* Allow casting to basic heap types (#5332)Thomas Lively2022-12-081-0/+59
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-20/+20
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-10/+5
* Remove RTTs (#4848)Thomas Lively2022-08-051-47/+31
* [Wasm GC] Add support for non-nullable types, all except for locals (#3710)Alon Zakai2021-03-231-8/+8
* [Wasm GC] Validate static subtyping in rtt.sub (#3696)Alon Zakai2021-03-161-0/+88