diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-10 11:21:40 +0200 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-10 11:21:40 +0200 |
| commit | c986e51e80093781f048ad9adfc2dcbdff8f57bf (patch) | |
| tree | e66ccc6e3eafac1e493a84016a66cbc9cccaef8d /HighLevelGoals.md | |
| parent | c2fcc21766d77bf6ca7758a5e04833ed81d10bdc (diff) | |
| download | nanowasm-design-c986e51e80093781f048ad9adfc2dcbdff8f57bf.tar.gz | |
Mention mobile platforms
Mobile guides some of WebAssembly's concerns, but wasn't mentioned anywhere so far. This addresses #97.
Diffstat (limited to 'HighLevelGoals.md')
| -rw-r--r-- | HighLevelGoals.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md index 45c419c..cfb9126 100644 --- a/HighLevelGoals.md +++ b/HighLevelGoals.md @@ -3,7 +3,7 @@ 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 desktop and mobile devices. 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); |
