-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thanks for the WASM build! #34
Comments
Do note that this code is licensed under AGPL (see eg #24) requiring that your project also uses AGPL, but I see that you are using GPL3 instead? |
Good news: the AGPL v3 and GPL v3 specifically have cross-compatibility clauses for this use case: https://en.wikipedia.org/wiki/Affero_General_Public_License#Compatibility_with_the_GPL |
Yeah:
But does mean that the AGPL terms apply to that code at least so you will be having an AGPL project in disguise kind of |
It was really easy to add support for parsing bgcode files to my project. Thank you to whomever it was that put the time into adding the wasm/emscripten build.
If I had one suggestion, it would be to not name your global
Module
. Name itBGcodeModule
or something unique. When you get releases sorted out we can write some typescript bindings for it and make an NPM module.The text was updated successfully, but these errors were encountered: