rose-lang / rose

Composable autodiff for the interactive web.
https://rosejs.dev
MIT License
22 stars 0 forks source link

Handle exceptions thrown by opaque functions #77

Open samestep opened 1 year ago

samestep commented 1 year ago

As of #75, our Rust code simply panics if a custom JavaScript function throws an exception. We should handle this more carefully.