Hacker News new | ask | show | jobs
by rubymaverick 4787 days ago
We're reusing the stuff we built for the Try iOS course we came out with late last year. I've looked into Emscripten for this and from what I saw it really wouldn't work with this course, although maybe I missed something?
2 comments

You could always boot the VM with an image that contains the compiler and run there. If it truly does boot faster than the results take otherwise then you could move it all into javascript that way, and not have to worry as much about the infrastructure around it.
Looks like work has started on using emscripten with Objective-C code:

https://github.com/kripken/emscripten/pull/1162/files

Still, a long way to go.