diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-04 13:09:12 -0700 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-04 13:09:12 -0700 |
| commit | e5ae3cf844ded15daada4dbaf4afff90ffee4c05 (patch) | |
| tree | 79ba2afb0ce5c05396b22f3d146f65261f5fcfef /EssentialPostMVPFeatures.md | |
| parent | cd35f9b39f4d8bc186ea8b8fb889dc451113b8d7 (diff) | |
| download | nanowasm-design-e5ae3cf844ded15daada4dbaf4afff90ffee4c05.tar.gz | |
Refactor polyfill quite a bit.
Diffstat (limited to 'EssentialPostMVPFeatures.md')
| -rw-r--r-- | EssentialPostMVPFeatures.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/EssentialPostMVPFeatures.md b/EssentialPostMVPFeatures.md index fa20eb1..03ce2b2 100644 --- a/EssentialPostMVPFeatures.md +++ b/EssentialPostMVPFeatures.md @@ -1,9 +1,10 @@ # Essential Post-MVP Features -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 asm.js. There is a much bigger -[list of features](FutureFeatures.md) that will be added after this list, prioritized by feedback and -experience. +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. ## Threads * Provide low-level buildings blocks for pthreads-style shared memory: shared memory, |
