summaryrefslogtreecommitdiff
path: root/platform/javascript/pre.js
AgeCommit message (Collapse)Author
2018-10-15Add comments to javascript wrapper parts.Zaven Muradyan
The code in pre.js and engine.js is a bit confusing to see in isolation, since the files aren't valid JS files by themselves. This just adds some explanatory text to both files. Fixes #22937.
2018-03-27Expose Emscripten libs to engine.js discreetlyLeon Krause
2017-11-18Remove asm.js support from HTML5 platformLeon Krause
Since WebGL 2.0 is required, requiring WebAssembly support as well has little impact on compatibility.