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