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