I think we should remove union
s from WIT: https://github.com/WebAssembly/component-model/issues/236
I suppose if we want to maintain the 1:1 mapping from CM types then that would entail removing them from the CM type system as well.
I'm slightly skeptical of tuple
s as well, but I think a lot more languages have a "natural" representation of tuple
s than union
s.
:thumbs_up: union
s are awkward in Python, too.
commented as well, but I agree they'd be good to remove :+1:
Given the feedback from Alex and Luke on the issue, I cross-posted reference issues to wit-bindgen
and wasmtime
for visibility
I have not even used the wit unions, for me, variant is just better.
For those following along at home, union
s have been dropped from the spec and from wasm-tools, with PRs ready in wit-bindgen and wasmtime just awaiting dependency releases
Scott Waye has marked this topic as resolved.
Scott Waye has marked this topic as unresolved.
Sorry, marked wrong topic as resolved.
Actually, with https://github.com/bytecodealliance/wasmtime/pull/6913 merged, this is done. Farewell union
s, we hardly knew used thee.
Lann Martin has marked this topic as resolved.
Last updated: Nov 22 2024 at 16:03 UTC