diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-04 15:50:23 -0700 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-04 15:50:23 -0700 |
| commit | bf2184fd6daf4e51109c27ccaff8b826d63bd184 (patch) | |
| tree | 6b2b5d5276d0f15fd028cf858a41822e58a86828 /EssentialPostMVPFeatures.md | |
| parent | a6272b1c5d7219bd1ba8e6452ac0b905a2e95acf (diff) | |
| download | nanowasm-design-bf2184fd6daf4e51109c27ccaff8b826d63bd184.tar.gz | |
Add a new feature test section, link to it.
This is an initial skeleton. It's important to help people understand what we mean by feature test, and we've discussed it enough that I think we have a basic agreement of *what* we want to do, just not design of exactly *how* to do it.
Diffstat (limited to 'EssentialPostMVPFeatures.md')
| -rw-r--r-- | EssentialPostMVPFeatures.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/EssentialPostMVPFeatures.md b/EssentialPostMVPFeatures.md index 03ce2b2..aea0a35 100644 --- a/EssentialPostMVPFeatures.md +++ b/EssentialPostMVPFeatures.md @@ -4,7 +4,8 @@ This is a list of essential features that are known to be needed ASAP, but were removed from [the MVP](MVP.md) since there was not (yet) a portably-efficient polyfill via JavaScript. There is a much bigger [list of features](FutureFeatures.md) that will be added after this list, -prioritized by feedback and experience. +prioritized by feedback and experience. These features will be available under +[feature tests](FeatureTest.md). ## Threads * Provide low-level buildings blocks for pthreads-style shared memory: shared memory, |
