maiden
maiden copied to clipboard
[WIP] Better panic handling
This is mostly blocked because of panic=abort being the current state of things (see https://github.com/rustwasm/book/issues/76), so the unwind handlers don't work fully.
Possibly a hack along the lines of https://github.com/rustwasm/console_error_panic_hook
Relatedly, https://github.com/philipc/findpanics could be used to locate panics