summaryrefslogtreecommitdiff
path: root/test/merge/post-instantiate-a.wast.combined.finalized.opt
blob: 38b293167915ab560d8686389fbaeaa7006f8e17 (plain)
1
2
3
4
5
6
7
8
9
(module
 (type $0 (func))
 (memory $0 1)
 (data (i32.const 1024) "")
 (export "__post_instantiate" (func $0))
 (func $0 (; 0 ;) (type $0)
  (nop)
 )
)