-
Notifications
You must be signed in to change notification settings - Fork 50
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
Huge wall of text printed on uncaught exceptions in Node.js #94
Comments
We're aware of this issue (which is ultimately Node's fault). I'm pretty sure the problem would be fixed if the Wasm wasn't bundled as a large base64 string, but I don't know whether that'd break existing uses of binaryen.js. |
@lastmjs after playing around with
This doesn't work for v16.20.2, however; |
It seems to have broken between v16.17.1 and v16.18.0. |
With WebAssembly/binaryen#6764 landed, this should be fixed in the next build of binaryen.js, but please verify that and let me know if not. |
There is a problem that binaryen.js seems to be embodied with in Node.js where the entire minified contents of binaryen.js is printed to the terminal on uncaught exceptions. The issue has been reported in multiple places, and the root of the issue seems to be in Node.js. The Node.js issue hasn't seen any activity.
I'm hoping raising the issue here might lead to some insight, workarounds, or finally getting it fixed in Node.js.
Here are the existing issues:
The text was updated successfully, but these errors were encountered: