diff options
| author | JF Bastien <github@jfbastien.com> | 2018-02-08 09:48:52 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-08 09:48:52 -0800 |
| commit | 9f55307b3fb1eac55e6c6cbb35989dcfdd47e02d (patch) | |
| tree | ab1185bc23328962d8931e3509179a64002ba5eb /FutureFeatures.md | |
| parent | 482a5d35bffea180fe2f669165db64c98bd66c20 (diff) | |
| download | nanowasm-design-9f55307b3fb1eac55e6c6cbb35989dcfdd47e02d.tar.gz | |
Add two new tracking features to the future features table (#1183)
Diffstat (limited to 'FutureFeatures.md')
| -rw-r--r-- | FutureFeatures.md | 37 |
1 files changed, 21 insertions, 16 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md index 1a08237..2b9c870 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -11,22 +11,24 @@ issues. The Community Group and Working Group have adopted [a process document for proposal phases](https://github.com/WebAssembly/meetings/blob/master/process/phases.md). The following issues are currently being worked on. -| 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 | -| 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][] | not started | Pre-proposal | -| Tail Call | [1144][] | in progress | Feature proposal | -| Non-trapping float-to-int conversions | [1143][] | in progress | Implementation phase | -| Multi-value | [1146][] | in progress | Implementation phase | -| Host bindings | [1148][] | in progress | Feature proposal | -| Sign-extension operators | [1178][] | in progress | Implementation phase | -| Import/Export Mutable Globals | [1179][] | in progress | Implementation phase | +| 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 | +| 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][] | not started | Pre-proposal | +| Tail Call | [1144][] | in progress | Feature proposal | +| Non-trapping float-to-int conversions | [1143][] | in progress | Implementation phase | +| Multi-value | [1146][] | in progress | Implementation phase | +| Host bindings | [1148][] | in progress | Feature proposal | +| Sign-extension operators | [1178][] | in progress | Implementation phase | +| Import/Export Mutable Globals | [1179][] | in progress | Implementation phase | +| Type Reflection for WebAssembly JavaScript API | [1181][] | in progress | Feature proposal | +| Unmanaged closures | [1182][] | in progress | Feature proposal | [1073]: https://github.com/WebAssembly/design/issues/1073 [1075]: https://github.com/WebAssembly/design/issues/1075 @@ -42,6 +44,9 @@ The Community Group and Working Group have adopted [a process document for propo [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 + ## On Deck for Immediate Design |
