Skip to content

Commit 7467625

Browse files
authored
Add table for migrated features
1 parent d1a7ae0 commit 7467625

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

FutureFeatures.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
# Features to add after the MVP
22

33
These are features that make sense in the context of the
4-
[high-level goals](HighLevelGoals.md) of WebAssembly but won't be part of the
4+
[high-level goals](HighLevelGoals.md) of WebAssembly but weren't part of the
55
initial [Minimum Viable Product](MVP.md) release.
66

7-
We expect several essential features to be standardized immediately after the
8-
MVP. Others will be prioritized based on developer feedback, and all will be
9-
available under [feature tests](FeatureTest.md).
7+
**Note:** we are in the process of migrating all post-MVP featues to tracking
8+
issues.
9+
10+
## Tracking Issues
11+
12+
| Feature | Tracking issue | Status |
13+
|------------------|----------------|-------------|
14+
| Threads | [1073][] | in progress |
15+
| Fixed-width SIMD | [1075][] | in progress |
16+
17+
[1073]: https://github.com/WebAssembly/design/issues/1073
18+
[1075]: https://github.com/WebAssembly/design/issues/1075
19+
20+
21+
## Legacy Future Features
22+
23+
**Note:** these will soon move to tracking issues.
1024

1125
:star: = Essential features we want to prioritize adding shortly after
1226
the [MVP](MVP.md).

0 commit comments

Comments
 (0)