We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Apparently there is a way in Emscripten to disable the "greedy exception catcher": https://github.com/kripken/emscripten/blob/f585dcbc2d929ef8b8bc6813e0710ec3215ac0b1/src/settings.js#L325-L328 (Officially suggested here: emscripten-core/emscripten#5957)
Found by @hugo-dc in ethereumjs/rustbn.js#11
Properly fixes #34, #44 and #113.
The text was updated successfully, but these errors were encountered:
Once compiled with that we could remove this code: https://github.com/ethereum/solc-js/blob/master/solcjs#L9-L11
Sorry, something went wrong.
axic
No branches or pull requests
Apparently there is a way in Emscripten to disable the "greedy exception catcher": https://github.com/kripken/emscripten/blob/f585dcbc2d929ef8b8bc6813e0710ec3215ac0b1/src/settings.js#L325-L328 (Officially suggested here: emscripten-core/emscripten#5957)
Found by @hugo-dc in ethereumjs/rustbn.js#11
Properly fixes #34, #44 and #113.
The text was updated successfully, but these errors were encountered: