You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #4442 (comment) and #4442 (comment), we need to define what it means for two component types to be equal to each other (or more generally, what it means for one to be a subtype of the other) and implement that. See the PartialEq impl for wasmtime::component::types::Handle for the current, overly-restrictive definition, plus a comment on how it might be improved.
The text was updated successfully, but these errors were encountered:
Per #4442 (comment) and #4442 (comment), we need to define what it means for two component types to be equal to each other (or more generally, what it means for one to be a subtype of the other) and implement that. See the
PartialEq
impl forwasmtime::component::types::Handle
for the current, overly-restrictive definition, plus a comment on how it might be improved.The text was updated successfully, but these errors were encountered: