aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-04 13:22:59 -0700
committerJF Bastien <jfb@chromium.org>2015-06-04 13:22:59 -0700
commitd94d55d8a900fa507ecfc59d37bba0ff33b70271 (patch)
tree3748ecb7ff5e235336cf798bafbf18ec85a97e82 /HighLevelGoals.md
parente5ae3cf844ded15daada4dbaf4afff90ffee4c05 (diff)
downloadnanowasm-design-d94d55d8a900fa507ecfc59d37bba0ff33b70271.tar.gz
Effective and efficient.
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