Right now, to build a more complex software system with emscripten, it is difficult. Are there any auto-build systems for free or other software out there which support emscripten ?
It would be really useful if we could select and build more complex WASM packages and their dependencies automatically using something like buildroot.
For example, say I wanted librsync and all its dependencies to be built so I can integrate it into a WASM package. Or ffmpeg and wanted the buildroot system to build any dependencies.
One idea is to work emscripten into buildroot's external toolchain / buildtools . This would allow one to select a number of packages and have their shared libraries all built for us and installed into a system directory in the standard development approach (/usr/include, /usr/lib, pkg-config, etc.).
Matt