| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement table.init (#6827) | Alon Zakai | 2024-08-16 | 1 | -4/+4 |
* | [EH] Add instructions for new proposal (#6181) | Heejin Ahn | 2023-12-19 | 1 | -2/+2 |
* | Implement table.copy (#6078) | Alon Zakai | 2023-11-06 | 1 | -4/+4 |
* | Implement table.fill (#5949) | Thomas Lively | 2023-09-18 | 1 | -4/+4 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -2/+2 |
* | Add table.grow operation (#4245) | Max Graey | 2021-10-18 | 1 | -4/+4 |
* | Add table.size operation (#4224) | Max Graey | 2021-10-08 | 1 | -4/+4 |
* | Add table.set operation (#4215) | Max Graey | 2021-10-07 | 1 | -4/+4 |
* | Implement table.get (#4195) | Alon Zakai | 2021-09-30 | 1 | -4/+4 |
* | Remove (attr 0) from tag text format (#3946) | Heejin Ahn | 2021-06-19 | 1 | -1/+1 |
* | [EH] Replace event with tag (#3937) | Heejin Ahn | 2021-06-18 | 1 | -2/+2 |
* | Remove Type ordering (#3793) | Thomas Lively | 2021-05-18 | 1 | -1/+1 |
* | Update SIMD names and opcodes (#3771) | Thomas Lively | 2021-04-05 | 1 | -4/+4 |
* | [EH] Make rethrow's target a try label (#3568) | Heejin Ahn | 2021-02-18 | 1 | -4/+4 |
* | [EH] Update C and binaryen.js API for delegate (#3565) | Heejin Ahn | 2021-02-13 | 1 | -1/+17 |
* | Prototype i32x4.widen_i8x16_{s,u} (#3535) | Thomas Lively | 2021-02-01 | 1 | -3/+3 |
* | Basic EH instrucion support for the new spec (#3487) | Heejin Ahn | 2021-01-15 | 1 | -15/+5 |
* | Prototype prefetch instructions (#3467) | Thomas Lively | 2021-01-06 | 1 | -4/+4 |
* | Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278) | Thomas Lively | 2020-10-22 | 1 | -4/+4 |
* | GC: Add ref.eq instruction (#3145) | Daniel Wirtz | 2020-09-21 | 1 | -4/+4 |
* | Refactor Host expression to MemorySize and MemoryGrow (#3137) | Daniel Wirtz | 2020-09-17 | 1 | -4/+4 |
* | Update Pop text format to handle tuples (#3116) | Thomas Lively | 2020-09-11 | 1 | -1/+1 |
* | Update reference types (#3084) | Daniel Wirtz | 2020-09-09 | 1 | -1/+1 |
* | Remove `Push` (#2867) | Thomas Lively | 2020-05-22 | 1 | -4/+4 |
* | Make try body start with 'do' (#2846) | Heejin Ahn | 2020-05-11 | 1 | -2/+4 |
* | Remove function index printing (#2742) | Thomas Lively | 2020-04-09 | 1 | -1/+1 |
* | Add support for reference types proposal (#2451) | Heejin Ahn | 2019-12-30 | 1 | -4/+4 |
* | Remove FunctionType (#2510) | Thomas Lively | 2019-12-11 | 1 | -2/+3 |
* | Remove FunctionType from Event (#2466) | Thomas Lively | 2019-11-25 | 1 | -1/+0 |
* | Multivalue type creation and inspection (#2459) | Thomas Lively | 2019-11-22 | 1 | -3/+3 |
* | vNxM.load_splat instructions (#2350) | Thomas Lively | 2019-09-23 | 1 | -4/+4 |
* | Add atomic.fence instruction (#2307) | Heejin Ahn | 2019-08-27 | 1 | -4/+4 |
* | Add initial support for anyref as an opaque type (#2294) | Jay Phelps | 2019-08-20 | 1 | -3/+3 |
* | Add basic exception handling support (#2282) | Heejin Ahn | 2019-08-13 | 1 | -0/+32 |