waffle 0.2.0

Wasm Analysis Framework For Lightweight Experiments
Documentation
1
2
3
4
(module
  (type $t (func (param i32)))
  (func (result (ref null $t))
        (ref.null $t)))