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