diff options
| author | JF Bastien <jfb@chromium.org> | 2015-06-04 17:36:20 -0700 |
|---|---|---|
| committer | JF Bastien <jfb@chromium.org> | 2015-06-04 17:36:20 -0700 |
| commit | 0b450fe855ab25cde82ba10c78e2139e75df8b94 (patch) | |
| tree | 43372ff90e735cfecd44e401946fedb9543b3c5a /HighLevelGoals.md | |
| parent | bf2184fd6daf4e51109c27ccaff8b826d63bd184 (diff) | |
| download | nanowasm-design-0b450fe855ab25cde82ba10c78e2139e75df8b94.tar.gz | |
Address sunfish's comments.
Diffstat (limited to 'HighLevelGoals.md')
| -rw-r--r-- | HighLevelGoals.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HighLevelGoals.md b/HighLevelGoals.md index d052553..66a2bca 100644 --- a/HighLevelGoals.md +++ b/HighLevelGoals.md @@ -4,8 +4,8 @@ to serve as a compilation target which can be compiled to execute at native speed by taking advantage of common hardware capabilities. 2. Specify and implement incrementally: - * design [a Minimum Viable Product](MVP.md) for the standard with roughly - the same functionality as [asm.js](http://asmjs.org); + * design [a Minimum Viable Product (MVP)](MVP.md) for the standard with + roughly the same functionality as [asm.js](http://asmjs.org); * ship an effective and efficient [polyfill](Polyfill.md) library for the MVP that translates WebAssembly code into JavaScript in the client so that WebAssembly MVP can run on existing browsers; |
