summaryrefslogtreecommitdiff
path: root/test/extended-names.wast.fromBinary.noDebugInfo
blob: dec58c4ddcdc2b9fd3ba401b0eaedb74acea03e7 (plain)
1
2
3
4
5
6
7
(module
 (memory $0 1 1)
 (data (i32.const 0) "a")
 (data "b")
 (table $0 1 funcref)
)