Skip to content

Commit

Permalink
Add table for migrated features
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbastien authored May 24, 2017
1 parent d1a7ae0 commit 7467625
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions FutureFeatures.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down

0 comments on commit 7467625

Please sign in to comment.