| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [EH] Add validation for new instructions (#6185) | Heejin Ahn | 2023-12-20 | 1 | -0/+64 |
* | [EH][test] Split EH tests into old and new spec (#6178) | Heejin Ahn | 2023-12-13 | 1 | -0/+0 |
* | Add an arity immediate to tuple.extract (#6172) | Thomas Lively | 2023-12-12 | 1 | -1/+1 |
* | Update `tuple.make` text format to include arity (#6169) | Thomas Lively | 2023-12-12 | 1 | -8/+8 |
* | Implement table.copy (#6078) | Alon Zakai | 2023-11-06 | 1 | -0/+2216 |
* | Typed Continuations: Add cont type (#5998) | Frank Emrich | 2023-10-24 | 1 | -0/+38 |
* | [typed-cont] Allow result types on tags (#5997) | Frank Emrich | 2023-10-05 | 2 | -5/+38 |
* | Implement table.fill (#5949) | Thomas Lively | 2023-09-18 | 1 | -0/+199 |
* | Remove legacy type defintion text syntax (#5948) | Thomas Lively | 2023-09-18 | 2 | -13/+13 |
* | Replace i31.new with ref.i31 everywhere (#5931) | Thomas Lively | 2023-09-13 | 2 | -7/+7 |
* | Make final types the default (#5918) | Thomas Lively | 2023-09-09 | 1 | -1/+1 |
* | Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894) | Jérôme Vouillon | 2023-08-23 | 3 | -157/+157 |
* | Update br_on_cast binary and text format (#5762) | Thomas Lively | 2023-06-12 | 1 | -4/+4 |
* | Revert "Update br_on_cast binary and text format (#5734)" (#5740) | Alon Zakai | 2023-05-23 | 1 | -4/+4 |
* | Update br_on_cast binary and text format (#5734) | Thomas Lively | 2023-05-19 | 1 | -4/+4 |
* | [EH] Support assert_exception (#5684) | Heejin Ahn | 2023-04-23 | 1 | -7/+7 |
* | Implement array.fill, array.init_data, and array.init_elem (#5637) | Thomas Lively | 2023-04-06 | 1 | -198/+330 |
* | Add bulk-array.wast spec test outline (#5568) | Thomas Lively | 2023-03-16 | 1 | -0/+225 |
* | Support interpretation of extern.externalize and extern.internalize (#5576) | Thomas Lively | 2023-03-16 | 1 | -26/+26 |
* | [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416) | Thomas Lively | 2023-01-10 | 4 | -16/+16 |
* | Support br_on_cast null (#5397) | Thomas Lively | 2023-01-05 | 1 | -0/+26 |
* | Allow non-nullable ref.cast of nullable references (#5386) | Thomas Lively | 2023-01-04 | 1 | -7/+26 |
* | Support `ref.test null` (#5368) | Thomas Lively | 2022-12-21 | 1 | -0/+330 |
* | Use non-nullable ref.cast for non-nullable input (#5335) | Thomas Lively | 2022-12-09 | 1 | -1/+1 |
* | Allow casting to basic heap types (#5332) | Thomas Lively | 2022-12-08 | 1 | -0/+59 |
* | Add standard versions of WasmGC casts (#5331) | Thomas Lively | 2022-12-07 | 2 | -22/+22 |
* | Change the default type system to isorecursive (#5239) | Thomas Lively | 2022-11-23 | 3 | -20/+21 |
* | Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ... | Thomas Lively | 2022-11-16 | 3 | -16/+17 |
* | Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265) | Thomas Lively | 2022-11-16 | 3 | -17/+16 |
* | Make `call_ref` type annotations mandatory (#5246) | Thomas Lively | 2022-11-15 | 3 | -16/+17 |
* | Fix arithmetic in interpretation of ArrayNewSeg (#5251) | Thomas Lively | 2022-11-14 | 2 | -2/+14 |
* | Fix two fuzz bugs with ArrayNewSeg (#5242) | Thomas Lively | 2022-11-11 | 1 | -0/+12 |
* | Implement `array.new_data` and `array.new_elem` (#5214) | Thomas Lively | 2022-11-07 | 2 | -0/+127 |
* | Make `Name` a pointer, length pair (#5122) | Thomas Lively | 2022-10-11 | 1 | -2/+2 |
* | [Wasm GC] Support non-nullable locals in the "1a" form (#4959) | Alon Zakai | 2022-08-31 | 1 | -9/+0 |
* | Mutli-Memories Support in IR (#4811) | Ashley Nelson | 2022-08-17 | 5 | -32/+35 |
* | Remove RTTs (#4848) | Thomas Lively | 2022-08-05 | 3 | -90/+43 |
* | Updating spec test readme (#4706) | Ashley Nelson | 2022-05-31 | 2 | -113/+6 |
* | [EH] Support try-delegate in interpreter (#4408) | Heejin Ahn | 2021-12-28 | 1 | -0/+86 |
* | [EH] Improve catch validation (#4315) | Heejin Ahn | 2021-11-08 | 1 | -0/+200 |
* | Add table.grow operation (#4245) | Max Graey | 2021-10-18 | 2 | -46/+218 |
* | Add table.size operation (#4224) | Max Graey | 2021-10-08 | 1 | -0/+88 |
* | Add table.set operation (#4215) | Max Graey | 2021-10-07 | 1 | -0/+119 |
* | Implement table.get (#4195) | Alon Zakai | 2021-09-30 | 1 | -0/+79 |
* | [Wasm GC] Nulls compare equal regardless of type (#4094) | Alon Zakai | 2021-08-19 | 1 | -0/+11 |
* | [Simd] Implement extra convert, trunc, demote and promote ops for interpreter... | Max Graey | 2021-07-28 | 1 | -0/+23 |
* | [Simd] Add extending pairwise adds to interpreter (#4022) | Max Graey | 2021-07-26 | 1 | -1/+29 |
* | [SIMD] Add extend + mul simd operations to interpreter (#4021) | Max Graey | 2021-07-26 | 1 | -1/+100 |
* | [Simd] Add extension from i32x4 to i64x2 ops to interpreter (#4016) | Max Graey | 2021-07-26 | 1 | -0/+4 |
* | Implement q15MulrSatSI16x8 for interpreter (#3984) | Max Graey | 2021-07-14 | 1 | -1/+8 |