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