aboutsummaryrefslogtreecommitdiff
path: root/HighLevelGoals.md
Commit message (Collapse)AuthorAgeFilesLines
* Fixup links to future features (#1157)Joseph Richey2017-11-151-5/+8
| | | | | | | | | | | | | | | | | | This link standardizes how all the other design pages will refer to future features (either in `FutureFeatures.md` or in a tracking issue). All links to these upcoming features now use references at the bottom of the doc page (as opposed to inline links or references). Note that this change makes it very easy for the doc links to be updated when a tracking issue is started. As all the references have a standard format; a simple find/replace script will get everything. This commit also makes sure that references now point to a tracking issue if one exists. Note that this means a future CL can now delete some of the unnecessary sections from `FutureFeatures.md`. The only visible change from this commit is that certain broken links are now fixed, or links pointing to a doc section now point to the correct tracking issue.
* Remove dead link (#810)wanderer2017-05-111-3/+1
| | | | | | | | * Remove dead link * Added TODO * Remove TODO
* Merge PostMVP into FutureFeatures for clarity. (#845)Brad Nelson2016-10-301-3/+4
|
* Tagging future features with icon. (#839)Brad Nelson2016-10-271-1/+3
| | | Added brief item on multiple return.
* polyfilling update (#737)Alon Zakai2016-08-031-3/+0
|
* Added a link to the FAQ to state why LLVM is chosen nowJean Christophe Beyler2015-12-111-1/+1
|
* Drop references to LLVM repoLuke Wagner2015-06-161-2/+2
|
* Use https links instead of http links for sites that support it.Dan Gohman2015-06-151-2/+2
|
* Link to CAndC++.md from various places.Dan Gohman2015-06-121-1/+2
|
* Moar fixesJF Bastien2015-06-121-4/+4
|
* Fix capitalization correctly, per APAJF Bastien2015-06-121-10/+10
|
* Fix sentence structure, and capitalizeJF Bastien2015-06-121-13/+13
| | | "Specify and implement incrementally" didn't quite make sense with the bullet points that followed. Rephrase.
* Short document name bikeshed.JF Bastien2015-06-121-2/+2
|
* Linkify 'mobile' and 'IoT'.Dan Gohman2015-06-101-1/+2
|
* Remove the ™ from IoT.Dan Gohman2015-06-101-1/+1
| | | | | | This is meant to refer to the generic acronym [IoT](http://en.wikipedia.org/wiki/Internet_of_Things) rather than to make reference to any trademark.
* Less buzzword, more compliance.JF Bastien2015-06-101-1/+1
|
* Buzzword Compliant (TM).JF Bastien2015-06-101-1/+1
|
* Internet *all* the ThingsJF Bastien2015-06-101-1/+2
|
* Mention mobile platformsJF Bastien2015-06-101-1/+1
| | | | Mobile guides some of WebAssembly's concerns, but wasn't mentioned anywhere so far. This addresses #97.
* Merge.JF Bastien2015-06-091-3/+3
|\
| * Fork out Web and NonWeb documents.JF Bastien2015-06-091-3/+3
| |
* | Define portabilityJF Bastien2015-06-091-3/+4
|/ | | | Address issue #38.
* Address sunfish's comments.JF Bastien2015-06-041-2/+2
|
* Add a new feature test section, link to it.JF Bastien2015-06-041-7/+7
| | | | This is an initial skeleton. It's important to help people understand what we mean by feature test, and we've discussed it enough that I think we have a basic agreement of *what* we want to do, just not design of exactly *how* to do it.
* Effective and efficient.JF Bastien2015-06-041-2/+2
|
* Refactor polyfill quite a bit.JF Bastien2015-06-041-1/+1
|
* Drop 'at high speeds', polyfill is already 'effective'.JF Bastien2015-06-041-1/+1
|
* Merge, and drop the MVP change to asm.js. Discuss separately.JF Bastien2015-06-041-8/+9
|\
| * Rename "V1" aka "v.1" to "MVP".Dan Gohman2015-06-031-7/+7
| |
* | Polyfill to JavaScriptJF Bastien2015-06-031-4/+3
|/ | | As [discussed](https://github.com/WebAssembly/spec/issues/96#issuecomment-108582323) asm.js is a smart implementation strategy to get polyfills to execute fast, but isn't a requirement. Some features aren't supported by asm.js, and a polyfill may decide to avoid asm.js on some browsers when performance isn't quite there.
* Fix linkLuke Wagner2015-05-181-1/+1
|
* Tidy up HighLevelGoals even moreDan Gohman2015-05-181-20/+26
|
* Capitalize "Web".Dan Gohman2015-05-181-2/+2
|
* Tidy up HighLevelGoalsLuke Wagner2015-05-081-22/+20
|
* Update HighLevelGoals.mdLuke Wagner2015-05-061-3/+3
|
* mention polyfill limitationsAlon Zakai2015-05-041-2/+6
|
* Link HighLevelGoals.md to V1.mdLuke Wagner2015-05-011-1/+1
|
* wichLuke Wagner2015-05-011-1/+1
|
* Move tooling link.JF Bastien2015-05-011-0/+1
|
* Wording tweaks to HighLevelGoals.mdLuke Wagner2015-04-301-8/+6
|
* Update high-level goals, and add post-v1 features.JF Bastien2015-04-301-10/+21
|
* Update HighLevelGoals.mdLuke Wagner2015-04-291-1/+1
|
* Create HighLevelGoals.mdLuke Wagner2015-04-291-0/+16
This high-level design goal list has been passed around and generally agreed upon, so I'll put it up. Of course we can continue to discuss and iterate in issues.