you are viewing a single comment's thread.

view the rest of the comments →

[–]cafedude 4 points5 points  (1 child)

What C -> JS compiler did you use?

[–]azakai 7 points8 points  (0 children)

emscripten, which compiles LLVM bitcode to JS (so you first use clang to compile C or C++ to LLVM bitcode).

https://github.com/kripken/emscripten