summaryrefslogtreecommitdiff
path: root/test/fn_prolog_epilog.debugInfo.wast.fromBinary
blob: 735a9dbcf1a27427c87fac6eecadb752a955fa54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(module
 (type $0 (func))
 (func $0 (; 0 ;) (type $0)
  (nop)
  (block $label$1
   (block $label$2
    (br $label$2)
   )
  )
  (return)
 )
)