summaryrefslogtreecommitdiff
path: root/test/dot_s/lcomm-in-text-segment.wast
blob: e154c6c78780e000e42ae6f5a6c874cd177e9967 (plain)
1
2
3
4
5
6
(module
  (memory 1)
  (data (i32.const 20) "\10\00\00\00")
  (export "memory" memory)
)
;; METADATA: { "asmConsts": {},"staticBump": 24, "initializers": [] }