Currently generic maps (Map<K, V>) are serialized using a custom msgpack extension. Additionally when they're deserialized within WebAssembly, it is not "friendly" and only accepts the custom extension, and does not accept standard msgpack maps (what we use as Objects).
This leads to problems within Rust & Python (for example) that @namesty and @Niraj-Kamdar have brought up.