summaryrefslogtreecommitdiff
path: root/test/passes/Oz_fuzz-exec_all-features.wast
Commit message (Expand)AuthorAgeFilesLines
* Properly stringify names in tests (#6279)Thomas Lively2024-02-061-2/+2
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-081-2/+2
* Drop support for type annotations on array.len (#6197)Thomas Lively2024-01-031-2/+2
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-20/+20
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-181-1/+1
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-1/+1
* 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-12/+12
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-1/+1
* Update br_on_cast binary and text format (#5762)Thomas Lively2023-06-121-7/+7
* Revert "Update br_on_cast binary and text format (#5734)" (#5740)Alon Zakai2023-05-231-7/+7
* Update br_on_cast binary and text format (#5734)Thomas Lively2023-05-191-7/+7
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-4/+4
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-8/+0
* Support br_on_cast null (#5397)Thomas Lively2023-01-051-1/+1
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-2/+2
* Allow casting to basic heap types (#5332)Thomas Lively2022-12-081-8/+0
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-19/+19
* Update tests ahead of transition from `data` to `struct` (#5320)Thomas Lively2022-12-071-78/+1
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-2/+2
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-2/+2
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-151-2/+2
* Separate `func` into a separate type hierarchy (#4955)Thomas Lively2022-08-221-4/+6
* Remove RTTs (#4848)Thomas Lively2022-08-051-181/+29
* Fix RTTs for RTT-less instructions (#4294)Thomas Lively2021-11-031-1/+3
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-13/+6
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-0/+94
* Fix interpreting of ref.as_func|data (#4164)Alon Zakai2021-09-201-0/+34
* [Wasm GC] Fix lack of packing in array.init (#4153)Alon Zakai2021-09-141-0/+13
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+22
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-0/+44
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-0/+115
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-0/+48
* [Wasm GC] Fix casting code in interpreter (#3873)Alon Zakai2021-05-101-0/+12
* [Wasm GC] Fix Array initialization of a packed value (#3868)Alon Zakai2021-05-071-0/+15
* [Wasm GC] Fix precompute on GC data (#3810)Alon Zakai2021-04-151-1/+3
* Fuzzer: Distinguish traps from host limitations (#3801)Alon Zakai2021-04-121-0/+15
* [GC] Do not crash on unreasonable GC array allocations in interpreter; trap (...Alon Zakai2021-04-071-1/+9
* [Wasm GC] Add support for non-nullable types, all except for locals (#3710)Alon Zakai2021-03-231-1/+6
* [Wasm GC] Validate static subtyping in rtt.sub (#3696)Alon Zakai2021-03-161-1/+1
* [Wasm GC] ref.cast and ref.test should have zero immediates (#3641)Alon Zakai2021-03-021-11/+11
* [Wasm GC] Fix the order of operands in array.new and struct.new (#3617)Alon Zakai2021-02-251-4/+4
* [GC] Support casts of function types (#3554)Alon Zakai2021-02-091-0/+30
* [GC] dataref typing fixes (#3536)Alon Zakai2021-02-031-0/+12
* [GC] Update br_on_cast: the text format also no longer has a heap type (#3523)Alon Zakai2021-01-271-3/+3
* [GC] RTT types are not defaultable (#3489)Alon Zakai2021-01-131-17/+11
* [GC] Fix casts of non-GC data (#3483)Alon Zakai2021-01-121-0/+11
* [GC] Validate that struct.set is to a mutable field. (#3473)Alon Zakai2021-01-081-1/+1
* [GC] Add br_on_cast (#3451)Alon Zakai2020-12-171-0/+38
* [GC] Fully implement RTT semantics (#3441)Alon Zakai2020-12-151-0/+74