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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
|
["_wasm_append_element",
"_wasm_append_implicit_func_type",
"_wasm_append_module_field",
"_wasm_apply_names",
"_wasm_ast_format_error",
"_wasm_ast_lexer_get_allocator",
"_wasm_ast_lexer_get_source_line",
"_wasm_ast_lexer_lex",
"_wasm_ast_parser_error",
"_wasm_ast_parser_parse",
"_wasm_call_host",
"_wasm_check_assert_invalid_and_malformed",
"_wasm_check_ast",
"_wasm_check_names",
"_wasm_close_file_writer",
"_wasm_close_mem_writer",
"_wasm_default_assert_invalid_source_error_callback",
"_wasm_default_assert_malformed_source_error_callback",
"_wasm_default_binary_error_callback",
"_wasm_default_source_error_callback",
"_wasm_destroy_action",
"_wasm_destroy_ast_lexer",
"_wasm_destroy_block",
"_wasm_destroy_command",
"_wasm_destroy_command_vector_and_elements",
"_wasm_destroy_data_segment",
"_wasm_destroy_elem_segment",
"_wasm_destroy_export",
"_wasm_destroy_exported_func",
"_wasm_destroy_exported_memory",
"_wasm_destroy_exported_table",
"_wasm_destroy_expr",
"_wasm_destroy_expr_list",
"_wasm_destroy_func",
"_wasm_destroy_func_declaration",
"_wasm_destroy_func_fields",
"_wasm_destroy_func_signature",
"_wasm_destroy_func_type",
"_wasm_destroy_global",
"_wasm_destroy_import",
"_wasm_destroy_interpreter_module",
"_wasm_destroy_interpreter_thread",
"_wasm_destroy_memory",
"_wasm_destroy_module",
"_wasm_destroy_opcnt_data",
"_wasm_destroy_optional_export",
"_wasm_destroy_output_buffer",
"_wasm_destroy_raw_module",
"_wasm_destroy_script",
"_wasm_destroy_stack_allocator",
"_wasm_destroy_string_slice",
"_wasm_destroy_table",
"_wasm_destroy_text_list",
"_wasm_destroy_var",
"_wasm_destroy_var_vector_and_elements",
"_wasm_disassemble_module",
"_wasm_empty_string_slice",
"_wasm_ensure_capacity",
"_wasm_extend_elements",
"_wasm_generate_names",
"_wasm_get_export_by_name",
"_wasm_get_func_by_var",
"_wasm_get_func_index_by_var",
"_wasm_get_func_type_by_var",
"_wasm_get_func_type_index_by_decl",
"_wasm_get_func_type_index_by_sig",
"_wasm_get_func_type_index_by_var",
"_wasm_get_global_by_var",
"_wasm_get_global_index_by_var",
"_wasm_get_index_from_var",
"_wasm_get_interpreter_export_by_name",
"_wasm_get_interpreter_import_by_name",
"_wasm_get_libc_allocator",
"_wasm_get_local_index_by_var",
"_wasm_get_memory_by_var",
"_wasm_get_memory_index_by_var",
"_wasm_get_opcode_alignment",
"_wasm_get_table_by_var",
"_wasm_get_table_index_by_var",
"_wasm_hash_entry_is_free",
"_wasm_init_file_stream_from_existing",
"_wasm_init_file_writer",
"_wasm_init_file_writer_existing",
"_wasm_init_interpreter_thread",
"_wasm_init_mem_writer",
"_wasm_init_stack_allocator",
"_wasm_init_stderr_stream",
"_wasm_init_stdio",
"_wasm_init_stdout_stream",
"_wasm_init_stream",
"_wasm_insert_binding",
"_wasm_is_naturally_aligned",
"_wasm_make_type_binding_reverse_mapping",
"_wasm_move_data",
"_wasm_new_ast_buffer_lexer",
"_wasm_new_ast_file_lexer",
"_wasm_new_binary_expr",
"_wasm_new_block_expr",
"_wasm_new_br_expr",
"_wasm_new_br_if_expr",
"_wasm_new_br_table_expr",
"_wasm_new_call_expr",
"_wasm_new_call_indirect_expr",
"_wasm_new_compare_expr",
"_wasm_new_const_expr",
"_wasm_new_convert_expr",
"_wasm_new_current_memory_expr",
"_wasm_new_drop_expr",
"_wasm_new_empty_expr",
"_wasm_new_get_global_expr",
"_wasm_new_get_local_expr",
"_wasm_new_grow_memory_expr",
"_wasm_new_if_expr",
"_wasm_new_load_expr",
"_wasm_new_loop_expr",
"_wasm_new_nop_expr",
"_wasm_new_opcnt_data",
"_wasm_new_return_expr",
"_wasm_new_select_expr",
"_wasm_new_set_global_expr",
"_wasm_new_set_local_expr",
"_wasm_new_store_expr",
"_wasm_new_tee_local_expr",
"_wasm_new_unary_expr",
"_wasm_new_unreachable_expr",
"_wasm_offsetof_allocator_alloc",
"_wasm_offsetof_allocator_destroy",
"_wasm_offsetof_allocator_free",
"_wasm_offsetof_allocator_mark",
"_wasm_offsetof_allocator_print_stats",
"_wasm_offsetof_allocator_realloc",
"_wasm_offsetof_allocator_reset_to_mark",
"_wasm_offsetof_binary_error_handler_on_error",
"_wasm_offsetof_binary_error_handler_user_data",
"_wasm_offsetof_location_filename",
"_wasm_offsetof_location_first_column",
"_wasm_offsetof_location_last_column",
"_wasm_offsetof_location_line",
"_wasm_offsetof_memory_writer_base",
"_wasm_offsetof_memory_writer_buf",
"_wasm_offsetof_output_buffer_allocator",
"_wasm_offsetof_output_buffer_capacity",
"_wasm_offsetof_output_buffer_size",
"_wasm_offsetof_output_buffer_start",
"_wasm_offsetof_read_binary_options_read_debug_names",
"_wasm_offsetof_source_error_handler_on_error",
"_wasm_offsetof_source_error_handler_source_line_max_length",
"_wasm_offsetof_source_error_handler_user_data",
"_wasm_offsetof_stack_allocator_allocator",
"_wasm_offsetof_stream_log_stream",
"_wasm_offsetof_stream_offset",
"_wasm_offsetof_stream_result",
"_wasm_offsetof_stream_writer",
"_wasm_offsetof_string_slice_length",
"_wasm_offsetof_string_slice_start",
"_wasm_offsetof_write_binary_options_canonicalize_lebs",
"_wasm_offsetof_write_binary_options_log_stream",
"_wasm_offsetof_write_binary_options_write_debug_names",
"_wasm_offsetof_writer_move_data",
"_wasm_offsetof_writer_write_data",
"_wasm_parse_ast",
"_wasm_parse_double",
"_wasm_parse_float",
"_wasm_parse_hexdigit",
"_wasm_parse_int32",
"_wasm_parse_int64",
"_wasm_parse_options",
"_wasm_parse_uint64",
"_wasm_print_help",
"_wasm_push_thread_value",
"_wasm_read_binary",
"_wasm_read_binary_ast",
"_wasm_read_binary_interpreter",
"_wasm_read_binary_opcnt",
"_wasm_read_file",
"_wasm_resize_vector",
"_wasm_run_interpreter",
"_wasm_sizeof_allocator",
"_wasm_sizeof_binary_error_handler",
"_wasm_sizeof_location",
"_wasm_sizeof_memory_writer",
"_wasm_sizeof_output_buffer",
"_wasm_sizeof_read_binary_options",
"_wasm_sizeof_script",
"_wasm_sizeof_source_error_handler",
"_wasm_sizeof_stack_allocator",
"_wasm_sizeof_stream",
"_wasm_sizeof_string_slice",
"_wasm_sizeof_write_binary_options",
"_wasm_sizeof_writer",
"_wasm_steal_mem_writer_output_buffer",
"_wasm_string_slices_are_equal",
"_wasm_trace_pc",
"_wasm_visit_func",
"_wasm_write_ast",
"_wasm_write_binary_module",
"_wasm_write_binary_script",
"_wasm_write_binary_spec_script",
"_wasm_write_data",
"_wasm_write_data_at",
"_wasm_write_double_hex",
"_wasm_write_float_hex",
"_wasm_write_memory_dump",
"_wasm_write_output_buffer_to_file",
"_wasm_write_u32",
"_wasm_write_u64",
"_wasm_write_u8",
"_wasm_writef"]
|