forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_codesize_hello_dylink.json
More file actions
73 lines (73 loc) · 1.49 KB
/
test_codesize_hello_dylink.json
File metadata and controls
73 lines (73 loc) · 1.49 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
{
"a.out.js": 26256,
"a.out.js.gz": 11230,
"a.out.nodebug.wasm": 17670,
"a.out.nodebug.wasm.gz": 8926,
"total": 43926,
"total_gz": 20156,
"sent": [
"__syscall_stat64",
"emscripten_resize_heap",
"environ_get",
"environ_sizes_get",
"fd_write"
],
"imports": [
"env.__syscall_stat64",
"env.emscripten_resize_heap",
"wasi_snapshot_preview1.environ_get",
"wasi_snapshot_preview1.environ_sizes_get",
"wasi_snapshot_preview1.fd_write"
],
"exports": [
"__heap_base",
"__indirect_function_table",
"__wasm_call_ctors",
"_emscripten_find_dylib",
"_emscripten_stack_alloc",
"_emscripten_stack_restore",
"calloc",
"emscripten_get_sbrk_ptr",
"emscripten_stack_get_current",
"main",
"memory",
"setThrew"
],
"funcs": [
"$__emscripten_stdout_close",
"$__emscripten_stdout_seek",
"$__fwritex",
"$__memcpy",
"$__memset",
"$__stdio_write",
"$__strchrnul",
"$__towrite",
"$__wasm_call_ctors",
"$_emscripten_find_dylib",
"$_emscripten_stack_alloc",
"$_emscripten_stack_restore",
"$dlcalloc",
"$dlmalloc",
"$emscripten_get_sbrk_ptr",
"$emscripten_stack_get_current",
"$fmt_fp",
"$fmt_u",
"$frexp",
"$getint",
"$main",
"$out",
"$pad",
"$path_find",
"$pop_arg",
"$pop_arg_long_double",
"$printf_core",
"$sbrk",
"$setThrew",
"$sn_write",
"$strcspn",
"$strlen",
"$strspn",
"$vsnprintf",
"$wctomb"
]
}