CIB: Getting The Clang Compiler To Run In A Web Browser

Independent developer Todd Fleming has been working on "CIB" that is short for "Clang In Browser." This comes down to Clang itself being compiled to WebAssembly (WASM) for then running in web-browsers.
The WASM-ported Clang can run within Firefox 57 and Chrome 63 and the clang-format utility is an example of what's working while the Clang compiler itself is successfully working for compiling simple cases.
Those interested in this project for showing off the power of WebAssembly can find it hosted on GitHub.
14 Comments