diff options
author | fedosgad <fedosgad@gmail.com> | 2024-11-04 19:51:27 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-04 08:51:27 -0800 |
commit | 81d6ac4a5d43c8329639bb88fc39f3ca6424896a (patch) | |
tree | 5aa694a4189fa46836bcf04c44199aa77a1ed66c /src/wat-writer.cc | |
parent | da297e0ebfcab3d8626ed18a87d51a84259e0e22 (diff) | |
download | wabt-81d6ac4a5d43c8329639bb88fc39f3ca6424896a.tar.gz wabt-81d6ac4a5d43c8329639bb88fc39f3ca6424896a.tar.bz2 wabt-81d6ac4a5d43c8329639bb88fc39f3ca6424896a.zip |
wasm-decompile: Fix unescaped characters in data output. (#2500)
Characters `"` and `\` which have special meaning in data
representations are not escaped by wasm-decompile and are passed to
output as is.
This PR fixes such incorrect behavior.
All tests still pass (although no cases are added).
Diffstat (limited to 'src/wat-writer.cc')
0 files changed, 0 insertions, 0 deletions