component-model
component-model copied to clipboard
Question: Specialized value types
Looking at: https://github.com/WebAssembly/component-model/blob/main/design/mvp/Explainer.md?plain=1#L638-L653 it shows that a string should be despecialized to a list<char>, but it is not implemented like that in definitions.py, is that a conflict?
The Canonical ABI uses custom representations for string and flags, rather than using the corresponding generic despecialized types.
I submitted #320 with some documentation which I hope helps here.