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