Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Integration with wasm-bindgen and conversion to Result<T, JsValue> #108

Open
ten3roberts opened this issue Sep 28, 2023 · 1 comment
Open
Labels
C-enhancement Category: New feature or request

Comments

@ten3roberts
Copy link
Contributor

This would enable eyre Reports to be transparently converted to a js_sys::Error. The current workaround is to convert the Report to a string, and use that as an error, which will stringify the error chain, rather than converting it to a javascript error chain.

@ten3roberts ten3roberts added the C-enhancement Category: New feature or request label Sep 28, 2023
@mw2000
Copy link

mw2000 commented Feb 13, 2025

any update on this? would love to not stringify my error chain when using wasm-bindgen

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C-enhancement Category: New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants