mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-30 08:02:23 +00:00
This commit fixes annotations that include both the `constructor` and `catch` attributes on imported types, ensuring that we infer the right type being returned after extracting the first type parameter of the `Result`. Closes #735