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