summaryrefslogtreecommitdiff
path: root/test/lit/cast-to-basic.wast
Commit message (Expand)AuthorAgeFilesLines
* Use IRBuilder in the binary parser (#6963)Thomas Lively2024-11-261-6/+6
* Refine ref.test's castType during refinalization (#5985)Thomas Lively2023-10-021-4/+4
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-5/+5
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-4/+4
* Ensure br_on_cast* target type is subtype of input type (#5881)Thomas Lively2023-08-171-20/+20
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-121-6/+6
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-231-6/+6
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-191-6/+6
* [Wasm GC] Automatically make RefCast heap types more precise (#5704)Alon Zakai2023-05-051-4/+4
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-8/+8
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-1/+1
* Consolidate br_on* operations (#5399)Thomas Lively2023-01-061-1/+1
* Support br_on_cast null (#5397)Thomas Lively2023-01-051-4/+29
* Allow casting to basic heap types (#5332)Thomas Lively2022-12-081-0/+83