Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/herrcai0907/wasm-analyzer


https://github.com/herrcai0907/wasm-analyzer

analytics wasm

Last synced: 16 days ago
JSON representation

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