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 ?
To release a more complex WASM tool, like libsox ( https://www.npmjs.com/package/sox-element) I have a hand written script to build all of its dependencies. 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 -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/962f384c-b9f8-483a-8ebf-3fc9c30166eao%40googlegroups.com.
