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