Kaan Barmore-Genç · @kaan
138 followers · 142 posts · Server fosstodon.org

Question on : Take an licensed library written in C, compile it to JavaScript with , and bundle it into a JavaScript app. The JavaScript app has to be LGPL licensed because the dynamic linking exception doesn't apply.

Same LGPL library, build a module that statically links against it, and use that in a JavaScript app. The NodeAPI code would be LGPL'ed since it's statically linked, but would the code be fine since node loads the module dynamically?

#licenses #lgpl #emscripten #nodeapi #javascript

Last updated 1 year ago