waffle 0.2.0

Wasm Analysis Framework For Lightweight Experiments
Documentation
1
2
3
4
5
6
(module
  (func (result i32)
        i32.const 2
        i32.const 2
        i32.add
        ))