1(module
2  (table 1 funcref)
3  (func (export "_start")
4    ref.null func
5    i32.const -1
6    table.grow
7    drop
8  )
9)
10