diff options
| author | JF Bastien <github@jfbastien.com> | 2015-06-04 13:34:50 -0700 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-06-04 13:34:50 -0700 |
| commit | a6272b1c5d7219bd1ba8e6452ac0b905a2e95acf (patch) | |
| tree | 3748ecb7ff5e235336cf798bafbf18ec85a97e82 /EssentialPostMVPFeatures.md | |
| parent | 5510bdf079057f42ff35511108c4db50196d540d (diff) | |
| parent | d94d55d8a900fa507ecfc59d37bba0ff33b70271 (diff) | |
| download | nanowasm-design-a6272b1c5d7219bd1ba8e6452ac0b905a2e95acf.tar.gz | |
Merge pull request #111 from WebAssembly/polyfill-js
Polyfill to JavaScript
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, |
