summaryrefslogtreecommitdiff
path: root/test/spec
Commit message (Expand)AuthorAgeFilesLines
* [threads] Validate shared-to-unshared edges in heap types (#6698)Thomas Lively2024-06-252-0/+138
* Re-enable spec tests requiring multivalue (#6684)Thomas Lively2024-06-202-40/+18
* Validate memarg offsets (#6683)Thomas Lively2024-06-201-1/+1
* Re-enable binary.wast spec test (#6677)Thomas Lively2024-06-181-191/+0
* Enable more spec tests (#6669)Thomas Lively2024-06-171-18/+33
* [Parser] Fix error message on required reftype (#6666)Thomas Lively2024-06-141-0/+5
* [EH] Rename old EH tests from -old to -legacy (#6627)Heejin Ahn2024-05-281-0/+0
* Rewrite wasm-shell to use new wast parser (#6601)Thomas Lively2024-05-177-46/+33
* [Parser] Parse wast scripts (#6581)Thomas Lively2024-05-137-23/+28
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-105-100/+203
* Comment out test failing on windows (#6534)Thomas Lively2024-04-241-0/+0
* [Parser] Use the new parser in wasm-shell and wasm-as (#6529)Thomas Lively2024-04-2414-4622/+216
* [wasm-shell] Error on unknown commands (#6528)Thomas Lively2024-04-2413-2296/+2295
* [Strings] Add a string lowering pass using magic imports (#6497)Thomas Lively2024-04-152-11/+0
* Handle return calls correctlyThomas Lively2024-04-084-0/+1150
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-0/+8
* Update pop text syntax (#6251)Thomas Lively2024-01-291-1/+1
* Update the text syntax for tuple types (#6246)Thomas Lively2024-01-262-3/+3
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-047-74/+118
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-1/+1
* Drop support for type annotations on array.len (#6197)Thomas Lively2024-01-031-1/+1
* [EH] Add validation for new instructions (#6185)Heejin Ahn2023-12-201-0/+64
* [EH][test] Split EH tests into old and new spec (#6178)Heejin Ahn2023-12-131-0/+0
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-1/+1
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-8/+8
* Implement table.copy (#6078)Alon Zakai2023-11-061-0/+2216
* Typed Continuations: Add cont type (#5998)Frank Emrich2023-10-241-0/+38
* [typed-cont] Allow result types on tags (#5997)Frank Emrich2023-10-052-5/+38
* Implement table.fill (#5949)Thomas Lively2023-09-181-0/+199
* Remove legacy type defintion text syntax (#5948)Thomas Lively2023-09-182-13/+13
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-132-7/+7
* 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-233-157/+157
* 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
* [EH] Support assert_exception (#5684)Heejin Ahn2023-04-231-7/+7
* Implement array.fill, array.init_data, and array.init_elem (#5637)Thomas Lively2023-04-061-198/+330
* Add bulk-array.wast spec test outline (#5568)Thomas Lively2023-03-161-0/+225
* Support interpretation of extern.externalize and extern.internalize (#5576)Thomas Lively2023-03-161-26/+26
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-104-16/+16
* 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
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-0/+330
* 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-072-22/+22
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-233-20/+21
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-163-16/+17
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-163-17/+16