×
Create a new article
Write your page title here:
We currently have 233 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
233Articles
Revision as of 09:41, 29 December 2024 by Robertvokac (talk | contribs) (Created page with "Asm.js is a subset of JavaScript, that C/C++ code can be compiled to. An asm.js compiled C/C++ code can run in any browser, because it is JavaScript and it is more performant, because it is a highly-optimized subset of JavaScript. Asm.js is usually less performant than WebAssembly. Category:Running C or ++ code in web browser")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Asm.js is a subset of JavaScript, that C/C++ code can be compiled to.

An asm.js compiled C/C++ code can run in any browser, because it is JavaScript and it is more performant, because it is a highly-optimized subset of JavaScript.

Asm.js is usually less performant than WebAssembly.