summaryrefslogtreecommitdiff
path: root/test/merge/post-instantiate-a.wast.combined.finalized.opt
blob: 0fd96ee6e376d38ba45262a1b1c0962810ce5c2f (plain)
1
2
3
4
5
6
7
(module
 (type $0 (func))
 (export "__post_instantiate" (func $0))
 (func $0 (; 0 ;) (type $0)
  (nop)
 )
)