Stream: git-wasmtime

Topic: wasmtime / issue #4522 Implement structural equality or s...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 25 2022 at 17:50):

dicej opened issue #4522:

Per https://github.com/bytecodealliance/wasmtime/pull/4442#discussion_r928991943 and https://github.com/bytecodealliance/wasmtime/pull/4442#discussion_r928993328, 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.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 25 2022 at 21:41):

alexcrichton labeled issue #4522:

Per https://github.com/bytecodealliance/wasmtime/pull/4442#discussion_r928991943 and https://github.com/bytecodealliance/wasmtime/pull/4442#discussion_r928993328, 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.


Last updated: Oct 23 2024 at 20:03 UTC