Expose constants, structs, and unions from C to JS.
Created to avoid duplication and minimize boilerplate trying to share constants and data types between C to JS as unfortunately Embind is C++ only.
This repository is a mirror of the version embedded in MHFS used for the web player streaming audio decoder.
Compiling: emcc demo.c -s'EXTRA_EXPORTED_RUNTIME_METHODS=["UTF8ToString"]'
MIT, see LICENSE
.