wasm-micro-runtime/test-tools
GanJingSaiyan 07eae7c424
Add aot binary analysis tool aot-analyzer (#3379)
Add aot binary analysis tool aot-analyzer, samples:

```bash
# parse example.aot, and print basic information about AoT file
$ ./aot-analyzer -i example.aot

# parse example.aot, and print the size of text section of the AoT file
$ ./aot-analyzer -t example.aot

# compare these two files, and show the difference in function size between them
$ ./aot-analyzer -c example.aot example.wasm
```

Signed-off-by: ganjing <ganjing@xiaomi.com>
2024-05-08 16:31:39 +08:00
..
addr2line addr2line.py: Support sourceMappingURL section produced by emcc (#3302) 2024-04-12 11:43:40 +08:00
aot-analyzer Add aot binary analysis tool aot-analyzer (#3379) 2024-05-08 16:31:39 +08:00
append-aot-to-wasm Append .aot to .wasm as a custom section named "aot" (#2933) 2024-01-02 10:30:41 +08:00
binarydump-tool Enhance cmake makefiles (#1390) 2022-08-18 16:27:01 +08:00
flame-graph-helper Enhance wasm loading with LoadArgs and support module names (#3265) 2024-04-07 15:04:35 +08:00
pick-up-emscripten-headers Upgrade toolkits (#1878) 2023-02-02 09:42:25 +08:00
wamr-ide VSCode IDE enhancement and readme update (#3172) 2024-02-22 12:36:49 +08:00
.gitignore Implement SIMD latest opcodes and update LLVM to 13.0 (#758) 2021-09-17 19:12:57 +08:00