Skip to content

Generic maps aren't ergonomic in WRAP 0.1 #7

@dOrgJelli

Description

@dOrgJelli

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions