aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md
index d4b2772..56c1bdb 100644
--- a/HighLevelGoals.md
+++ b/HighLevelGoals.md
@@ -6,8 +6,8 @@
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](Polyfill.md) library for the MVP that
- translates WebAssembly code into JavaScript in the client so that
+ * 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