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
Teach wit-smith to generate `ImplementsInterface` items in worlds,
producing `%label: path;` WIT syntax which encodes as
`[implements=<I>]L` in the component binary. This enables fuzzing of
the implements feature through the existing roundtrip_wit fuzzer.
Also adds a decode roundtrip check in `smith()` to catch edge cases
where metadata custom sections reference interfaces that aren't
properly reconstructed during decoding.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments