.net - Compile C# → LLVM → ASM.JS? -


from understanding can compile c++ llvm, use emscripten outputs javascript.

from http://kripken.github.io/mloc_emscripten_talk/#/11:

c/c++ → llvm → emscripten → javascript

how might generate asm.js via emscripten (i believe that's generates asm.js @ moment), , (asm_js=1 compile flag) there takes c# or .net translate llvm?

mono supports llvm backend. however, require lots of changes make compatible emscripten


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -