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