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
Add WitMap trait and configurable map_type for Rust bindings
Instead of hardcoding HashMap/BTreeMap, introduce a WitMap trait that
generated code delegates to for map construction, insertion, and length.
This lets users swap in their own map type via the new `map_type`
bindgen option. The default is BTreeMap (always, regardless of std).
0 commit comments