summaryrefslogtreecommitdiff
path: root/test/table-import.wast.from-wast
blob: 061ea5af26dcefdd2a0faf339582377374f7053f (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
  (nop)
 )
)