.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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -