.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
Post a Comment