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