wasmx / wasm-chisel

Some useful utilities to transform WebAssembly binaries.
Apache License 2.0
56 stars 11 forks source link

Introduce IR for analysis #76

Open axic opened 5 years ago

axic commented 5 years ago

Or at least helpers with some data structures.

A good start would be doing a CFG (control flow graph) or at least a primitive version which shows dependencies of functions.

This can be used in two ways in the short term:

axic commented 5 years ago

Could consider using https://github.com/rustwasm/walrus because it has the same goals.