A cross-platform CMake tool (tested on Linux, Windows, WebAssembly, and Android) that automatically embeds files and resources directly into your binaries (via assembly or byte arrays on MSVC) using `xxd`. This is a refactored version written in pure C11; it eliminates the C++ dependency while maintaining integration with CMake projects.
-
Updated
Jun 8, 2026 - C