diff options
| author | JF Bastien <github@jfbastien.com> | 2015-06-04 17:36:36 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-06-04 17:36:36 -0700 |
| commit | 8eff2a4768fd5f8a1506c2b3d48294d7abb73004 (patch) | |
| tree | 43372ff90e735cfecd44e401946fedb9543b3c5a /EssentialPostMVPFeatures.md | |
| parent | a6272b1c5d7219bd1ba8e6452ac0b905a2e95acf (diff) | |
| parent | 0b450fe855ab25cde82ba10c78e2139e75df8b94 (diff) | |
| download | nanowasm-design-8eff2a4768fd5f8a1506c2b3d48294d7abb73004.tar.gz | |
Merge pull request #113 from WebAssembly/feature-test
Add a new feature test section, link to 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, |
