aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
diff options
context:
space:
mode:
authorJF Bastien <jfb@chromium.org>2015-06-09 11:27:11 +0200
committerJF Bastien <jfb@chromium.org>2015-06-09 11:27:11 +0200
commit01676f85cbb672aa1199e35e2a83a480aacff20e (patch)
treeb37f602b4fe607959ebe38dd616bb130562c4195 /HighLevelGoals.md
parent6db31519e7e64cf8e5559962e176c1c0a05cd765 (diff)
downloadnanowasm-design-01676f85cbb672aa1199e35e2a83a480aacff20e.tar.gz
Define portability
Address issue #38.
Diffstat (limited to 'HighLevelGoals.md')
-rw-r--r--HighLevelGoals.md7
1 files changed, 4 insertions, 3 deletions
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);