-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Beautify mcl_c.js and mcl_c512.js to reduce error size #11
Comments
mcl_c.js is automatically generated by Emscripten. mcl.js returns a small error. What process causes a large error? |
Though I don't know what you want, I've removed mcl_c.js and mcl_c512.js and added mcl_c384_256.js. |
I understood what you mean. I changed the compiler option. Is it okay? |
I'm sorry that I was not more clear. I just checked your upgrade; this is exactly what I meant and solves the problem. Thanks a lot! |
When a function of this package throws, these
mcl_c.js
ormcl_c512.js
seem to throw aswell. Since these scripts do not seem to be beautified, they throw a gigantic error string. Is it possible to "beautify" (i.e. add newlines) these scripts, so the error size reduces?The text was updated successfully, but these errors were encountered: