cddl-codegen
cddl-codegen copied to clipboard
wasm wrappers don't compile for types that don't implement deserialization
Certain types (e.g. basic groups embedded in map structs, or array structs with optional fields) don't implement deserialization. The wasm wrappers don't seem to be aware of this and will generate code for them using those traits. This should not be generated.