Hacker News new | ask | show | jobs
by WetDesertRock 3769 days ago
Oh interesting, I'll look more into that.

Yeah, it should compile to JS, I'll probably look into doing that at a later point in time.

1 comments

It's simple once the emscripten SDK is installed ("emcc main.c -o main.js/html").

https://kripken.github.io/emscripten-site/docs/tools_referen...