[webkit-dev] BigInt implementation
Michael Catanzaro
mcatanzaro at igalia.com
Thu Oct 19 08:37:18 PDT 2017
On Wed, Oct 18, 2017 at 7:50 PM, Caio Lima <ticaiolima at gmail.com> wrote:
> As I have checked with some other implementors, some of them are
> going to use libgmp (SpiderMonkey case), but I don’t think its
> license (GPLv2) aligns with WebKit’s license and I heard that V8 is
> implementing their BigInt lib as well.
This license of GMP is (LGPLv3+ or GPLv2+). But yes, that means it's
not an acceptable dependency for WebKit unfortunately.
More information about the webkit-dev
mailing list