A C++ toolchain from 357 bytes, in Bazel
Summary
The post describes bootstrapping a hermetic C++ toolchain in Bazel starting from a 357-byte seed (stage0). It demonstrates building modern C/C++ toolchains by bootstrapping top-level components, validating with test suites, and auditing the build graph for hermeticity, with an note on using an LLM to assist in the writing.