walrus 0.8.0

A library for performing WebAssembly transformations
Documentation
1
2
3
4
5
6
7
8
9
10
* use wasmparser

-------------------

* implement CFG simplification pass
* implement call to imported function -> expression transformation
  * remove an argument
  * add an argument
  * increment integers by one
* construct call graph