summaryrefslogtreecommitdiff
path: root/test/exception-handling.wast.from-wast
blob: 3866a3561b84d14d6a8bb30df4df283e8d132aff (plain)
1
2
3
4
5
6
7
(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)
 )
)