-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support for -fwasm-exceptions in wasm-split and others #1490
Support for -fwasm-exceptions in wasm-split and others #1490
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1490 +/- ##
==========================================
- Coverage 76.09% 73.74% -2.36%
==========================================
Files 101 104 +3
Lines 15262 15655 +393
==========================================
- Hits 11613 11544 -69
- Misses 3649 4111 +462 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you, this looks simple enough :-)
It happened so quickly that I didn't even have time to ask what the next steps would be 😄 💪 ⚡
Thank you again for handling this PR so quickly. |
This change in itself has no effect on Symbolicator (the symbolication server that runs as part of Sentry and that you can also run yourself). As for releases, Symbolicator is released monthly; the last release was on 18 Jun. You can compile and run |
That's interesting, I had a different impression, but I haven't no prove yet xD. I have very little experience with rust and that's why.
It is also intresting, maybe I will test something localy, nice!
I have something in mind, but I still need time for a few tests. Considering how good communication works here, I won't give up on it. Great news, thank you for your help! |
My pleasure, please let us know if we can assist you further. |
I found something that already reported, and I updated those issue 1203 in |
In this PR I purpose to add
exception-handling
feature to wasmbin dependencies.With reference to these issuses:
in order for the symbolizer and wasm-split to support -fwasm-exceptions, is needed to set
exception-handling
feature in the wasmbin dependency.PS: Just to be sure, I also asked the author of wasmbin LINK for confirmation that these changes were safe. But looking at the sourcecode it looks like it should be safe.