summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast.fromBinary
blob: 9ee5ee1752cfd890a959d3760a7275b494197c68 (plain)
1
2
3
4
5
6
7
8
(module
 (type $0 (func (param except_ref) (result except_ref)))
 (memory $0 1 1)
 (func $except_ref_test (; 0 ;) (type $0) (param $0 except_ref) (result except_ref)
  (local.get $0)
 )
)