forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_codesize_minimal_O0.json
More file actions
43 lines (43 loc) · 955 Bytes
/
test_codesize_minimal_O0.json
File metadata and controls
43 lines (43 loc) · 955 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
41
42
43
{
"a.out.js": 19262,
"a.out.js.gz": 6966,
"a.out.nodebug.wasm": 1136,
"a.out.nodebug.wasm.gz": 659,
"total": 20398,
"total_gz": 7625,
"sent": [],
"imports": [],
"exports": [
"__indirect_function_table",
"__wasm_call_ctors",
"_emscripten_stack_alloc",
"_emscripten_stack_restore",
"add",
"emscripten_stack_get_base",
"emscripten_stack_get_current",
"emscripten_stack_get_end",
"emscripten_stack_get_free",
"emscripten_stack_init",
"fflush",
"global_val",
"memory"
],
"funcs": [
"$__lock",
"$__lockfile",
"$__ofl_lock",
"$__ofl_unlock",
"$__unlock",
"$__unlockfile",
"$__wasm_call_ctors",
"$_emscripten_stack_alloc",
"$_emscripten_stack_restore",
"$add",
"$emscripten_stack_get_base",
"$emscripten_stack_get_current",
"$emscripten_stack_get_end",
"$emscripten_stack_get_free",
"$emscripten_stack_init",
"$fflush"
]
}