-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert reference-types support #2311
Conversation
@Mergifyio backport main |
✅ Backports have been created
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really unfortunate
Yup, definitely. The good thing is that we made them aware of it and they are prioritizing this for us now. |
Does this also mean we have no Rust 1.82+ support for compiling contracts to Wasm any time soon? |
Unfortunately, yes. We need to wait for wasmer to actually support the reference types. |
Mostly reverts #2289 (except for the cosmwasm-check CI change).
We have to revert this because wasmer does not support reference types for singlepass yet, so allowing them in the validation can be used to cause a panic while compiling the module.