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