summaryrefslogtreecommitdiff
path: root/test/reg_switch.wast.fromBinary
blob: e68e8c153e88d10d8a40e44f318ab3f31e9787a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
(module
 (type $0 (func))
 (memory $0 0)
 (func $0 (type $0)
  (if
   (i32.const 0)
   (block $label$0
    (block $label$1
     (br_table $label$1
      (i32.const 0)
     )
    )
   )
  )
 )
)