summaryrefslogtreecommitdiff
path: root/test/table-import.wast.from-wast
blob: 724eb95ecb9cd5217864ca7cfac5e6ee30c198dc (plain)
1
2
3
4
5
6
7
8
9
(module
 (type $none_=>_none (func))
 (import "env" "table" (table $0 1 1 funcref))
 (elem (i32.const 0) $foo)
 (memory $0 0)
 (func $foo (; 0 ;)
  (nop)
 )
)