This is almost possible now, and there are some simple demos, http://kripken.github.io/clangor/demo.html
The main issue is the parts of emscripten written in Python. The rest is either JS, or C which can be compiled to JS. - Alon On Wed, Nov 5, 2014 at 3:11 PM, Ivan Kuckir <[email protected]> wrote: > Hi, have you thought about rewriting Emscripten into JS instead of native > app? It would be great, if users could translate C into JS inside a > browser, without downloading and installing some complicated sowftware. > > If you don't want to rewrite it manually, can you use Emscripten to > convert Emscripten into webapp? > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
