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.
android windows linux cmake cross-platform webassembly embed c11 xxd cmake-toolchain cmake-module resource-embedding resource-compiler cmake-utility file-embedding binary-resources
-
Updated
Jun 8, 2026 - C