rustwasm / wasm-bindgen

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

Deprecate `Bindgen::reference_types()` #4238

Closed daxpedda closed 3 weeks ago

daxpedda commented 3 weeks ago

This PR deprecated Bindgen::reference_types(), as the corresponding CLI flag is now deprecated as well.

Follow-up to #4237.