aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-08-03 13:23:54 -0700
committerGitHub <noreply@github.com>2016-08-03 13:23:54 -0700
commit31aa5250eb5241f5b664b6bbb61cf9b84d072796 (patch)
tree6db8f24dbe9425170cf7e5eebfe6beb79476e50d /HighLevelGoals.md
parent3e59cb5416f1b98a5c385f046641ce5c04969b47 (diff)
downloadnanowasm-design-31aa5250eb5241f5b664b6bbb61cf9b84d072796.tar.gz
polyfilling update (#737)
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md
index 9a79ae9..e03cfe8 100644
--- a/HighLevelGoals.md
+++ b/HighLevelGoals.md
@@ -10,9 +10,6 @@
* a [Minimum Viable Product (MVP)](MVP.md) for the standard with
roughly the same functionality as [asm.js](http://asmjs.org), primarily
aimed at [C/C++](CAndC++.md);
- * 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;
* a [follow-up to the MVP](PostMVP.md) which adds several more
essential features; and
* [additional features](FutureFeatures.md), specified iteratively and