@@ -20,6 +20,8 @@ _These proposals have not yet been merged to the spec. Merged proposals are list
|
20 | 20 | | -----------------------------------------------------------| ---------------- | |
21 | 21 | | [Tail call][tail_call] | Andreas Rossberg | |
22 | 22 | | [Extended Constant Expressions][extended-const] | Sam Clegg | |
| 23 | +| [Typed Function References][function_references] | Andreas Rossberg | |
| 24 | +| [Garbage collection][garbage_collection] | Andreas Rossberg | |
23 | 25 | |
24 | 26 | ### Phase 3 - Implementation Phase (CG + WG) |
25 | 27 | |
@@ -32,8 +34,6 @@ _These proposals have not yet been merged to the spec. Merged proposals are list
|
32 | 34 | | [Web Content Security Policy][content-security-policy] | Francis McCabe | |
33 | 35 | | [Branch Hinting][branch-hinting] | Yuri Iozzelli | |
34 | 36 | | [Relaxed SIMD][relaxed-simd] | Marat Dukhan & Zhi An Ng | |
35 | | -| [Typed Function References][function_references] | Andreas Rossberg | |
36 | | -| [Garbage collection][garbage_collection] | Andreas Rossberg | |
37 | 37 | | [Threads][threads] | Conrad Watt | |
38 | 38 | | [JS Promise Integration][js-promise-integration] | Ross Tate and Francis McCabe | |
39 | 39 | | [Type Reflection for WebAssembly JavaScript API][js-types] | Ilya Rezvov | |
|