diff options
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); |
