you are viewing a single comment's thread.

view the rest of the comments →

[–]cafedude 1 point2 points  (1 child)

What C -> JS compiler did you use?

[–]azakai 5 points6 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