Skip to content

Commit 8f12acf

Browse files
authored
Remove legacy emdump tool (#24686)
This tool dates back to the asm.js days, and only known how to analyze JS files. However its very out-of-date and doesn't seem to understand commonly used things like arrow functions so doesn't give good results on the JS files that emscripten generates today. Since the JS code the emscripten generates these days is basically normal JS (i.e. not asm.js) then other/existing static analysis tools should work find rather than this one so I don't see any point in maintaining this.
1 parent 99ff39d commit 8f12acf

File tree

5 files changed

+2
-1008
lines changed

5 files changed

+2
-1008
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ See docs/process.md for more on how version tagging works.
2020

2121
4.0.11 (in development)
2222
-----------------------
23+
- `emdump` tool/script was removed. This tool was mostly useful for analyzing
24+
asm.js code, which emscripten has not generated in a long time now.
2325
- Add support for [Source-based Code Coverage](https://clang.llvm.org/docs/SourceBasedCodeCoverage.html)
2426
To build with coverage enabled use `-fprofile-instr-generate -fcoverage-mapping`. (#24160)
2527
- The `ENVIRONMENT` setting will now be automatically updated to include

emdump

Lines changed: 0 additions & 35 deletions
This file was deleted.

emdump.bat

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)