aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-04 12:46:48 -0700
committerJF Bastien <jfb@chromium.org>2015-06-04 12:46:48 -0700
commitcd35f9b39f4d8bc186ea8b8fb889dc451113b8d7 (patch)
tree9beee167e270f4f0bcd3de55f6c630c3b7e1a2c5 /HighLevelGoals.md
parent100adbb532958c2c0fd35979b22cf2b8155908be (diff)
downloadnanowasm-design-cd35f9b39f4d8bc186ea8b8fb889dc451113b8d7.tar.gz
Drop 'at high speeds', polyfill is already 'effective'.
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md
index 7252b01..99653d6 100644
--- a/HighLevelGoals.md
+++ b/HighLevelGoals.md
@@ -8,7 +8,7 @@
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 JavaScript in the client so that
- WebAssembly MVP can run on existing browsers at high speeds;
+ 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),