aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
Commit message (Expand)AuthorAgeFilesLines
* Update broken link in FAQ.md (#1488)Derek Schuff2023-10-231-1/+1
* FAQ: Fix Assorted Typos (#1461)Conner2022-09-291-9/+9
* Fix broken links (#1326)Tom Klaver2020-02-181-1/+1
* Fix broken links to GC.md (#1209)Kenrick2020-01-131-1/+1
* rewrite URLs (http:// -> https://) (#1205)Romario Maxwell2018-05-041-4/+4
* Fixup links to future features (#1157)Joseph Richey2017-11-151-5/+5
* Tagging future features with icon. (#839)Brad Nelson2016-10-271-8/+14
* Structured stack (#813)titzer2016-10-111-1/+1
* polyfilling update (#737)Alon Zakai2016-08-031-38/+28
* Fix grammatical error (#718)Randy Westlund2016-06-301-1/+1
* fix grammar (#679)Joshua Olson2016-05-011-1/+1
* Access to proprietary APIs apart from HTML5 (#656)Alexander Orlov2016-04-151-0/+9
* Remove extraneous parenthesisBrett Cannon2015-11-021-1/+1
* Replace `operation` with `operator`titzer2015-10-231-5/+5
* ChromimumLuke Wagner2015-10-231-1/+1
* Update various references to "builtin" operations.Dan Gohman2015-10-121-2/+3
* Update FAQJF Bastien2015-10-091-139/+227
* Only allow memory growth in MVPLuke Wagner2015-10-061-3/+3
* Capitalize Instruction Set Architecture.Dan Gohman2015-09-141-1/+1
* Expand the ISA acronym at its first use.Dan Gohman2015-09-141-1/+1
* Say ISA instead of IR when describing WebAssembly.Dan Gohman2015-09-141-4/+4
* Update FAQ.mdJF Bastien2015-09-141-1/+1
* Add an FAQ about using 8 bytes for storing pointers.Dan Gohman2015-09-081-0/+15
* Add an FAQ entry explaining the lack of an abstract `size_t`.Dan Gohman2015-09-051-0/+26
* Merge pull request #265 from WebAssembly/jit-libraryDan Gohman2015-08-211-1/+1
|\
| * Add a new page about the JIT/Optimization library concept.Dan Gohman2015-08-191-1/+1
* | Fix typo.Dan Gohman2015-08-201-1/+1
|/
* Remove the useful anecdotesLuke Wagner2015-08-121-6/+3
* Tweak FAQ wordingLuke Wagner2015-08-121-3/+3
* Address first round of commentsLuke Wagner2015-08-121-1/+1
* Clarify, rename, and FAQ memory allocationLuke Wagner2015-08-121-0/+33
* Consolidate explanation of modules into a new Modules.md and improve explanationLuke Wagner2015-07-241-1/+1
* Fix typos.Dan Gohman2015-07-231-1/+1
* Mention that middle-end optimization can benefit from feature tests.Dan Gohman2015-07-231-0/+2
* Add code quotes.Dan Gohman2015-07-171-1/+1
* Don't mention feature-testing for FMA here.Dan Gohman2015-07-171-1/+1
* Add a FAQ explaining why there is no fast-math mode.Dan Gohman2015-07-171-0/+17
* Point to Streams Standard in active developmentMichael[tm] Smith2015-06-221-1/+1
* Update FAQ.mddann toliver2015-06-201-2/+2
* Clarify UB as runtime unpredictability and IR as standard formatDerek Schuff2015-06-181-6/+6
* Remove last sentence of LLVM description and merge paragraphsDerek Schuff2015-06-181-8/+3
* Simplify first sentence about LLVM IRDerek Schuff2015-06-181-9/+9
* Grammar!Derek Schuff2015-06-181-1/+1
* fix typo in linkDerek Schuff2015-06-181-1/+1
* Add mention of UB and wordsmith a bitDerek Schuff2015-06-181-5/+11
* reviewDerek Schuff2015-06-181-4/+5
* Add "Why not use LLVM IR" to FAQDerek Schuff2015-06-181-0/+43
* Why? Mention compression and link to stream APIJF Bastien2015-06-171-1/+2
* add some context in 'which compilers' about how the new LLVM backend can be usedAlon Zakai2015-06-161-4/+6
* Merge pull request #179 from WebAssembly/drop-llvm-refsLuke Wagner2015-06-161-11/+9
|\