summaryrefslogtreecommitdiff
path: root/test/unreachable-instr-type.wast.fromBinary
blob: 602ae379ca23c2038ded6a92266e38aff49a81f1 (plain)
1
2
3
4
5
6
7
8
(module
 (type $0 (func))
 (memory $0 (shared 1 1))
 (func $test (type $0)
  (unreachable)
 )
)