//! Compiles the vendored `runtime.c` and links it into whatever final
//! artifact depends on this crate — a Rust module's `cdylib` gets a real
//! `code_release` (and every other `code_abi.h` function) this way, the
//! same role `#include "runtime.c"` plays for a C module. See `vendor/`'s
//! doc comment for how these two files are kept in sync with `src/` in the
//! main `code` repo.