Hacker News new | ask | show | jobs
by robocat 1168 days ago
Beware that you may need to be careful using LGPL code in a browser: JavaScript is source code not object code, arguing WASM is a DLL wouldn’t help, most JavaScript minifiers perform static linking, and sending LGPL code to the browser could be considered distribution. I always avoided all LGPL licensed libraries when doing commercial front-end work.