Confirmed users
228
edits
No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
https://developer.mozilla.org/en-US/docs/Emscripten | https://developer.mozilla.org/en-US/docs/Emscripten | ||
*- Introducing Emscripten | *- '''Introducing Emscripten''' | ||
*- Web abilities and limitations | *- '''Web abilities and limitations''' | ||
*- Workflow and tools | *- Workflow and tools | ||
*- Techniques | *- Techniques | ||
Line 34: | Line 34: | ||
*- Demos | *- Demos | ||
===Introducing Emscripten (always cover the latest version of Emscripten)=== | ==='''Introducing Emscripten (always cover the latest version of Emscripten)'''=== | ||
An introduction to Emscripten, including how it works, how to get it set up and start working with it, and some beginner's tutorials. Throughout this section we can reference more detailed guides in later sections. | An introduction to Emscripten, including how it works, how to get it set up and start working with it, and some beginner's tutorials. Throughout this section we can reference more detailed guides in later sections. | ||
* What is Emscripten and how does it work? | * '''What is Emscripten and how does it work?''' | ||
* The nature of Emscripten compiled JS - brief summary | '''* The nature of Emscripten compiled JS - brief summary | ||
** non-threading | ** non-threading | ||
** async main loop | ** async main loop | ||
Line 70: | Line 70: | ||
*** input | *** input | ||
*** networking | *** networking | ||
''' | |||
===Web abilities and limitations (probably doesn't need to be version-specific)=== | ===Web abilities and limitations (probably doesn't need to be version-specific)=== | ||