aboutsummaryrefslogtreecommitdiff
path: root/JS.md
Commit message (Expand)AuthorAgeFilesLines
* Add links redirecting users to the formal spec (#1260)Ben Smith2019-01-231-0/+2
* rewrite URLs (http:// -> https://) (#1205)Romario Maxwell2018-05-041-39/+39
* Remove references to streaming compilation (#1156)Joseph Richey2017-11-151-5/+0
* OOM (#1059)JF Bastien2017-07-131-0/+5
* Rename Response based compile + instantiate *Streaming. (#1068)Brad Nelson2017-05-181-3/+10
* Make Instance.exports a getter (#1062)Luke Wagner2017-05-151-3/+13
* Clarify generativity of JS host functions values (#987)rossberg-chromium2017-05-151-7/+8
* WebAssembly JS API declaration file for TypeScript added (#1029)Nidin Vinayakan2017-04-201-0/+2
* Fix markup of algorithms (#1045)rossberg-chromium2017-04-191-62/+62
* WebAssembly.instantiate could be specified more explicitly (#1018)Keith Miller2017-03-221-4/+6
* Revert "Split out compileAndInstantiate from instantiate"Luke Wagner2017-02-261-33/+4
* Split out compileAndInstantiate from instantiateLuke Wagner2017-02-261-4/+33
* Adding Response based versions of compile, and instantiate. (#991)Brad Nelson2017-02-241-1/+1
* Clarify WebAssembly.Table "maximum" property (#963)Mircea Trofin2017-01-221-3/+3
* WebAssembly.instance's pair return property attributes (#962)Mircea Trofin2017-01-201-1/+3
* Identity&order in values returned by some APIs (#957)Mircea Trofin2017-01-171-6/+9
* Revert "Clarify Table constructor behavior re. 'maximum'"Mircea Trofin2017-01-171-3/+3
* Clarify Table constructor behavior re. 'maximum'Mircea Trofin2017-01-171-3/+3
* Clarify when TypeError is thrown for exotic fcts (#953)Mircea Trofin2017-01-131-1/+1
* Add @@toStringTag to JS API prototypes (#944)Luke Wagner2017-01-131-0/+35
* Update the wast format (#951)wanderer2017-01-131-2/+2
* Add memory/table import validation note (#945)Luke Wagner2017-01-111-2/+9
* Throw immediately when calling into or out of JS with i64 arg/ret (#923)Luke Wagner2017-01-101-8/+20
* Fix value creation for imported tables (#911)rossberg-chromium2017-01-091-17/+29
* customSections order (#935)JF Bastien2017-01-041-0/+3
* Update JS.md sample (#925)Luke Wagner2017-01-031-14/+12
* Refine (Memory|Table).prototype.grow (#922)Luke Wagner2017-01-031-11/+26
* Checks are performed during validation, not construction (#933)JF Bastien2016-12-291-1/+1
* Define the exception type for stack overflows in JS.mdgahaas2016-12-141-0/+6
* Introduce WebAssembly.LinkError (#901)rossberg-chromium2016-12-141-22/+26
* Instance should assert globals are immutable (#893)Keith Miller2016-12-091-1/+2
* Specify that inconsistent limits cause a RangeError (#890)rossberg-chromium2016-12-091-0/+2
* Fix JS function names (#887)Luke Wagner2016-12-051-5/+5
* Tweak exports object (#880)Luke Wagner2016-12-011-35/+9
* Add Module.sections (#877)Luke Wagner2016-11-291-3/+22
* JS API algorithms: use numbering (#871)JF Bastien2016-11-141-96/+96
* Add Module.(import|exports) (#858)Luke Wagner2016-11-021-2/+40
* Merge PostMVP into FutureFeatures for clarity. (#845)Brad Nelson2016-10-301-1/+1
* Prevent detachment of a Memory's ArrayBuffer (#843)Luke Wagner2016-10-291-0/+4
* Add WebAssembly.instantiate (#846)Luke Wagner2016-10-281-0/+43
* Tagging future features with icon. (#839)Brad Nelson2016-10-271-11/+8
* fix improperly spaced markdown blocks and typos (for formatting on website (#...Seth Thompson2016-10-261-0/+33
* Update spec crossrefs (#827)rossberg-chromium2016-10-211-32/+32
* Update spec xrefsrossberg-chromium2016-10-181-17/+17
* Adapt to current spec and allow host functions as table elements (#817)rossberg-chromium2016-10-141-94/+85
* Throw `RangeError` for invalid sizes or indices (#821)rossberg-chromium2016-10-141-2/+6
* Tighten global import requirements (#816)Luke Wagner2016-10-141-4/+6
* Structured stack (#813)titzer2016-10-111-4/+4
* Binary 0xc (#811)titzer2016-09-291-3/+3
* Note that traps throw RuntimeErrors in JS.md (#802)Luke Wagner2016-09-221-2/+18