blob: 991b5a9722ada1c639fe898b0b555a99deb7e8d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
total
[events] : 0
[exports] : 1
[funcs] : 1
[globals] : 0
[imports] : 0
[total] : 1
[vars] : 0
nop : 1
total
[events] : 0
[exports] : 1
[funcs] : 1
[globals] : 0
[imports] : 0
[total] : 1
[vars] : 0
nop : 1
(module
(type $none_=>_none (func))
(export "a" (func $0))
(func $0
(nop)
)
;; custom section "emscripten_metadata", size 7
)
|