Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416) | Thomas Lively | 2023-01-10 | 1 | -4/+4 |
* | Change the default type system to isorecursive (#5239) | Thomas Lively | 2022-11-23 | 1 | -2/+2 |
* | Implement bottom heap types (#5115) | Thomas Lively | 2022-10-07 | 1 | -9/+9 |
* | Make `i31ref` and `dataref` nullable (#4843) | Thomas Lively | 2022-08-26 | 1 | -2/+2 |
* | [Wasm GC] Add support for non-nullable types, all except for locals (#3710) | Alon Zakai | 2021-03-23 | 1 | -48/+43 |
* | Reorder i31ref and dataref (#3509) | Heejin Ahn | 2021-01-23 | 1 | -17/+17 |
* | [GC] Add dataref type (#3500) | Alon Zakai | 2021-01-21 | 1 | -14/+17 |
* | [GC] Fix parsing/printing of ref types using i31 (#3469) | Alon Zakai | 2021-01-07 | 1 | -2/+7 |
* | GC: Fuzzing support for i31 (#3169) | Daniel Wirtz | 2020-09-29 | 1 | -22/+24 |
* | GC: Add i31 instructions (#3154) | Daniel Wirtz | 2020-09-24 | 1 | -0/+150 |