aboutsummaryrefslogtreecommitdiff
path: root/FutureFeatures.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2017-05-23 22:49:08 -0700
committerGitHub <noreply@github.com>2017-05-23 22:49:08 -0700
commit74676255fbc2d482d404cfe66c9ce4f072cc57a0 (patch)
tree21282a3f9ffbcfaa648d4eb9ee950a6425110f3c /FutureFeatures.md
parentd1a7ae0c6b38b72147812713890fa71a1db03611 (diff)
downloadnanowasm-design-74676255fbc2d482d404cfe66c9ce4f072cc57a0.tar.gz
Add table for migrated features
Diffstat (limited to 'FutureFeatures.md')
-rw-r--r--FutureFeatures.md22
1 files changed, 18 insertions, 4 deletions
diff --git a/FutureFeatures.md b/FutureFeatures.md
index eb48059..a89d7a9 100644
--- a/FutureFeatures.md
+++ b/FutureFeatures.md
@@ -1,12 +1,26 @@
# Features to add after the MVP
These are features that make sense in the context of the
-[high-level goals](HighLevelGoals.md) of WebAssembly but won't be part of the
+[high-level goals](HighLevelGoals.md) of WebAssembly but weren't part of the
initial [Minimum Viable Product](MVP.md) release.
-We expect several essential features to be standardized immediately after the
-MVP. Others will be prioritized based on developer feedback, and all will be
-available under [feature tests](FeatureTest.md).
+**Note:** we are in the process of migrating all post-MVP featues to tracking
+issues.
+
+## Tracking Issues
+
+| Feature | Tracking issue | Status |
+|------------------|----------------|-------------|
+| Threads | [1073][] | in progress |
+| Fixed-width SIMD | [1075][] | in progress |
+
+ [1073]: https://github.com/WebAssembly/design/issues/1073
+ [1075]: https://github.com/WebAssembly/design/issues/1075
+
+
+## Legacy Future Features
+
+**Note:** these will soon move to tracking issues.
:star: = Essential features we want to prioritize adding shortly after
the [MVP](MVP.md).