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