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