diff options
| author | Dan Gohman <sunfish@mozilla.com> | 2015-06-10 12:31:54 -0700 |
|---|---|---|
| committer | Dan Gohman <sunfish@mozilla.com> | 2015-06-10 12:32:24 -0700 |
| commit | 2e062b3a294dfade8bb64fc8fe1aacd823dab586 (patch) | |
| tree | 6b40f9c63d853a8573a746b029f4dcd94c867966 /HighLevelGoals.md | |
| parent | 4664f36242b5f9ac43bc436139c1165f830f16be (diff) | |
| download | nanowasm-design-2e062b3a294dfade8bb64fc8fe1aacd823dab586.tar.gz | |
Linkify 'mobile' and 'IoT'.
Diffstat (limited to 'HighLevelGoals.md')
| -rw-r--r-- | HighLevelGoals.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md index e047e93..57d36ce 100644 --- a/HighLevelGoals.md +++ b/HighLevelGoals.md @@ -4,7 +4,8 @@ [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 available on a wide range of platforms, including - mobile and IoT. + [mobile](http://en.wikipedia.org/wiki/Mobile_device) and + [IoT](http://en.wikipedia.org/wiki/Internet_of_Things). 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); |
