Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm-decompile: Fix unescaped characters in data output. (WebAssembly…
…#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).
- Loading branch information