From 01676f85cbb672aa1199e35e2a83a480aacff20e Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 9 Jun 2015 11:27:11 +0200 Subject: Define portability Address issue #38. --- HighLevelGoals.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'HighLevelGoals.md') diff --git a/HighLevelGoals.md b/HighLevelGoals.md index 66a2bca..9afda01 100644 --- a/HighLevelGoals.md +++ b/HighLevelGoals.md @@ -1,8 +1,9 @@ # WebAssembly High-Level Goals -1. Define a portable, size- and load-time-efficient [binary format](MVP.md#binary-format) - to serve as a compilation target which can be compiled to execute at native - speed by taking advantage of common hardware capabilities. +1. Define a [portable](Portability.md), size- and load-time-efficient + [binary format](MVP.md#binary-format) to serve as a compilation target which + can be compiled to execute at native speed by taking advantage of common + hardware capabilities. 2. Specify and implement incrementally: * design [a Minimum Viable Product (MVP)](MVP.md) for the standard with roughly the same functionality as [asm.js](http://asmjs.org); -- cgit v1.2.3