summaryrefslogtreecommitdiff
path: root/test/merge/post-instantiate-a.wast.combined.finalized.opt
blob: d0a9b4a6a06de1bea92d1320659e63fa9bacdb42 (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 (type $0)
  (nop)
 )
)