Comment by Igglyboo
11 years ago
Sorry to go offtopic but since the you mentioned emscripten I though I'd ask.
Can you explain what emscripten is used for? I'm fully aware of what it does, just not why someone would want to use it. How do you use things like jQuery or access window or document from C and then compile it to js? Or is emscripten specifically for js that doesn't interact with the DOM?
http://kripken.github.io/emscripten-site/docs/api_reference/...
http://chadaustin.me/2014/09/connecting-c-and-javascript-on-...