Move typed function references and GC to phase 4 (#172) · WebAssembly/proposals@ee4e8b0

1 min read Original article ↗
Original file line numberDiff line numberDiff line change

@@ -20,6 +20,8 @@ _These proposals have not yet been merged to the spec. Merged proposals are list

2020

| -----------------------------------------------------------| ---------------- |

2121

| [Tail call][tail_call] | Andreas Rossberg |

2222

| [Extended Constant Expressions][extended-const] | Sam Clegg |

23+

| [Typed Function References][function_references] | Andreas Rossberg |

24+

| [Garbage collection][garbage_collection] | Andreas Rossberg |

2325
2426

### Phase 3 - Implementation Phase (CG + WG)

2527

@@ -32,8 +34,6 @@ _These proposals have not yet been merged to the spec. Merged proposals are list

3234

| [Web Content Security Policy][content-security-policy] | Francis McCabe |

3335

| [Branch Hinting][branch-hinting] | Yuri Iozzelli |

3436

| [Relaxed SIMD][relaxed-simd] | Marat Dukhan & Zhi An Ng |

35-

| [Typed Function References][function_references] | Andreas Rossberg |

36-

| [Garbage collection][garbage_collection] | Andreas Rossberg |

3737

| [Threads][threads] | Conrad Watt |

3838

| [JS Promise Integration][js-promise-integration] | Ross Tate and Francis McCabe |

3939

| [Type Reflection for WebAssembly JavaScript API][js-types] | Ilya Rezvov |