wadec 0.0.1

A library for decoding WebAssembly modules.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
(module
  (type $t0 (func))
  (func $dummy (type $t0))
  (table 1 funcref)
  (elem declare func $dummy)
  (func (export "refs")
    ref.null func
    ref.is_null
    drop
    ref.func $dummy
    drop)
)