WebAssembly / WebAssembly/binaryen
wasm-emscripten-finalize does not escape characters
Open
Nobody has claimed this yet.
help wanted
- Dominant language
- WebAssembly
- Stars
- 8.6k
- Forks
- 885
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 69
Description
For example, it generates invalid json for the following wasm file:
(module (import "env" "\"" (func $foo)))
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the wasm-emscripten-finalize tool and reproduce the issue using the WebAssembly module shown in the report. Trace how the imported name containing a quote is emitted, then verify that the generated JSON remains valid for this example and other escaped characters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, wasm
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100