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
fix: apply collision disambiguation to guest codegen
Apply the same import_member_names() collision detection to guest.rs
that was already applied to host.rs and rtypes.rs. Without this,
guest_bindgen! would generate duplicate type aliases and getter
functions when two packages export interfaces with the same name.
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
0 commit comments