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