diff options
| author | JF Bastien <github@jfbastien.com> | 2015-06-10 18:58:44 +0200 |
|---|---|---|
| committer | JF Bastien <github@jfbastien.com> | 2015-06-10 18:58:44 +0200 |
| commit | 7abd8a4183674a48c25f154900a069812488ae6e (patch) | |
| tree | 8fe9b016b88b5306aa101ac4810f8aa26b3207cc /HighLevelGoals.md | |
| parent | 6525f08e1c9a3a7905b60d83616c3e0e80dabe30 (diff) | |
| parent | b0db2286067eaebe908ff0a631d119bb1d387b5f (diff) | |
| download | nanowasm-design-7abd8a4183674a48c25f154900a069812488ae6e.tar.gz | |
Merge pull request #130 from WebAssembly/mobile
Mention mobile platforms
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 45c419c..93d8424 100644 --- a/HighLevelGoals.md +++ b/HighLevelGoals.md @@ -3,7 +3,8 @@ 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. + hardware capabilities available on a wide range of platforms, including + mobile and IoTâ„¢. 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); |
