summaryrefslogtreecommitdiff
path: root/test/unreachable-instr-type.wast.fromBinary
blob: 8538eccef8d84e36084a54abeb43b690740f3be1 (plain)
1
2
3
4
5
6
7
8
(module
 (type $none_=>_none (func))
 (memory $0 (shared 1 1))
 (func $test
  (unreachable)
 )
)