I happen to be working on an updated version of empythoned which will actually work with fastcomp.
I'm going to open a PR to update the emscripten python test when I'm done since the empythoned version is currently a bit broken (dicts don't work). Then maybe this can be looked at in more detail. On 7 November 2014 22:46, Alon Zakai <[email protected]> wrote: > 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. > -- 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.
