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