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