Y
Hacker News
new
|
ask
|
show
|
jobs
by
consp
815 days ago
> if modules are designed to run linked together in a shared address space.
How does this not apply to javascript?
1 comments
kevin_thibedeau
815 days ago
That happens
after
distribution of "unlinked" code. GPL's copyleft doesn't apply to binaries that aren't distributed.
link
panzi
815 days ago
But would bundled and minified JavaScript not be very much like a binary? And isn't it distributed every time someone opens the web page?
link