aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJF Bastien <github@jfbastien.com>2015-06-10 18:58:44 +0200
committerJF Bastien <github@jfbastien.com>2015-06-10 18:58:44 +0200
commit7abd8a4183674a48c25f154900a069812488ae6e (patch)
tree8fe9b016b88b5306aa101ac4810f8aa26b3207cc
parent6525f08e1c9a3a7905b60d83616c3e0e80dabe30 (diff)
parentb0db2286067eaebe908ff0a631d119bb1d387b5f (diff)
downloadnanowasm-design-7abd8a4183674a48c25f154900a069812488ae6e.tar.gz
Merge pull request #130 from WebAssembly/mobile
Mention mobile platforms
-rw-r--r--HighLevelGoals.md3
-rw-r--r--MVP.md10
2 files changed, 8 insertions, 5 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);
diff --git a/MVP.md b/MVP.md
index cb9ec40..7b5602d 100644
--- a/MVP.md
+++ b/MVP.md
@@ -1,10 +1,12 @@
# Minimum Viable Product
As stated in the [high-level goals](HighLevelGoals.md), the first release aims
-at being a Minimum Viable Product (MVP), with roughly the same functionality as
-[asm.js](http://asmjs.org). This means that there are important features we
-*know* we want and need, but are post-MVP; these are in a separate [essential
-post-MVP features doc](EssentialPostMVPFeatures.md).
+at being a Minimum Viable Product (MVP). This means that there are important
+features we *know* we want and need, but are post-MVP; these are in a separate
+[essential post-MVP features doc](EssentialPostMVPFeatures.md). The MVP will
+contain features which are available today in modern web browsers and which
+perform well even on mobile devices, which leads to roughly the same
+functionality as [asm.js](http://asmjs.org).
This document explains the contents of the MVP at a high-level. There are also
separate docs with more precise descriptions of: