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

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

Open
ten3roberts opened this issue Sep 28, 2023 · 0 comments
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant