cddl-codegen icon indicating copy to clipboard operation
cddl-codegen copied to clipboard

wasm wrappers don't compile for types that don't implement deserialization

Open rooooooooob opened this issue 2 years ago • 0 comments

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.

rooooooooob avatar Mar 14 '23 20:03 rooooooooob