> > analyze where julia intermediate LLVM code could be forwarded to the JS > backend that Emscripten enables. >
https://github.com/JuliaLang/julia/issues/9430 On Tue, Jun 23, 2015 at 7:14 AM, Andreas Lobinger <[email protected]> wrote: > Hello colleague, > > On Monday, June 22, 2015 at 9:47:20 PM UTC+2, Uwe Fechner wrote: > >> Any suggestions? >> > > Not really -> Start own development. > > One thing that's maybe far fetched at the moment. Your needed output is > html5/js/WebGL. Emscripten is enabling this as compiler from C/C++ source > including OpenGL to JS + WebGL (at least their web site tells so). And this > is done via LLVM, the same basis, julia uses. > > So a project might be to analyze where julia intermediate LLVM code could > be forwarded to the JS backend that Emscripten enables. > > >
