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