rustwasm / wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript
https://rustwasm.github.io/docs/wasm-bindgen/
Apache License 2.0
7.84k stars 1.08k forks source link

Update CI to Rust v1.82 #4235

Closed daxpedda closed 3 weeks ago

daxpedda commented 3 weeks ago

This updates the reference files we have to Rust v1.82, which by default enables the reference types and multivalue proposal. I also went ahead and addressed #4211 by disabling reference type transformations by default for the bundler target.

This doesn't fix the CI fully, which requires #4210.

Replaces #4213.