| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement table.init (#6827) | Alon Zakai | 2024-08-16 | 1 | -0/+1 |
* | [Strings] Remove stringview types and instructions (#6579) | Thomas Lively | 2024-05-15 | 1 | -5/+0 |
* | Typed continuations: suspend instructions (#6393) | Frank Emrich | 2024-03-19 | 1 | -0/+1 |
* | Typed continuations: cont.bind instructions (#6365) | Frank Emrich | 2024-03-04 | 1 | -0/+1 |
* | Typed continuations: cont.new instructions (#6308) | Frank Emrich | 2024-02-22 | 1 | -0/+1 |
* | Typed continuations: resume instructions (#6083) | Frank Emrich | 2024-01-11 | 1 | -0/+1 |
* | [EH] Add instructions for new proposal (#6181) | Heejin Ahn | 2023-12-19 | 1 | -0/+2 |
* | Implement table.copy (#6078) | Alon Zakai | 2023-11-06 | 1 | -0/+1 |
* | Implement table.fill (#5949) | Thomas Lively | 2023-09-18 | 1 | -0/+1 |
* | Replace I31New with RefI31 everywhere (#5930) | Thomas Lively | 2023-09-13 | 1 | -1/+1 |
* | [NFC] Refactor each of ArrayNewSeg and ArrayInit into subclasses for Data/Ele... | Alon Zakai | 2023-05-04 | 1 | -2/+4 |
* | Implement array.fill, array.init_data, and array.init_elem (#5637) | Thomas Lively | 2023-04-06 | 1 | -0/+2 |
* | [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526) | Thomas Lively | 2023-02-28 | 1 | -1/+1 |
* | Replace `RefIs` with `RefIsNull` (#5401) | Thomas Lively | 2023-01-09 | 1 | -1/+1 |
* | Implement `array.new_data` and `array.new_elem` (#5214) | Thomas Lively | 2022-11-07 | 1 | -0/+1 |
* | Remove RTTs (#4848) | Thomas Lively | 2022-08-05 | 1 | -2/+0 |
* | [Strings] stringview_*.slice (#4805) | Alon Zakai | 2022-07-15 | 1 | -0/+2 |
* | [Strings] stringview access operations (#4798) | Alon Zakai | 2022-07-13 | 1 | -0/+4 |
* | [Strings] string.as (#4797) | Alon Zakai | 2022-07-12 | 1 | -0/+1 |
* | [Strings] string.eq (#4781) | Alon Zakai | 2022-07-08 | 1 | -0/+1 |
* | [Strings] string.concat (#4777) | Alon Zakai | 2022-07-08 | 1 | -0/+1 |
* | [Strings] string.encode (#4776) | Alon Zakai | 2022-07-07 | 1 | -0/+1 |
* | [Strings] string.measure (#4775) | Alon Zakai | 2022-07-07 | 1 | -0/+1 |
* | [Strings] Add string.const (#4768) | Alon Zakai | 2022-07-06 | 1 | -0/+1 |
* | [Strings] Add string.new* instructions (#4761) | Alon Zakai | 2022-06-29 | 1 | -0/+1 |
* | Add table.grow operation (#4245) | Max Graey | 2021-10-18 | 1 | -0/+1 |
* | Add table.size operation (#4224) | Max Graey | 2021-10-08 | 1 | -0/+1 |
* | Add table.set operation (#4215) | Max Graey | 2021-10-07 | 1 | -0/+1 |
* | Implement table.get (#4195) | Alon Zakai | 2021-09-30 | 1 | -0/+1 |
* | [Wasm GC] ArrayInit support (#4138) | Alon Zakai | 2021-09-10 | 1 | -0/+1 |
* | Rename wasm-delegations[-fields].h to def files (NFC) (#3941) | Heejin Ahn | 2021-06-18 | 1 | -0/+84 |