Get the latest tech news
Show HN: Compiling C in the browser using WebAssembly
We’ve reached a major milestone in making any software run with WebAssembly. Thanks to the newest release of Wasmer (4.4) and the Wasmer JS SDK (0.9.0)...
We expect online IDEs to start adopting the SDK to allow their users compile and run C programs in the browser. So ideally you should just need to download ~30Mb to use clang with Wasmer: either in your local shell, in your browser or in your Javascript project! I want to give a special mention to Sebastien, who made the hard work on compiling clang to WASIX possible.
Or read this on Hacker News