-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update wasm_offset_converter. NFC #24588
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
Conversation
sbc100
commented
Jun 17, 2025
- Convert to ES class
- Use string templates
View with "hide whitespace" |
4fd35c4
to
4a7ea80
Compare
But is it still necessary at all? (see #24587, I think it can be just removed nowadays?) |
4a7ea80
to
562ef6b
Compare
- Convert to ES class - Use string templates
562ef6b
to
72f35a7
Compare
Yes, I was inspired to create this while trying to figure out if this is still needed. My guess is that it is still needed for things ASAN, but I will do some more investigation. |
If you're referring to usage in emscripten/src/lib/libstack_trace.js Lines 112 to 120 in 39d93be
|
You may well the correct yes, but can we land this change anyway, and attempt to delete this code as a followup? |
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.
It does feel a bit like unnecessary work if it turns out we can delete it right after, but sure, why not :)
I think I agree, but since I already did it ... |