wave: Require escaping some "problematic" unicode characters · Issue #1629 · bytecodealliance/wasm-tools · GitHub
More Web Proxy on the site http://driver.im/
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
Currently char and string escapes are only required for:
\n
,\\
and either\'
(chars) or\"
(strings).In order to avoid human parsing problems, consider a few other mandatory escapes:
See: https://github.com/bytecodealliance/wac/blob/b294ae04cd85f12a619db08165b3117b8f977b0d/crates/wac-parser/src/lexer.rs#L46-L82
(migrated from lann/wasm-wave#31)
The text was updated successfully, but these errors were encountered: