AsmJs
From APIDesign
(Difference between revisions)
(New page: asm.js is Mozilla's extension of JavaScript that allows compilers (not humans!) to provide type checking of variables in the code helping specialized [[Mozilla...) |
(New page: asm.js is Mozilla's extension of JavaScript that allows compilers (not humans!) to provide type checking of variables in the code helping specialized [[Mozilla...) |
Current revision
asm.js is Mozilla's extension of JavaScript that allows compilers (not humans!) to provide type checking of variables in the code helping specialized Mozilla parser to generate more effective code for such annotated JavaScript.