aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Watt <caw77@cam.ac.uk>2020-09-08 21:03:45 +0100
committerGitHub <noreply@github.com>2020-09-08 13:03:45 -0700
commitc9db0ebdee28d2f92726314c05cb8ff382701f8e (patch)
tree4d9086ce07c2a89fc0c4030e26454d5bba747885
parent17c89e44049708d80871c4da049f5ac5691577b1 (diff)
Update FutureFeatures.md (#1371)
* Update FutureFeatures.md This table has become out-of-date, and I don't believe we're planning to keep in in sync with the proposals repo. The linked tracking issues are also out-of-sync with the actual proposal statuses, since we've moved away from using them in general. Prompted by https://github.com/WebAssembly/design/issues/1370 * Update FutureFeatures.md
-rw-r--r--FutureFeatures.md48
1 files changed, 1 insertions, 47 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index 7ed751b..92cae44 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -4,55 +4,9 @@ These are features that make sense in the context of the
[high-level goals](HighLevelGoals.md) of WebAssembly but weren't part of the
initial [Minimum Viable Product](MVP.md) release.
-**Note:** we are in the process of migrating all post-MVP features to tracking
-issues.
-
## Tracking 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 | [15][] | in progress | Proposed spec text available |
-| Threads | [14][] | in progress | Proposed spec text available |
-| Fixed-width SIMD | [1][] | in progress | Proposed spec text available |
-| 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 | Implementation phase |
-| Web Content Security Policy | [3][] | in progress | Pre-proposal |
-| ECMAScript module integration | [12][] | in progress | Feature proposal |
-| Tail Call | [17][] | in progress | Implementation phase |
-| 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
-
+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 list of feature proposals and their statuses can be found in the [proposals repository](https://github.com/WebAssembly/proposals).
## On Deck for Immediate Design