summaryrefslogtreecommitdiff
path: root/test/spec
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-153-16/+17
* Fix arithmetic in interpretation of ArrayNewSeg (#5251)Thomas Lively2022-11-142-2/+14
* Fix two fuzz bugs with ArrayNewSeg (#5242)Thomas Lively2022-11-111-0/+12
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-072-0/+127
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-2/+2
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-9/+0
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-175-32/+35
* Remove RTTs (#4848)Thomas Lively2022-08-053-90/+43
* Updating spec test readme (#4706)Ashley Nelson2022-05-312-113/+6
* [EH] Support try-delegate in interpreter (#4408)Heejin Ahn2021-12-281-0/+86
* [EH] Improve catch validation (#4315)Heejin Ahn2021-11-081-0/+200
* Add table.grow operation (#4245)Max Graey2021-10-182-46/+218
* Add table.size operation (#4224)Max Graey2021-10-081-0/+88
* Add table.set operation (#4215)Max Graey2021-10-071-0/+119
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+79
* [Wasm GC] Nulls compare equal regardless of type (#4094)Alon Zakai2021-08-191-0/+11
* [Simd] Implement extra convert, trunc, demote and promote ops for interpreter...Max Graey2021-07-281-0/+23
* [Simd] Add extending pairwise adds to interpreter (#4022)Max Graey2021-07-261-1/+29
* [SIMD] Add extend + mul simd operations to interpreter (#4021)Max Graey2021-07-261-1/+100
* [Simd] Add extension from i32x4 to i64x2 ops to interpreter (#4016)Max Graey2021-07-261-0/+4
* Implement q15MulrSatSI16x8 for interpreter (#3984)Max Graey2021-07-141-1/+8