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