You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.