forked from emscripten-core/emscripten
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_codesize_cxx_except.json
More file actions
103 lines (103 loc) · 2.43 KB
/
test_codesize_cxx_except.json
File metadata and controls
103 lines (103 loc) · 2.43 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"a.out.js": 22875,
"a.out.js.gz": 8956,
"a.out.nodebug.wasm": 172540,
"a.out.nodebug.wasm.gz": 57452,
"total": 195415,
"total_gz": 66408,
"sent": [
"__cxa_begin_catch",
"__cxa_end_catch",
"__cxa_find_matching_catch_2",
"__cxa_find_matching_catch_3",
"__cxa_rethrow",
"__cxa_throw",
"__cxa_uncaught_exceptions",
"__resumeException",
"_abort_js",
"_tzset_js",
"emscripten_resize_heap",
"environ_get",
"environ_sizes_get",
"fd_close",
"fd_read",
"fd_seek",
"fd_write",
"invoke_diii",
"invoke_fiii",
"invoke_i",
"invoke_ii",
"invoke_iii",
"invoke_iiii",
"invoke_iiiii",
"invoke_iiiiii",
"invoke_iiiiiii",
"invoke_iiiiiiii",
"invoke_iiiiiiiiiii",
"invoke_iiiiiiiiiiii",
"invoke_iiiiiiiiiiiii",
"invoke_jiiii",
"invoke_v",
"invoke_vi",
"invoke_vii",
"invoke_viii",
"invoke_viiii",
"invoke_viiiiiii",
"invoke_viiiiiiiiii",
"invoke_viiiiiiiiiiiiiii"
],
"imports": [
"env.__cxa_begin_catch",
"env.__cxa_end_catch",
"env.__cxa_find_matching_catch_2",
"env.__cxa_find_matching_catch_3",
"env.__cxa_rethrow",
"env.__cxa_throw",
"env.__cxa_uncaught_exceptions",
"env.__resumeException",
"env._abort_js",
"env._tzset_js",
"env.emscripten_resize_heap",
"env.invoke_diii",
"env.invoke_fiii",
"env.invoke_i",
"env.invoke_ii",
"env.invoke_iii",
"env.invoke_iiii",
"env.invoke_iiiii",
"env.invoke_iiiiiii",
"env.invoke_iiiiiiii",
"env.invoke_iiiiiiiiiiii",
"env.invoke_jiiii",
"env.invoke_v",
"env.invoke_vi",
"env.invoke_vii",
"env.invoke_viii",
"env.invoke_viiii",
"env.invoke_viiiiiii",
"env.invoke_viiiiiiiiii",
"env.invoke_viiiiiiiiiiiiiii",
"wasi_snapshot_preview1.environ_get",
"wasi_snapshot_preview1.environ_sizes_get",
"wasi_snapshot_preview1.fd_close",
"wasi_snapshot_preview1.fd_read",
"wasi_snapshot_preview1.fd_seek",
"wasi_snapshot_preview1.fd_write"
],
"exports": [
"__cxa_can_catch",
"__cxa_decrement_exception_refcount",
"__cxa_free_exception",
"__cxa_get_exception_ptr",
"__cxa_increment_exception_refcount",
"__indirect_function_table",
"__wasm_call_ctors",
"_emscripten_stack_alloc",
"_emscripten_stack_restore",
"_emscripten_tempret_set",
"emscripten_stack_get_current",
"main",
"memory",
"setThrew"
]
}