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