Skip to content
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

[WIP] Better panic handling #8

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

[WIP] Better panic handling #8

wants to merge 4 commits into from

Conversation

palfrey
Copy link
Owner

@palfrey palfrey commented Sep 26, 2018

This is mostly blocked because of panic=abort being the current state of things (see rustwasm/book#76), so the unwind handlers don't work fully.

@palfrey palfrey mentioned this pull request Sep 26, 2018
@palfrey
Copy link
Owner Author

palfrey commented Dec 26, 2019

Possibly a hack along the lines of https://github.com/rustwasm/console_error_panic_hook

@palfrey palfrey changed the base branch from master to main October 18, 2020 08:52
@palfrey
Copy link
Owner Author

palfrey commented Apr 25, 2021

Relatedly, https://github.com/philipc/findpanics could be used to locate panics

@palfrey palfrey marked this pull request as draft September 19, 2021 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant