Emscripten C-to-JS Compilation
The cluster focuses on Emscripten and similar tools like LLVM for compiling C/C++ and other languages to JavaScript, asm.js, or WebAssembly to enable running native code in web browsers. Discussions highlight existing solutions, alternatives, and browser compatibility.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Would that be anything like LLVM and Emscripten?
There is already Emscripten, for compiling from C or C++ to JavaScript...
Kinda surprised there's not a mention of emscripten in the options.
One of the many compile-to-JS languages. Or just using emscripten.
Mozilla has Emscripten. I don't think they're really JS only.
You can totally compile Emscripten to wasm and do all of this as part of your application. No further browser support needed.
Yes, you probably mean Asm.js and the Emscripten compiler
I think it's all compiled into JavaScript with Emscripten.
Emscripten seems like a good start, the tooling already exists.
I don't understand this stuff well enough, but doesn't Emscripten effectively give you that? It converts LLVM bitcode into JavaScript, so if you can compile it with LLVM, you can use it on the web.