diff options
| author | Ben Smith <binjimin@gmail.com> | 2018-10-16 15:39:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-16 15:39:06 -0700 |
| commit | 7ac534710eaee39e26ed8e768906dfae2886e989 (patch) | |
| tree | 03cf1ab41db4d54d6dd81016c1af43107b4aa38f | |
| parent | 14c81a610ee2412df2ecaa4706de97f2f2206c21 (diff) | |
Update FutureFeatures to point to new repo
| -rw-r--r-- | FutureFeatures.md | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md index 87ef861..125e856 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -13,45 +13,45 @@ The Community Group and Working Group have adopted [a process document for propo | Feature | Tracking issue | Status | Phase | |--------------------------------------------------|----------------|-------------|------------------------------| -| Specification | [1077][] | in progress | Proposed spec text available | -| Threads | [1073][] | in progress | Feature proposal | -| Fixed-width SIMD | [1075][] | in progress | Feature proposal | -| Exception handling | [1078][] | in progress | Feature proposal | -| Reference types | [1203][] | in progress | Implementation phase | -| Garbage collection | [1079][] | in progress | Feature proposal | -| Bulk memory operations | [1114][] | in progress | Feature proposal | -| Web Content Security Policy | [1122][] | in progress | Pre-proposal | -| ECMAScript module integration | [1087][] | in progress | Feature proposal | -| Tail Call | [1144][] | in progress | Feature proposal | -| Non-trapping float-to-int conversions | [1143][] | in progress | Standardize the Feature | -| Multi-value | [1146][] | in progress | Implementation phase | -| Host bindings | [1148][] | in progress | Feature proposal | -| Sign-extension operators | [1178][] | in progress | Standardize the Feature | -| Import/Export Mutable Globals | [1179][] | in progress | Standardize the Feature | -| Type Reflection for WebAssembly JavaScript API | [1181][] | in progress | Feature proposal | -| Unmanaged closures | [1182][] | in progress | Pre-proposal | -| JavaScript BigInt to WebAssembly i64 integration | [1186][] | in progress | Proposed Spec Text Available | -| Custom Annotation Syntax in the Text Format | [1192][] | in progress | Feature proposal | - - [1073]: https://github.com/WebAssembly/design/issues/1073 - [1075]: https://github.com/WebAssembly/design/issues/1075 - [1077]: https://github.com/WebAssembly/design/issues/1077 - [1078]: https://github.com/WebAssembly/design/issues/1078 - [1203]: https://github.com/WebAssembly/design/issues/1203 - [1079]: https://github.com/WebAssembly/design/issues/1079 - [1087]: https://github.com/WebAssembly/design/issues/1087 - [1114]: https://github.com/WebAssembly/design/issues/1114 - [1122]: https://github.com/WebAssembly/design/issues/1122 - [1143]: https://github.com/WebAssembly/design/issues/1143 - [1144]: https://github.com/WebAssembly/design/issues/1144 - [1146]: https://github.com/WebAssembly/design/issues/1146 - [1148]: https://github.com/WebAssembly/design/issues/1148 - [1178]: https://github.com/WebAssembly/design/issues/1178 - [1179]: https://github.com/WebAssembly/design/issues/1179 - [1181]: https://github.com/WebAssembly/design/issues/1181 - [1182]: https://github.com/WebAssembly/design/issues/1182 - [1186]: https://github.com/WebAssembly/design/issues/1186 - [1192]: https://github.com/WebAssembly/design/issues/1192 +| Specification | [15][] | in progress | Proposed spec text available | +| Threads | [14][] | in progress | Feature proposal | +| Fixed-width SIMD | [1][] | in progress | Feature proposal | +| Exception handling | [4][] | in progress | Feature proposal | +| Reference types | [10][] | in progress | Implementation phase | +| Garbage collection | [16][] | in progress | Feature proposal | +| Bulk memory operations | [18][] | in progress | Feature proposal | +| Web Content Security Policy | [3][] | in progress | Pre-proposal | +| ECMAScript module integration | [12][] | in progress | Feature proposal | +| Tail Call | [17][] | in progress | Feature proposal | +| Non-trapping float-to-int conversions | [11][] | in progress | Standardize the Feature | +| Multi-value | [19][] | in progress | Implementation phase | +| Host bindings | [8][] | in progress | Feature proposal | +| Sign-extension operators | [9][] | in progress | Standardize the Feature | +| Import/Export Mutable Globals | [5][] | in progress | Standardize the Feature | +| Type Reflection for WebAssembly JavaScript API | [2][] | in progress | Feature proposal | +| Unmanaged closures | [6][] | in progress | Pre-proposal | +| JavaScript BigInt to WebAssembly i64 integration | [7][] | in progress | Proposed Spec Text Available | +| Custom Annotation Syntax in the Text Format | [13][] | in progress | Feature proposal | + + [14]: https://github.com/WebAssembly/proposals/issues/14 + [1]: https://github.com/WebAssembly/proposals/issues/1 + [15]: https://github.com/WebAssembly/proposals/issues/15 + [4]: https://github.com/WebAssembly/proposals/issues/4 + [10]: https://github.com/WebAssembly/proposals/issues/10 + [16]: https://github.com/WebAssembly/proposals/issues/16 + [12]: https://github.com/WebAssembly/proposals/issues/12 + [18]: https://github.com/WebAssembly/proposals/issues/18 + [3]: https://github.com/WebAssembly/proposals/issues/3 + [11]: https://github.com/WebAssembly/proposals/issues/11 + [17]: https://github.com/WebAssembly/proposals/issues/17 + [19]: https://github.com/WebAssembly/proposals/issues/19 + [8]: https://github.com/WebAssembly/proposals/issues/8 + [9]: https://github.com/WebAssembly/proposals/issues/9 + [5]: https://github.com/WebAssembly/proposals/issues/5 + [2]: https://github.com/WebAssembly/proposals/issues/2 + [6]: https://github.com/WebAssembly/proposals/issues/6 + [7]: https://github.com/WebAssembly/proposals/issues/7 + [13]: https://github.com/WebAssembly/proposals/issues/13 ## On Deck for Immediate Design |
