-
-
Notifications
You must be signed in to change notification settings - Fork 672
Open
Description
We are currently generating internal names containing spaces and commas, which are both explicitly disallowed in text format identifiers, leading to syntax highlighting issues (only, as far as I can tell). The space can be easily fixed by omitting it, but the comma would need a replacement character.
See also: WebAssembly/design#1324