aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorwanderer <mjbecze@gmail.com>2017-05-11 23:34:44 -0400
committerJF Bastien <github@jfbastien.com>2017-05-11 20:34:44 -0700
commitaf07a03ff09df183b1a8105076670c205d02b9d2 (patch)
tree37c06226d814eb77000befded167468b88cea147 /HighLevelGoals.md
parent0f46fc2d4f0727b8e975ccda93b6b6045bf879ed (diff)
downloadnanowasm-design-af07a03ff09df183b1a8105076670c205d02b9d2.tar.gz
Remove dead link (#810)
* Remove dead link * Added TODO * Remove TODO
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md
index 50ded5e..b65d85e 100644
--- a/HighLevelGoals.md
+++ b/HighLevelGoals.md
@@ -18,9 +18,7 @@
other than C/C++.
3. Design to execute within and integrate well with the *existing*
[Web platform](Web.md):
- * maintain the versionless, [feature-tested](FeatureTest.md) and
- [backwards-compatible](BinaryEncoding.md#backwards-compatibility)
- evolution story of the Web;
+ * maintain the versionless, [feature-tested](FeatureTest.md) and backwards-compatible evolution story of the Web;
* execute in the same semantic universe as JavaScript;
* allow synchronous calls to and from JavaScript;
* enforce the same-origin and permissions security policies;