mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-17 18:50:51 +00:00
Looks like the recent changes to `Vec::with_capacity` meant that our previous codegen to avoid panics no longer avoids panics. Let's pick up the `try_reserve` unstable feature for now and hopefully it'll be stabilized before the other pieces in the future.