forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_codesize_cxx_lto.json
More file actions
40 lines (40 loc) · 857 Bytes
/
test_codesize_cxx_lto.json
File metadata and controls
40 lines (40 loc) · 857 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"a.out.js": 18563,
"a.out.js.gz": 7666,
"a.out.nodebug.wasm": 101956,
"a.out.nodebug.wasm.gz": 39461,
"total": 120519,
"total_gz": 47127,
"sent": [
"a (emscripten_resize_heap)",
"b (_setitimer_js)",
"c (_emscripten_runtime_keepalive_clear)",
"d (_abort_js)",
"e (proc_exit)",
"f (fd_write)",
"g (fd_seek)",
"h (fd_read)",
"i (fd_close)",
"j (environ_sizes_get)",
"k (environ_get)"
],
"imports": [
"a (emscripten_resize_heap)",
"b (_setitimer_js)",
"c (_emscripten_runtime_keepalive_clear)",
"d (_abort_js)",
"e (proc_exit)",
"f (fd_write)",
"g (fd_seek)",
"h (fd_read)",
"i (fd_close)",
"j (environ_sizes_get)",
"k (environ_get)"
],
"exports": [
"l (memory)",
"m (__wasm_call_ctors)",
"n (main)",
"o (_emscripten_timeout)"
]
}