forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_codesize_hello_O0.json
More file actions
80 lines (80 loc) · 1.62 KB
/
test_codesize_hello_O0.json
File metadata and controls
80 lines (80 loc) · 1.62 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"a.out.js": 24254,
"a.out.js.gz": 8724,
"a.out.nodebug.wasm": 14850,
"a.out.nodebug.wasm.gz": 7314,
"total": 39104,
"total_gz": 16038,
"sent": [
"fd_write"
],
"imports": [
"wasi_snapshot_preview1.fd_write"
],
"exports": [
"__indirect_function_table",
"__wasm_call_ctors",
"_emscripten_stack_alloc",
"_emscripten_stack_restore",
"emscripten_stack_get_base",
"emscripten_stack_get_current",
"emscripten_stack_get_end",
"emscripten_stack_get_free",
"emscripten_stack_init",
"fflush",
"main",
"memory",
"strerror"
],
"funcs": [
"$__DOUBLE_BITS",
"$__ashlti3",
"$__emscripten_stdout_close",
"$__emscripten_stdout_seek",
"$__errno_location",
"$__fwritex",
"$__lock",
"$__lshrti3",
"$__memcpy",
"$__memset",
"$__ofl_lock",
"$__ofl_unlock",
"$__original_main",
"$__stdio_write",
"$__strerror_l",
"$__towrite",
"$__trunctfdf2",
"$__unlock",
"$__vfprintf_internal",
"$__wasi_syscall_ret",
"$__wasm_call_ctors",
"$_emscripten_memcpy_bulkmem",
"$_emscripten_stack_alloc",
"$_emscripten_stack_restore",
"$emscripten_stack_get_base",
"$emscripten_stack_get_current",
"$emscripten_stack_get_end",
"$emscripten_stack_get_free",
"$emscripten_stack_init",
"$fflush",
"$fmt_fp",
"$fmt_o",
"$fmt_u",
"$fmt_x",
"$frexp",
"$getint",
"$main",
"$memchr",
"$out",
"$pad",
"$pop_arg",
"$pop_arg_long_double",
"$printf",
"$printf_core",
"$strerror",
"$strnlen",
"$vfprintf",
"$wcrtomb",
"$wctomb"
]
}