aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-06-04 13:34:50 -0700
committerJF Bastien <github@jfbastien.com>2015-06-04 13:34:50 -0700
commita6272b1c5d7219bd1ba8e6452ac0b905a2e95acf (patch)
tree3748ecb7ff5e235336cf798bafbf18ec85a97e82 /HighLevelGoals.md
parent5510bdf079057f42ff35511108c4db50196d540d (diff)
parentd94d55d8a900fa507ecfc59d37bba0ff33b70271 (diff)
downloadnanowasm-design-a6272b1c5d7219bd1ba8e6452ac0b905a2e95acf.tar.gz
Merge pull request #111 from WebAssembly/polyfill-js
Polyfill to JavaScript
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md
index 299a466..56c1bdb 100644
--- a/HighLevelGoals.md
+++ b/HighLevelGoals.md
@@ -4,11 +4,11 @@
to serve as a compilation target which can be compiled to execute at native
speed by taking advantage of common hardware capabilities.
2. Specify and implement incrementally:
- * design [the MVP](MVP.md) of the standard as a Minimum Viable Product with roughly
- the same functionality as [asm.js](http://asmjs.org);
- * ship an effective [polyfill](MVP.md#polyfill) library for the MVP that translates
- WebAssembly code into asm.js in the client so that WebAssembly MVP can run on
- existing browsers at high speeds;
+ * design [the MVP](MVP.md) of the standard as a Minimum Viable Product with
+ roughly the same functionality as [asm.js](http://asmjs.org);
+ * ship an effective and efficient [polyfill](Polyfill.md) library for the
+ MVP that translates WebAssembly code into JavaScript in the client so that
+ WebAssembly MVP can run on existing browsers;
* ship a follow-up to the MVP which adds several more
[essential features](EssentialPostMVPFeatures.md); and
* continue to iteratively specify [additional features](FutureFeatures.md),