aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-09 09:19:56 +0200
committerJF Bastien <jfb@chromium.org>2015-06-09 09:19:56 +0200
commitbbdb2160721bb8b58706a73e12f5d05f500a2052 (patch)
treebf0423048c924b6e1d3c6654d170615aebef5574 /HighLevelGoals.md
parentd4216022b0f368923eab6a43e1022e8c25d6efc8 (diff)
downloadnanowasm-design-bbdb2160721bb8b58706a73e12f5d05f500a2052.tar.gz
Fork out Web and NonWeb documents.
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md
index 66a2bca..2591ab8 100644
--- a/HighLevelGoals.md
+++ b/HighLevelGoals.md
@@ -14,7 +14,8 @@
* continue to iteratively specify [additional features](FutureFeatures.md),
prioritized by feedback and experience, including support for languages
other than C/C++.
-3. Design to execute within and integrate well with the *existing* Web platform:
+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;
@@ -25,8 +26,7 @@
to JavaScript; and
* define a human-editable text format that is convertible to and from the
binary format, supporting View Source functionality.
-4. Design to support [non-browser environments](MVP.md#non-browser-embedding)
- as well.
+4. Design to support [non-browser embeddings](NonWeb.md) as well.
5. Make a great platform:
* build an [LLVM backend](https://github.com/WebAssembly/llvm) and
accompanying [clang port](https://github.com/WebAssembly/clang);