summaryrefslogtreecommitdiff
path: root/test/br_to_exit.wasm.fromBinary
blob: 413eed780f97ce58668de21a07a487496c233233 (plain)
1
2
3
4
5
6
7
8
9
(module
 (type $none_=>_none (func))
 (func $0 (; 0 ;)
  (block $label$0
   (br $label$0)
  )
 )
)