You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tracking issue for a post-MVP feature
It will be updated as the issue progresses.
Topic Custom Annotation Syntax in the Text Format Champion Andreas Rossberg @rossberg Status in progress Phase feature proposal Linked issuesnone Linked repositoriesgithub.com/WebAssembly/annotations
Details
The Wasm binary format supports custom sections to enable associating arbitrary meta data with a Wasm module.
No equivalent exists for the text format. In particular, there is no way to
This proposal adds the ability to decorate a module in textual notarion with arbitrary annotations of the form (@id ...).
Neither the syntactic shape nor the semantics is prescribed by the Wasm specification, though the Appendix might include a description of optional support for name section annotations and generic custom sections.
This proposal only affects the text format, nothing else.
The text was updated successfully, but these errors were encountered:
This is a tracking issue for a post-MVP feature
It will be updated as the issue progresses.
Topic Custom Annotation Syntax in the Text Format
Champion Andreas Rossberg @rossberg
Status in progress
Phase feature proposal
Linked issues none
Linked repositories github.com/WebAssembly/annotations
Details
(@id ...)
.The text was updated successfully, but these errors were encountered: