Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | asm2wasm debuginfo (#895) | Alon Zakai | 2017-02-07 | 1 | -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 |