-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document what "specialized" means. #320
Document what "specialized" means. #320
Conversation
Add a paragraph documenting specialized types and their relationship to despecialized types. This is intended to help with WebAssembly#319.
Co-authored-by: Lann <github-lann@lannbox.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, good idea! I made a few suggested tweaks:
Co-authored-by: Luke Wagner <mail@lukewagner.name>
This makes the sentence structure more consistent.
Thanks! I made a few additinoal minor wording adjustments; in particular, I clarified that the property that values can have different representations isn't specific to the Canonical ABI, which will matter more when the component model grows new features involving encoded values. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! I'll wait a few days for any final comments then merge.
Add a paragraph documenting specialized types and their relationship to despecialized types.
This is intended to help with #319.