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