This idea has come up before and I think there is general support for this direction:
See: https://github.com/emscripten-core/emscripten/issues/9353 and: https://github.com/emscripten-core/emscripten/issues/9414 I personally would like to first move towards a more conventional use of `--sysroot` as a first step. cheers, sam On Wed, Jul 15, 2020 at 3:26 PM Matt Flax <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/emscripten-discuss/962f384c-b9f8-483a-8ebf-3fc9c30166eao%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAL_va2-qe8-X1cqQRDaT%3DqN6HtnobOMw2Cc%3DEg6_v%2BoyVm%3DUhQ%40mail.gmail.com.
