Code On Web

A C/C++ development environment that runs entirely in the browser. It bundles a code editor, a shell, clang, and make, with nothing to install.

The tools are cross-compiled to WebAssembly and run on the client under a Rust-based runtime that supports threads, subprocesses, pipes, and signals, so everything from hello world to a multi-threaded program builds and runs on the page.