summaryrefslogtreecommitdiff
path: root/test/debugInfo.asm.js
Commit message (Collapse)AuthorAgeFilesLines
* asm2wasm debuginfo (#895)Alon Zakai2017-02-071-0/+26
* parse file/line comments in asm.js into debug intrinsics * convert debug intrinsics into annotations, and print them * ignore --debuginfo if not emitting text, as wasm binaries don't support that yet * emit full debug info when -g and emitting text; when -g and emitting binary, all we can do is the Names section * update wasm.js