From bbdb2160721bb8b58706a73e12f5d05f500a2052 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 9 Jun 2015 09:19:56 +0200 Subject: Fork out Web and NonWeb documents. --- HighLevelGoals.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'HighLevelGoals.md') 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); -- cgit v1.2.3