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
{{ message }}
This repository was archived by the owner on Dec 7, 2024. It is now read-only.
The explainer describes feature_block as a 'decoding time' feature.
If a binary to text converter is run on a module, would this imply that the feature_block's present in the binary must be resolved (based off the supported features of the tool?) during the conversion to text? e.g. a features.supported would be printed as the resolved i32.const?
In addition, how would text to binary work? My understanding of the spec is that there is the abstract syntax, and conversions from the binary/text formats to/from the abstract syntax. If this is specified in the binary format and not in the abstract syntax, how can a conversion from text to binary be specified?
The explainer describes
feature_blockas a 'decoding time' feature.If a binary to text converter is run on a module, would this imply that the
feature_block's present in the binary must be resolved (based off the supported features of the tool?) during the conversion to text? e.g. afeatures.supportedwould be printed as the resolvedi32.const?In addition, how would text to binary work? My understanding of the spec is that there is the abstract syntax, and conversions from the binary/text formats to/from the abstract syntax. If this is specified in the binary format and not in the abstract syntax, how can a conversion from text to binary be specified?