The C23 standard now includes the #embed directive, which allows developers to embed binary data directly into their executables. This feature has been a long time coming, with the author spending nearly 5 years advocating for its inclusion. The directive generates a comma-delimited list of integers, which can be used to initialize a static variable. This feature is expected to simplify build pipelines and improve performance.