summaryrefslogtreecommitdiff
path: root/test/metadatas.wasm.fromBinary
blob: 2e6531678c5299ba9745c65462c1d84594e37680 (plain)
1
2
3
4
5
6
7
8
9
10
(module
 (type $0 (func))
 (export "a" (func $0))
 (func $0 (; 0 ;) (type $0)
  (nop)
 )
 ;; custom section "emscripten_metadata", size 7
 ;; custom section "producers", size 187
)