Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herrcai0907/wasm-analyzer
https://github.com/herrcai0907/wasm-analyzer
analytics wasm
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/herrcai0907/wasm-analyzer
- Owner: HerrCai0907
- Created: 2024-07-21T16:30:16.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T15:22:58.000Z (5 months ago)
- Last Synced: 2024-10-31T03:21:47.518Z (2 months ago)
- Topics: analytics, wasm
- Language: C++
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wasm analyzer: static analyzer framework for wasm
## TLDR
```bash
cmake -B build .
cmake --build build
./build/src/wasm-analyzer --help
``````supported pass
--Printer
--HighFrequencySubExpr
```## feature roadmap
- [ ] control flow constructor
- [x] Basic Block
- [x] Extend Basic Block
- [ ] Dominate
- [ ] Local Optimization
- [ ] value numbering
- [x] tree-height balancing
- [ ] Data Flow Analyzer
- [x] dominator