diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-04-30 10:14:16 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-04-30 10:14:16 -0700 |
| commit | dd9f541a2d82626907d64a53a8d85d7e349a3e8a (patch) | |
| tree | a37cc7b8f932af75c34be982e56fbb8df35a9c2b | |
| parent | 9acba53cdae9032a5d661664c2670a7dfe886f3a (diff) | |
| parent | c21bf63b6e857bff31743184daa123cb43950efc (diff) | |
| download | nanowasm-design-dd9f541a2d82626907d64a53a8d85d7e349a3e8a.tar.gz | |
Merge pull request #5 from WebAssembly/linking-bikeshed
This is the web. It likes links.
| -rw-r--r-- | EssentialPostV1Features.md | 3 | ||||
| -rw-r--r-- | README.md | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/EssentialPostV1Features.md b/EssentialPostV1Features.md index bd6deb1..455cfa6 100644 --- a/EssentialPostV1Features.md +++ b/EssentialPostV1Features.md @@ -1,7 +1,8 @@ # Essential Post-v.1 Features This is a list of essential features we *know* we need but were not part of the -Minimum Viable Product that is [v.1](V1.md). +Minimum Viable Product that is [v.1](V1.md). Longer-term features will be added +in [future versions](FutureFeatures.md). *This is just a skeleton list to start a discussion* @@ -1,5 +1,14 @@ # [WebAssembly Community Group](https://www.w3.org/community/webassembly) Specification -This repository is for early discussion, drafting and strawman around WebAssembly and, later, draft specification work. Expect the contents to be in flux. +This repository is for early discussion, drafting and strawman around +WebAssembly and, later, draft specification work. Expect the contents to be in +flux. A good starting point is the [high-level design goals](HighLevelGoals.md). + +We've mapped out features we expect to ship: +1. In [V1](V1.md); +2. Closely [after V1](EssentialPostV1Features.md); +3. In [future versions](FutureFeatures.md). + +Join us on [IRC](irc://irc.w3.org:6667/#webassembly). |
