Integration with wasm-bindgen and conversion to Result<T, JsValue>
#108
Labels
C-enhancement
Category: New feature or request
Result<T, JsValue>
#108
This would enable eyre Reports to be transparently converted to a
js_sys::Error
. The current workaround is to convert theReport
to a string, and use that as an error, which will stringify the error chain, rather than converting it to a javascript error chain.The text was updated successfully, but these errors were encountered: