Yes! Not only is it allowed, we definitely encourage it. Feel free to bundle emsdk into your closed source commercial applications, that is the intention of the embedded emsdk structure. See the specific license of Emscripten in https://github.com/kripken/emscripten/blob/master/LICENSE. Note though that emsdk as a package manager can install other pieces of software as well (python, git, mingw-g++, java, crunch, ...), so of any of those that you choose to bundle, pay attention to their specific licenses as well (which should be compatible). The usual restrictions pertaining to misrepresentation, misattribution and legal responsibilities apply.
This advice all comes from a non-lawyer, so cannot be held binding, but our intention when choosing the licenses is that Emscripten could be easily embedded in commercial software that wants to offer export to web functionality and similar tools. 2016-09-19 12:26 GMT+03:00 kajinor <[email protected]>: > Hello community, > > I just have a short question about emscripten's license model, especially > because emscripten has a lot of dependencies I think. Is it allowed to > re-distribute/package the emscripten-sdk+compiler, like emsdk-portable > package, together with a closed-source commercial application? So that the > customer doesn't need to download & install emscripten separately? > > Thanks > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
