From c986e51e80093781f048ad9adfc2dcbdff8f57bf Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Wed, 10 Jun 2015 11:21:40 +0200 Subject: Mention mobile platforms Mobile guides some of WebAssembly's concerns, but wasn't mentioned anywhere so far. This addresses #97. --- HighLevelGoals.md | 2 +- MVP.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 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); 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: -- cgit v1.2.3 From 7d31cb9729c2d8dbf4214329620f60661d2a3593 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Wed, 10 Jun 2015 14:33:30 +0200 Subject: Internet *all* the Things --- HighLevelGoals.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HighLevelGoals.md b/HighLevelGoals.md index cfb9126..e047e93 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 available on desktop and mobile devices. + 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); -- cgit v1.2.3 From 4d4f3ba30b7158331fa5927956cd1de020be144c Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Wed, 10 Jun 2015 17:21:08 +0200 Subject: Buzzword Compliant (TM). --- HighLevelGoals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HighLevelGoals.md b/HighLevelGoals.md index e047e93..a4c36b6 100644 --- a/HighLevelGoals.md +++ b/HighLevelGoals.md @@ -4,7 +4,7 @@ [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. + Buzzword-Compliantâ„¢ 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); -- cgit v1.2.3 From b0db2286067eaebe908ff0a631d119bb1d387b5f Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Wed, 10 Jun 2015 17:29:59 +0200 Subject: Less buzzword, more compliance. --- HighLevelGoals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HighLevelGoals.md b/HighLevelGoals.md index a4c36b6..93d8424 100644 --- a/HighLevelGoals.md +++ b/HighLevelGoals.md @@ -4,7 +4,7 @@ [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 - Buzzword-Compliantâ„¢ mobile and IoT. + 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); -- cgit v1.2.3