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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HighLevelGoals.md') 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); -- cgit v1.2.3