summaryrefslogtreecommitdiff
path: root/test/extended-names.wast
blob: cebd598d0c45ee8b65cef6230db0efed88929db6 (plain)
1
2
3
4
5
6
(module $foo
  (table $t1 1 funcref)
  (memory $m1 1 1)
  (data $mydata (i32.const 0) "a")
  (data $passive_data passive "b")
)