Coverage for tests/bindgen/generated/export_resources/__init__.py: 83%
277 statements
« prev ^ index » next coverage.py v7.6.12, created at 2025-02-20 16:25 +0000
« prev ^ index » next coverage.py v7.6.12, created at 2025-02-20 16:25 +0000
1from .exports import exports, my_interface_name
2import importlib_resources
3import pathlib
4from typing import List, Optional, Tuple
5import wasmtime
7class Root:
9 def __init__(self, store: wasmtime.Store) -> None:
10 _handle_table_0: List[Optional[Tuple[int, bool]]] = []
11 _handle_table_free0: List[int] = []
13 def _handle_add_0(entry):
14 if _handle_table_free0:
15 idx = _handle_table_free0.pop()
16 _handle_table_0[idx] = entry
17 return idx
18 else:
19 _handle_table_0.append(entry)
20 return len(_handle_table_0) - 1
21 self._handle_add_0 = _handle_add_0
22 def _handle_remove_0(i):
23 entry = _handle_table_0[i]
24 _handle_table_0[i] = None
25 _handle_table_free0.append(i)
26 return entry
27 self._handle_remove_0 = _handle_remove_0
29 def _handle_get_0(i):
30 return _handle_table_0[i]
31 self._handle_get_0 = _handle_get_0
32 def _resource_new_0(rep):
33 return _handle_add_0((rep, True))
34 _resource_new_0_ty = wasmtime.FuncType([wasmtime.ValType.i32()], [wasmtime.ValType.i32()])
35 trampoline0 = wasmtime.Func(store, _resource_new_0_ty, _resource_new_0)
36 def _resource_rep_0(handle):
37 return _handle_get_0(handle)[0]
38 _resource_rep_0_ty = wasmtime.FuncType([wasmtime.ValType.i32()], [wasmtime.ValType.i32()])
39 trampoline1 = wasmtime.Func(store, _resource_rep_0_ty, _resource_rep_0)
40 def _resource_drop_0(rep):
41 _handle_remove_0(rep)
42 _resource_drop_0_ty = wasmtime.FuncType([wasmtime.ValType.i32()], [])
43 trampoline2 = wasmtime.Func(store, _resource_drop_0_ty, _resource_drop_0)
44 file = importlib_resources.files() / ('root.core39.wasm')
45 if isinstance(file, pathlib.Path):
46 module = wasmtime.Module.from_file(store.engine, file)
47 else:
48 module = wasmtime.Module(store.engine, file.read_bytes())
49 instance0 = wasmtime.Instance(store, module, []).exports(store)
50 file = importlib_resources.files() / ('root.core0.wasm')
51 if isinstance(file, pathlib.Path):
52 module = wasmtime.Module.from_file(store.engine, file)
53 else:
54 module = wasmtime.Module(store.engine, file.read_bytes())
55 instance1 = wasmtime.Instance(store, module, [
56 instance0["0"],
57 instance0["1"],
58 instance0["3"],
59 instance0["4"],
60 instance0["5"],
61 instance0["6"],
62 instance0["7"],
63 instance0["8"],
64 instance0["9"],
65 instance0["10"],
66 instance0["11"],
67 instance0["12"],
68 instance0["13"],
69 instance0["14"],
70 instance0["15"],
71 instance0["16"],
72 instance0["17"],
73 instance0["18"],
74 instance0["19"],
75 instance0["20"],
76 instance0["21"],
77 instance0["22"],
78 instance0["23"],
79 instance0["24"],
80 instance0["25"],
81 instance0["26"],
82 instance0["27"],
83 instance0["28"],
84 instance0["29"],
85 instance0["30"],
86 instance0["31"],
87 instance0["32"],
88 instance0["33"],
89 instance0["34"],
90 instance0["35"],
91 instance0["36"],
92 instance0["37"],
93 instance0["38"],
94 instance0["39"],
95 instance0["40"],
96 instance0["41"],
97 instance0["42"],
98 instance0["43"],
99 instance0["44"],
100 instance0["45"],
101 instance0["46"],
102 instance0["47"],
103 instance0["48"],
104 instance0["49"],
105 instance0["2"],
106 instance0["52"],
107 instance0["53"],
108 instance0["54"],
109 instance0["55"],
110 instance0["56"],
111 instance0["57"],
112 instance0["58"],
113 instance0["59"],
114 instance0["60"],
115 instance0["61"],
116 instance0["62"],
117 instance0["63"],
118 instance0["64"],
119 instance0["65"],
120 instance0["66"],
121 instance0["67"],
122 instance0["68"],
123 instance0["69"],
124 instance0["70"],
125 instance0["71"],
126 instance0["72"],
127 instance0["73"],
128 instance0["74"],
129 instance0["75"],
130 instance0["76"],
131 instance0["77"],
132 instance0["78"],
133 instance0["79"],
134 instance0["80"],
135 instance0["81"],
136 instance0["82"],
137 instance0["83"],
138 instance0["84"],
139 instance0["85"],
140 instance0["86"],
141 instance0["87"],
142 instance0["88"],
143 instance0["89"],
144 instance0["90"],
145 instance0["91"],
146 instance0["92"],
147 instance0["93"],
148 instance0["94"],
149 instance0["95"],
150 instance0["96"],
151 instance0["97"],
152 instance0["98"],
153 instance0["99"],
154 instance0["100"],
155 instance0["101"],
156 instance0["102"],
157 instance0["103"],
158 instance0["104"],
159 instance0["105"],
160 instance0["106"],
161 instance0["107"],
162 instance0["108"],
163 instance0["109"],
164 instance0["110"],
165 instance0["111"],
166 instance0["112"],
167 instance0["113"],
168 instance0["114"],
169 instance0["115"],
170 instance0["116"],
171 instance0["117"],
172 instance0["118"],
173 instance0["119"],
174 instance0["120"],
175 instance0["121"],
176 instance0["122"],
177 instance0["123"],
178 instance0["124"],
179 instance0["125"],
180 instance0["126"],
181 instance0["127"],
182 instance0["128"],
183 instance0["129"],
184 instance0["130"],
185 instance0["131"],
186 instance0["132"],
187 instance0["133"],
188 instance0["134"],
189 instance0["135"],
190 instance0["136"],
191 instance0["137"],
192 instance0["138"],
193 instance0["139"],
194 instance0["140"],
195 instance0["141"],
196 instance0["142"],
197 instance0["143"],
198 instance0["144"],
199 instance0["145"],
200 instance0["146"],
201 instance0["147"],
202 instance0["148"],
203 instance0["149"],
204 instance0["150"],
205 instance0["151"],
206 instance0["152"],
207 instance0["153"],
208 instance0["154"],
209 instance0["155"],
210 instance0["156"],
211 instance0["157"],
212 instance0["158"],
213 instance0["159"],
214 instance0["160"],
215 instance0["161"],
216 instance0["162"],
217 instance0["163"],
218 instance0["164"],
219 instance0["165"],
220 instance0["166"],
221 instance0["167"],
222 instance0["168"],
223 instance0["169"],
224 instance0["170"],
225 instance0["171"],
226 instance0["172"],
227 instance0["173"],
228 instance0["174"],
229 instance0["175"],
230 instance0["176"],
231 instance0["177"],
232 instance0["178"],
233 instance0["179"],
234 instance0["180"],
235 instance0["181"],
236 instance0["182"],
237 instance0["183"],
238 instance0["184"],
239 instance0["50"],
240 instance0["51"],
241 ]).exports(store)
242 file = importlib_resources.files() / ('root.core1.wasm')
243 if isinstance(file, pathlib.Path):
244 module = wasmtime.Module.from_file(store.engine, file)
245 else:
246 module = wasmtime.Module(store.engine, file.read_bytes())
247 instance2 = wasmtime.Instance(store, module, []).exports(store)
248 file = importlib_resources.files() / ('root.core2.wasm')
249 if isinstance(file, pathlib.Path):
250 module = wasmtime.Module.from_file(store.engine, file)
251 else:
252 module = wasmtime.Module(store.engine, file.read_bytes())
253 instance3 = wasmtime.Instance(store, module, []).exports(store)
254 file = importlib_resources.files() / ('root.core3.wasm')
255 if isinstance(file, pathlib.Path):
256 module = wasmtime.Module.from_file(store.engine, file)
257 else:
258 module = wasmtime.Module(store.engine, file.read_bytes())
259 instance4 = wasmtime.Instance(store, module, []).exports(store)
260 file = importlib_resources.files() / ('root.core4.wasm')
261 if isinstance(file, pathlib.Path):
262 module = wasmtime.Module.from_file(store.engine, file)
263 else:
264 module = wasmtime.Module(store.engine, file.read_bytes())
265 instance5 = wasmtime.Instance(store, module, []).exports(store)
266 file = importlib_resources.files() / ('root.core5.wasm')
267 if isinstance(file, pathlib.Path):
268 module = wasmtime.Module.from_file(store.engine, file)
269 else:
270 module = wasmtime.Module(store.engine, file.read_bytes())
271 instance6 = wasmtime.Instance(store, module, []).exports(store)
272 file = importlib_resources.files() / ('root.core6.wasm')
273 if isinstance(file, pathlib.Path):
274 module = wasmtime.Module.from_file(store.engine, file)
275 else:
276 module = wasmtime.Module(store.engine, file.read_bytes())
277 instance7 = wasmtime.Instance(store, module, []).exports(store)
278 file = importlib_resources.files() / ('root.core7.wasm')
279 if isinstance(file, pathlib.Path):
280 module = wasmtime.Module.from_file(store.engine, file)
281 else:
282 module = wasmtime.Module(store.engine, file.read_bytes())
283 instance8 = wasmtime.Instance(store, module, []).exports(store)
284 file = importlib_resources.files() / ('root.core8.wasm')
285 if isinstance(file, pathlib.Path):
286 module = wasmtime.Module.from_file(store.engine, file)
287 else:
288 module = wasmtime.Module(store.engine, file.read_bytes())
289 instance9 = wasmtime.Instance(store, module, []).exports(store)
290 file = importlib_resources.files() / ('root.core9.wasm')
291 if isinstance(file, pathlib.Path):
292 module = wasmtime.Module.from_file(store.engine, file)
293 else:
294 module = wasmtime.Module(store.engine, file.read_bytes())
295 instance10 = wasmtime.Instance(store, module, []).exports(store)
296 file = importlib_resources.files() / ('root.core10.wasm')
297 if isinstance(file, pathlib.Path):
298 module = wasmtime.Module.from_file(store.engine, file)
299 else:
300 module = wasmtime.Module(store.engine, file.read_bytes())
301 instance11 = wasmtime.Instance(store, module, []).exports(store)
302 file = importlib_resources.files() / ('root.core11.wasm')
303 if isinstance(file, pathlib.Path):
304 module = wasmtime.Module.from_file(store.engine, file)
305 else:
306 module = wasmtime.Module(store.engine, file.read_bytes())
307 instance12 = wasmtime.Instance(store, module, []).exports(store)
308 file = importlib_resources.files() / ('root.core12.wasm')
309 if isinstance(file, pathlib.Path):
310 module = wasmtime.Module.from_file(store.engine, file)
311 else:
312 module = wasmtime.Module(store.engine, file.read_bytes())
313 instance13 = wasmtime.Instance(store, module, []).exports(store)
314 file = importlib_resources.files() / ('root.core13.wasm')
315 if isinstance(file, pathlib.Path):
316 module = wasmtime.Module.from_file(store.engine, file)
317 else:
318 module = wasmtime.Module(store.engine, file.read_bytes())
319 instance14 = wasmtime.Instance(store, module, []).exports(store)
320 file = importlib_resources.files() / ('root.core14.wasm')
321 if isinstance(file, pathlib.Path):
322 module = wasmtime.Module.from_file(store.engine, file)
323 else:
324 module = wasmtime.Module(store.engine, file.read_bytes())
325 instance15 = wasmtime.Instance(store, module, []).exports(store)
326 file = importlib_resources.files() / ('root.core15.wasm')
327 if isinstance(file, pathlib.Path):
328 module = wasmtime.Module.from_file(store.engine, file)
329 else:
330 module = wasmtime.Module(store.engine, file.read_bytes())
331 instance16 = wasmtime.Instance(store, module, []).exports(store)
332 file = importlib_resources.files() / ('root.core16.wasm')
333 if isinstance(file, pathlib.Path):
334 module = wasmtime.Module.from_file(store.engine, file)
335 else:
336 module = wasmtime.Module(store.engine, file.read_bytes())
337 instance17 = wasmtime.Instance(store, module, []).exports(store)
338 file = importlib_resources.files() / ('root.core17.wasm')
339 if isinstance(file, pathlib.Path):
340 module = wasmtime.Module.from_file(store.engine, file)
341 else:
342 module = wasmtime.Module(store.engine, file.read_bytes())
343 instance18 = wasmtime.Instance(store, module, []).exports(store)
344 file = importlib_resources.files() / ('root.core18.wasm')
345 if isinstance(file, pathlib.Path):
346 module = wasmtime.Module.from_file(store.engine, file)
347 else:
348 module = wasmtime.Module(store.engine, file.read_bytes())
349 instance19 = wasmtime.Instance(store, module, []).exports(store)
350 file = importlib_resources.files() / ('root.core19.wasm')
351 if isinstance(file, pathlib.Path):
352 module = wasmtime.Module.from_file(store.engine, file)
353 else:
354 module = wasmtime.Module(store.engine, file.read_bytes())
355 instance20 = wasmtime.Instance(store, module, []).exports(store)
356 file = importlib_resources.files() / ('root.core20.wasm')
357 if isinstance(file, pathlib.Path):
358 module = wasmtime.Module.from_file(store.engine, file)
359 else:
360 module = wasmtime.Module(store.engine, file.read_bytes())
361 instance21 = wasmtime.Instance(store, module, []).exports(store)
362 file = importlib_resources.files() / ('root.core21.wasm')
363 if isinstance(file, pathlib.Path):
364 module = wasmtime.Module.from_file(store.engine, file)
365 else:
366 module = wasmtime.Module(store.engine, file.read_bytes())
367 instance22 = wasmtime.Instance(store, module, []).exports(store)
368 file = importlib_resources.files() / ('root.core22.wasm')
369 if isinstance(file, pathlib.Path):
370 module = wasmtime.Module.from_file(store.engine, file)
371 else:
372 module = wasmtime.Module(store.engine, file.read_bytes())
373 instance23 = wasmtime.Instance(store, module, []).exports(store)
374 file = importlib_resources.files() / ('root.core23.wasm')
375 if isinstance(file, pathlib.Path):
376 module = wasmtime.Module.from_file(store.engine, file)
377 else:
378 module = wasmtime.Module(store.engine, file.read_bytes())
379 instance24 = wasmtime.Instance(store, module, []).exports(store)
380 file = importlib_resources.files() / ('root.core24.wasm')
381 if isinstance(file, pathlib.Path):
382 module = wasmtime.Module.from_file(store.engine, file)
383 else:
384 module = wasmtime.Module(store.engine, file.read_bytes())
385 instance25 = wasmtime.Instance(store, module, []).exports(store)
386 file = importlib_resources.files() / ('root.core25.wasm')
387 if isinstance(file, pathlib.Path):
388 module = wasmtime.Module.from_file(store.engine, file)
389 else:
390 module = wasmtime.Module(store.engine, file.read_bytes())
391 instance26 = wasmtime.Instance(store, module, []).exports(store)
392 file = importlib_resources.files() / ('root.core26.wasm')
393 if isinstance(file, pathlib.Path):
394 module = wasmtime.Module.from_file(store.engine, file)
395 else:
396 module = wasmtime.Module(store.engine, file.read_bytes())
397 instance27 = wasmtime.Instance(store, module, []).exports(store)
398 file = importlib_resources.files() / ('root.core27.wasm')
399 if isinstance(file, pathlib.Path):
400 module = wasmtime.Module.from_file(store.engine, file)
401 else:
402 module = wasmtime.Module(store.engine, file.read_bytes())
403 instance28 = wasmtime.Instance(store, module, []).exports(store)
404 file = importlib_resources.files() / ('root.core28.wasm')
405 if isinstance(file, pathlib.Path):
406 module = wasmtime.Module.from_file(store.engine, file)
407 else:
408 module = wasmtime.Module(store.engine, file.read_bytes())
409 instance29 = wasmtime.Instance(store, module, []).exports(store)
410 file = importlib_resources.files() / ('root.core29.wasm')
411 if isinstance(file, pathlib.Path):
412 module = wasmtime.Module.from_file(store.engine, file)
413 else:
414 module = wasmtime.Module(store.engine, file.read_bytes())
415 instance30 = wasmtime.Instance(store, module, [
416 instance1["memory"],
417 instance1["__indirect_function_table"],
418 instance1["libwasi-emulated-getpid.so:memory_base"],
419 instance1["libwasi-emulated-getpid.so:table_base"],
420 ]).exports(store)
421 file = importlib_resources.files() / ('root.core30.wasm')
422 if isinstance(file, pathlib.Path):
423 module = wasmtime.Module.from_file(store.engine, file)
424 else:
425 module = wasmtime.Module(store.engine, file.read_bytes())
426 instance31 = wasmtime.Instance(store, module, []).exports(store)
427 file = importlib_resources.files() / ('root.core31.wasm')
428 if isinstance(file, pathlib.Path):
429 module = wasmtime.Module.from_file(store.engine, file)
430 else:
431 module = wasmtime.Module(store.engine, file.read_bytes())
432 instance32 = wasmtime.Instance(store, module, [
433 instance1["memory"],
434 instance1["__indirect_function_table"],
435 instance1["__stack_pointer"],
436 instance1["libcomponentize_py_runtime.so:memory_base"],
437 instance1["libcomponentize_py_runtime.so:table_base"],
438 instance1["_Py_Dealloc"],
439 instance1["Py_IsInitialized"],
440 instance1["PyImport_AppendInittab"],
441 instance1["PyObject_IsInstance"],
442 instance1["PyErr_WriteUnraisable"],
443 instance1["PyMapping_Keys"],
444 instance1["PyLong_FromUnsignedLongLong"],
445 instance1["PySequence_DelItem"],
446 instance1["wasi_snapshot_preview1:reset_adapter_state"],
447 instance1["__wasilibc_reset_preopens"],
448 instance1["componentize-py#CallIndirect"],
449 instance1["memcpy"],
450 instance1["PyLong_FromLongLong"],
451 instance1["PyObject_CallNoArgs"],
452 instance1["PyObject_VectorcallMethod"],
453 instance1["PyTuple_New"],
454 instance1["PyImport_Import"],
455 instance1["PySequence_Check"],
456 instance1["PySequence_Size"],
457 instance1["PyObject_Call"],
458 instance1["PyThreadState_Get"],
459 instance1["PyCallable_Check"],
460 instance1["_Py_CheckFunctionResult"],
461 instance1["_PyObject_MakeTpCall"],
462 instance1["PyList_New"],
463 instance1["PyBytes_FromStringAndSize"],
464 instance1["PyBytes_AsString"],
465 instance1["memset"],
466 instance1["memcmp"],
467 instance1["wasi:cli/environment@0.2.0:get-environment"],
468 instance1["wasi:cli/environment@0.2.0:get-arguments"],
469 instance1["PyObject_Repr"],
470 instance1["PyObject_Str"],
471 instance1["PyUnicode_FromStringAndSize"],
472 instance1["PyErr_SetRaisedException"],
473 instance1["PyType_GetName"],
474 instance1["PyNumber_Negative"],
475 instance1["PyNumber_Positive"],
476 instance1["PyNumber_Absolute"],
477 instance1["PyNumber_Invert"],
478 instance1["PyObject_IsTrue"],
479 instance1["PyObject_Size"],
480 instance1["PyObject_GetIter"],
481 instance1["PyObject_Hash"],
482 instance1["PyObject_Dir"],
483 instance1["PyByteArray_Size"],
484 instance1["PyByteArray_AsString"],
485 instance1["PyByteArray_Resize"],
486 instance1["PyByteArray_FromObject"],
487 instance1["PyBytes_Size"],
488 instance1["PyCapsule_SetContext"],
489 instance1["PyCapsule_GetContext"],
490 instance1["PyCapsule_GetName"],
491 instance1["PyErr_Clear"],
492 instance1["PyCapsule_GetPointer"],
493 instance1["PyCapsule_IsValid"],
494 instance1["strlen"],
495 instance1["PyType_IsSubtype"],
496 instance1["PyComplex_RealAsDouble"],
497 instance1["PyComplex_ImagAsDouble"],
498 instance1["PyGILState_Release"],
499 instance1["PyDict_Copy"],
500 instance1["PyDict_Clear"],
501 instance1["PyDict_Keys"],
502 instance1["PyDict_Values"],
503 instance1["PyDict_Items"],
504 instance1["PyDict_Update"],
505 instance1["PyDict_Merge"],
506 instance1["PyObject_LengthHint"],
507 instance1["PyIter_Next"],
508 instance1["PyList_GetItem"],
509 instance1["PyList_GetSlice"],
510 instance1["PyList_Sort"],
511 instance1["PyList_Reverse"],
512 instance1["PyList_AsTuple"],
513 instance1["PyMemoryView_FromObject"],
514 instance1["PyModule_GetDict"],
515 instance1["PyErr_GivenExceptionMatches"],
516 instance1["PyModule_GetNameObject"],
517 instance1["PyModule_GetFilenameObject"],
518 instance1["PyObject_GetAttr"],
519 instance1["PySet_Pop"],
520 instance1["PySlice_Unpack"],
521 instance1["PySlice_AdjustIndices"],
522 instance1["PyUnicode_AsUTF8AndSize"],
523 instance1["PyUnicode_AsUTF8String"],
524 instance1["PyUnicode_AsEncodedString"],
525 instance1["PyTraceBack_Print"],
526 instance1["PyTuple_GetSlice"],
527 instance1["PyTuple_GetItem"],
528 instance1["PySequence_List"],
529 instance1["PyType_GetQualName"],
530 instance1["PyObject_IsSubclass"],
531 instance1["PyErr_SetString"],
532 instance1["PyWeakref_GetObject"],
533 instance1["PyNumber_Add"],
534 instance1["PyNumber_Subtract"],
535 instance1["PyNumber_Multiply"],
536 instance1["PyNumber_TrueDivide"],
537 instance1["PyException_GetTraceback"],
538 instance1["PyException_SetTraceback"],
539 instance1["PyErr_GetRaisedException"],
540 instance1["PyErr_PrintEx"],
541 instance1["PyErr_NewExceptionWithDoc"],
542 instance1["PyErr_DisplayException"],
543 instance1["PyErr_WarnEx"],
544 instance1["PyErr_WarnExplicit"],
545 instance1["PyException_GetCause"],
546 instance1["PyException_SetCause"],
547 instance1["PyErr_Print"],
548 instance1["PyFloat_FromDouble"],
549 instance1["PyModule_New"],
550 instance1["Py_CompileStringExFlags"],
551 instance1["PyImport_ExecCodeModuleEx"],
552 instance1["PyList_Append"],
553 instance1["PyErr_SetObject"],
554 instance1["PyUnicode_InternInPlace"],
555 instance1["PyModule_Create2"],
556 instance1["PySequence_SetItem"],
557 instance1["PySequence_Count"],
558 instance1["PySequence_Contains"],
559 instance1["PySequence_Index"],
560 instance1["PySet_New"],
561 instance1["PySet_Contains"],
562 instance1["PySet_Discard"],
563 instance1["PySet_Add"],
564 instance1["PySet_Size"],
565 instance1["PyWeakref_NewProxy"],
566 instance1["PyUnicode_DecodeFSDefaultAndSize"],
567 instance1["PyUnicode_EncodeFSDefault"],
568 instance1["PyOS_FSPath"],
569 instance1["PyUnicodeDecodeError_Create"],
570 instance1["PyGILState_Ensure"],
571 instance1["PyEval_SaveThread"],
572 instance1["PyEval_RestoreThread"],
573 instance1["PyLong_FromLong"],
574 instance1["PyLong_AsLong"],
575 instance1["PyLong_AsLongLong"],
576 instance1["PyLong_AsUnsignedLongLong"],
577 instance1["PyNumber_Index"],
578 instance1["PyImport_AddModule"],
579 instance1["PyDict_Contains"],
580 instance1["PyEval_GetBuiltins"],
581 instance1["PyDict_SetItem"],
582 instance1["PyEval_EvalCode"],
583 instance1["Py_GetVersion"],
584 instance1["PyErr_CheckSignals"],
585 instance1["PyCMethod_New"],
586 instance1["PyUnicode_FromEncodedObject"],
587 instance1["PyType_FromSpec"],
588 instance1["_PyLong_FromByteArray"],
589 instance1["PyObject_SetAttrString"],
590 instance1["PyLong_FromSsize_t"],
591 instance1["PyObject_GetItem"],
592 instance1["PyObject_SetItem"],
593 instance1["PyObject_DelItem"],
594 instance1["PyIter_Check"],
595 instance1["memmove"],
596 instance1["PyInterpreterState_Get"],
597 instance1["PyInterpreterState_GetID"],
598 instance1["PySlice_New"],
599 instance1["PyObject_SetAttr"],
600 instance1["PyObject_RichCompare"],
601 instance1["PyNumber_Divmod"],
602 instance1["PyNumber_Power"],
603 instance1["PyByteArray_FromStringAndSize"],
604 instance1["PyDict_New"],
605 instance1["PyDict_MergeFromSeq2"],
606 instance1["PyDict_GetItemWithError"],
607 instance1["PyErr_Occurred"],
608 instance1["PyDict_DelItem"],
609 instance1["_PyLong_AsByteArray"],
610 instance1["PyNumber_MatrixMultiply"],
611 instance1["PyNumber_FloorDivide"],
612 instance1["PyNumber_Remainder"],
613 instance1["PyNumber_Lshift"],
614 instance1["PyNumber_Rshift"],
615 instance1["PyNumber_And"],
616 instance1["PyNumber_Or"],
617 instance1["PyNumber_Xor"],
618 instance1["Py_InitializeEx"],
619 instance1["PyComplex_FromDoubles"],
620 instance1["_PyLong_NumBits"],
621 instance1["PyFloat_AsDouble"],
622 instance1["PyFrozenSet_New"],
623 instance1["PyList_SetItem"],
624 instance1["PyList_Insert"],
625 instance1["PyWeakref_NewRef"],
626 instance1["PyCapsule_Import"],
627 instance1["log"],
628 instance1["exp"],
629 instance1["cbrt"],
630 instance1["log2"],
631 instance1["__wasilibc_find_relpath"],
632 instance1["close"],
633 instance1["posix_memalign"],
634 instance1["malloc"],
635 instance1["free"],
636 instance1["realloc"],
637 instance1["calloc"],
638 instance1["setenv"],
639 instance1["unsetenv"],
640 instance1["getenv"],
641 instance1["chdir"],
642 instance1["strerror_r"],
643 instance1["getcwd"],
644 instance1["__wasilibc_get_environ"],
645 instance1["exit"],
646 instance1["abort"],
647 instance1["wasi_snapshot_preview1:args_get"],
648 instance1["wasi_snapshot_preview1:args_sizes_get"],
649 instance1["wasi_snapshot_preview1:environ_get"],
650 instance1["wasi_snapshot_preview1:environ_sizes_get"],
651 instance1["wasi_snapshot_preview1:clock_res_get"],
652 instance1["wasi_snapshot_preview1:clock_time_get"],
653 instance1["wasi_snapshot_preview1:fd_advise"],
654 instance1["wasi_snapshot_preview1:fd_allocate"],
655 instance1["wasi_snapshot_preview1:fd_close"],
656 instance1["wasi_snapshot_preview1:fd_datasync"],
657 instance1["wasi_snapshot_preview1:fd_fdstat_get"],
658 instance1["wasi_snapshot_preview1:fd_fdstat_set_flags"],
659 instance1["wasi_snapshot_preview1:fd_fdstat_set_rights"],
660 instance1["wasi_snapshot_preview1:fd_filestat_get"],
661 instance1["wasi_snapshot_preview1:fd_filestat_set_size"],
662 instance1["wasi_snapshot_preview1:fd_filestat_set_times"],
663 instance1["wasi_snapshot_preview1:fd_pread"],
664 instance1["wasi_snapshot_preview1:fd_prestat_get"],
665 instance1["wasi_snapshot_preview1:fd_prestat_dir_name"],
666 instance1["wasi_snapshot_preview1:fd_pwrite"],
667 instance1["wasi_snapshot_preview1:fd_read"],
668 instance1["wasi_snapshot_preview1:fd_readdir"],
669 instance1["wasi_snapshot_preview1:fd_renumber"],
670 instance1["wasi_snapshot_preview1:fd_seek"],
671 instance1["wasi_snapshot_preview1:fd_sync"],
672 instance1["wasi_snapshot_preview1:fd_tell"],
673 instance1["wasi_snapshot_preview1:fd_write"],
674 instance1["wasi_snapshot_preview1:path_create_directory"],
675 instance1["wasi_snapshot_preview1:path_filestat_get"],
676 instance1["wasi_snapshot_preview1:path_filestat_set_times"],
677 instance1["wasi_snapshot_preview1:path_link"],
678 instance1["wasi_snapshot_preview1:path_open"],
679 instance1["wasi_snapshot_preview1:path_readlink"],
680 instance1["wasi_snapshot_preview1:path_remove_directory"],
681 instance1["wasi_snapshot_preview1:path_rename"],
682 instance1["wasi_snapshot_preview1:path_symlink"],
683 instance1["wasi_snapshot_preview1:path_unlink_file"],
684 instance1["wasi_snapshot_preview1:poll_oneoff"],
685 instance1["wasi_snapshot_preview1:proc_exit"],
686 instance1["wasi_snapshot_preview1:proc_raise"],
687 instance1["wasi_snapshot_preview1:sched_yield"],
688 instance1["wasi_snapshot_preview1:random_get"],
689 instance1["wasi_snapshot_preview1:sock_accept"],
690 instance1["wasi_snapshot_preview1:sock_recv"],
691 instance1["wasi_snapshot_preview1:sock_send"],
692 instance1["wasi_snapshot_preview1:sock_shutdown"],
693 instance1["libcomponentize_py_runtime.so:PyExc_SystemError"],
694 instance1["libcomponentize_py_runtime.so:PyInit_componentize_py_runtime"],
695 instance1["libcomponentize_py_runtime.so:__rust_no_alloc_shim_is_unstable"],
696 instance1["libcomponentize_py_runtime.so:_ZN6anyhow5error60_$LT$impl$u20$core..fmt..Debug$u20$for$u20$anyhow..Error$GT$3fmt17h94bd2c8dc4d8b4b9E"],
697 instance1["libcomponentize_py_runtime.so:_Py_NoneStruct"],
698 instance1["libcomponentize_py_runtime.so:_Py_FalseStruct"],
699 instance1["libcomponentize_py_runtime.so:_Py_TrueStruct"],
700 instance1["libcomponentize_py_runtime.so:_ZN53_$LT$pyo3..err..PyErr$u20$as$u20$core..fmt..Debug$GT$3fmt17he5fae13af032ffa3E"],
701 instance1["libcomponentize_py_runtime.so:PyExc_TypeError"],
702 instance1["libcomponentize_py_runtime.so:_ZN55_$LT$pyo3..err..PyErr$u20$as$u20$core..fmt..Display$GT$3fmt17h5e6ff7465d4c5e06E"],
703 instance1["libcomponentize_py_runtime.so:cabi_realloc"],
704 instance1["libcomponentize_py_runtime.so:PyComplex_Type"],
705 instance1["libcomponentize_py_runtime.so:PyExc_AttributeError"],
706 instance1["libcomponentize_py_runtime.so:_PyWeakref_RefType"],
707 instance1["libcomponentize_py_runtime.so:_PyWeakref_ProxyType"],
708 instance1["libcomponentize_py_runtime.so:_PyWeakref_CallableProxyType"],
709 instance1["libcomponentize_py_runtime.so:PyExc_BlockingIOError"],
710 instance1["libcomponentize_py_runtime.so:PyExc_RuntimeError"],
711 instance1["libcomponentize_py_runtime.so:PyExc_OSError"],
712 instance1["libcomponentize_py_runtime.so:PyExc_ValueError"],
713 instance1["libcomponentize_py_runtime.so:PyExc_FileExistsError"],
714 instance1["libcomponentize_py_runtime.so:PyExc_BrokenPipeError"],
715 instance1["libcomponentize_py_runtime.so:PyExc_ConnectionAbortedError"],
716 instance1["libcomponentize_py_runtime.so:PyExc_FileNotFoundError"],
717 instance1["libcomponentize_py_runtime.so:PyExc_UnicodeDecodeError"],
718 instance1["libcomponentize_py_runtime.so:PyExc_TimeoutError"],
719 instance1["libcomponentize_py_runtime.so:PyExc_PermissionError"],
720 instance1["libcomponentize_py_runtime.so:PyExc_ConnectionResetError"],
721 instance1["libcomponentize_py_runtime.so:PyExc_InterruptedError"],
722 instance1["libcomponentize_py_runtime.so:PyExc_ConnectionRefusedError"],
723 instance1["libcomponentize_py_runtime.so:PyByteArray_Type"],
724 instance1["libcomponentize_py_runtime.so:_ZN8pyo3_ffi8datetime18PyDateTimeAPI_impl17hb4adfb35473d18cfE"],
725 instance1["libcomponentize_py_runtime.so:PyModule_Type"],
726 instance1["libcomponentize_py_runtime.so:PySuper_Type"],
727 instance1["libcomponentize_py_runtime.so:PyExc_BaseException"],
728 instance1["libcomponentize_py_runtime.so:PyBool_Type"],
729 instance1["libcomponentize_py_runtime.so:PyExc_OverflowError"],
730 instance1["libcomponentize_py_runtime.so:_ZN3std4hash6random11RandomState3new4KEYS28_$u7b$$u7b$closure$u7d$$u7d$3VAL17h7cf73dd687db3236E"],
731 instance1["libcomponentize_py_runtime.so:PyObject_GenericSetDict"],
732 instance1["libcomponentize_py_runtime.so:PyObject_GenericGetDict"],
733 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num3imp54_$LT$impl$u20$core..fmt..Display$u20$for$u20$usize$GT$3fmt17h489fff550716ce3cE"],
734 instance1["libcomponentize_py_runtime.so:PyExc_ImportError"],
735 instance1["libcomponentize_py_runtime.so:PyBaseObject_Type"],
736 instance1["libcomponentize_py_runtime.so:PyType_GenericAlloc"],
737 instance1["libcomponentize_py_runtime.so:PyFloat_Type"],
738 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num3imp54_$LT$impl$u20$core..fmt..Display$u20$for$u20$isize$GT$3fmt17h08d6f2bcc208e04dE"],
739 instance1["libcomponentize_py_runtime.so:_CLOCK_MONOTONIC"],
740 instance1["libcomponentize_py_runtime.so:_CLOCK_PROCESS_CPUTIME_ID"],
741 instance1["libcomponentize_py_runtime.so:_CLOCK_REALTIME"],
742 instance1["libcomponentize_py_runtime.so:_CLOCK_THREAD_CPUTIME_ID"],
743 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17he2e19476b472642cE"],
744 instance1["libcomponentize_py_runtime.so:_ZN56_$LT$anyhow..ensure..Buf$u20$as$u20$core..fmt..Write$GT$9write_str17hbfb018783fef5b78E"],
745 instance1["libcomponentize_py_runtime.so:_ZN66_$LT$anyhow..wrapper..BoxedError$u20$as$u20$core..fmt..Display$GT$3fmt17h7ca820186e5df61aE"],
746 instance1["libcomponentize_py_runtime.so:_ZN64_$LT$anyhow..wrapper..BoxedError$u20$as$u20$core..fmt..Debug$GT$3fmt17hb738f9f81e946087E"],
747 instance1["libcomponentize_py_runtime.so:_ZN66_$LT$anyhow..wrapper..BoxedError$u20$as$u20$core..error..Error$GT$6source17h613ef3bcf952323cE"],
748 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h3a90b0ce5303a883E"],
749 instance1["libcomponentize_py_runtime.so:_ZN112_$LT$$LT$std..path..Components$u20$as$u20$core..fmt..Debug$GT$..fmt..DebugHelper$u20$as$u20$core..fmt..Debug$GT$3fmt17hbd07695bdbe964c4E"],
750 instance1["libcomponentize_py_runtime.so:_ZN106_$LT$$LT$std..path..Iter$u20$as$u20$core..fmt..Debug$GT$..fmt..DebugHelper$u20$as$u20$core..fmt..Debug$GT$3fmt17h3f92d0c023bcce2eE"],
751 instance1["libcomponentize_py_runtime.so:errno"],
752 instance1["libcomponentize_py_runtime.so:__rust_alloc_error_handler_should_panic"],
753 instance1["libcomponentize_py_runtime.so:_ZN3std6thread7current2id2ID17h2500b4255e55e1deE"],
754 instance1["libcomponentize_py_runtime.so:_ZN3std6thread7current7CURRENT17hd12783af172970a3E"],
755 instance1["libcomponentize_py_runtime.so:_ZN57_$LT$core..fmt..Arguments$u20$as$u20$core..fmt..Debug$GT$3fmt17h48174b1c0242081dE"],
756 instance1["libcomponentize_py_runtime.so:_ZN3std2io5stdio6stderr8INSTANCE17hdd6de04f3a4451edE"],
757 instance1["libcomponentize_py_runtime.so:_ZN60_$LT$std..io..error..Error$u20$as$u20$core..fmt..Display$GT$3fmt17hba364255b85d11a6E"],
758 instance1["libcomponentize_py_runtime.so:_ZN56_$LT$std..thread..Thread$u20$as$u20$core..fmt..Debug$GT$3fmt17h9a309dbc3e57a108E"],
759 instance1["libcomponentize_py_runtime.so:_ZN3std6thread9spawnhook11SPAWN_HOOKS28_$u7b$$u7b$closure$u7d$$u7d$3VAL17hcc47de0d1bee4d81E"],
760 instance1["libcomponentize_py_runtime.so:_ZN3std9panicking11panic_count18GLOBAL_PANIC_COUNT17h14480cde15ba3055E"],
761 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$i32$GT$3fmt17hd6114310ccf531b9E"],
762 instance1["libcomponentize_py_runtime.so:_ZN3std4sync4mpmc5waker17current_thread_id5DUMMY28_$u7b$$u7b$closure$u7d$$u7d$3VAL17hf0f00c1e115534c7E"],
763 instance1["libcomponentize_py_runtime.so:_ZN79_$LT$std..backtrace_rs..symbolize..SymbolName$u20$as$u20$core..fmt..Display$GT$3fmt17h4ccff03dca5a8d12E"],
764 instance1["libcomponentize_py_runtime.so:_ZN63_$LT$std..ffi..os_str..OsString$u20$as$u20$core..fmt..Debug$GT$3fmt17h37303df8df9336eeE"],
765 instance1["libcomponentize_py_runtime.so:_ZN256_$LT$alloc..boxed..convert..$LT$impl$u20$core..convert..From$LT$alloc..string..String$GT$$u20$for$u20$alloc..boxed..Box$LT$dyn$u20$core..error..Error$u2b$core..marker..Sync$u2b$core..marker..Send$GT$$GT$..from..StringError$u20$as$u20$core..fmt..Display$GT$3fmt17h8a67c98662c49e1aE"],
766 instance1["libcomponentize_py_runtime.so:_ZN254_$LT$alloc..boxed..convert..$LT$impl$u20$core..convert..From$LT$alloc..string..String$GT$$u20$for$u20$alloc..boxed..Box$LT$dyn$u20$core..error..Error$u2b$core..marker..Sync$u2b$core..marker..Send$GT$$GT$..from..StringError$u20$as$u20$core..fmt..Debug$GT$3fmt17h3fa1391424a7f208E"],
767 instance1["libcomponentize_py_runtime.so:_ZN256_$LT$alloc..boxed..convert..$LT$impl$u20$core..convert..From$LT$alloc..string..String$GT$$u20$for$u20$alloc..boxed..Box$LT$dyn$u20$core..error..Error$u2b$core..marker..Sync$u2b$core..marker..Send$GT$$GT$..from..StringError$u20$as$u20$core..error..Error$GT$11description17he7337e4540246fbfE"],
768 instance1["libcomponentize_py_runtime.so:_ZN73_$LT$std..sys_common..process..CommandEnv$u20$as$u20$core..fmt..Debug$GT$3fmt17h86c1a849b4c18c2cE"],
769 instance1["libcomponentize_py_runtime.so:_ZN63_$LT$wasi..lib_generated..Errno$u20$as$u20$core..fmt..Debug$GT$3fmt17h0df3feaddbb8e3bdE"],
770 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$u16$GT$3fmt17h87bf0a9238d9be6eE"],
771 instance1["libcomponentize_py_runtime.so:_ZN73_$LT$std..sys..pal..wasi..os..EnvStrDebug$u20$as$u20$core..fmt..Debug$GT$3fmt17hfa77bb4c0f4138ecE"],
772 instance1["libcomponentize_py_runtime.so:_ZN65_$LT$std..sys..pal..wasi..os..Env$u20$as$u20$core..fmt..Debug$GT$3fmt17he49d924ea17f457bE"],
773 instance1["libcomponentize_py_runtime.so:_ZN68_$LT$std..sys..pal..wasi..args..Args$u20$as$u20$core..fmt..Debug$GT$3fmt17h71c1222c441c673fE"],
774 instance1["libcomponentize_py_runtime.so:_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17hfa18e4c0a907541eE"],
775 instance1["libcomponentize_py_runtime.so:_ZN98_$LT$std..sys..backtrace..BacktraceLock..print..DisplayBacktrace$u20$as$u20$core..fmt..Display$GT$3fmt17h905271c9236184cbE"],
776 instance1["libcomponentize_py_runtime.so:_ZN92_$LT$std..panicking..begin_panic_handler..StaticStrPayload$u20$as$u20$core..fmt..Display$GT$3fmt17h72fc443e08dca3dbE"],
777 instance1["libcomponentize_py_runtime.so:_ZN99_$LT$std..panicking..begin_panic_handler..StaticStrPayload$u20$as$u20$core..panic..PanicPayload$GT$8take_box17h2f5764162976cbb6E"],
778 instance1["libcomponentize_py_runtime.so:_ZN95_$LT$std..panicking..begin_panic_handler..FormatStringPayload$u20$as$u20$core..fmt..Display$GT$3fmt17h8ccff0243b0e20c7E"],
779 instance1["libcomponentize_py_runtime.so:_ZN102_$LT$std..panicking..begin_panic_handler..FormatStringPayload$u20$as$u20$core..panic..PanicPayload$GT$8take_box17hf35b00560506f6d0E"],
780 instance1["libcomponentize_py_runtime.so:_ZN102_$LT$std..panicking..begin_panic_handler..FormatStringPayload$u20$as$u20$core..panic..PanicPayload$GT$3get17h6aaf6f1496bce847E"],
781 instance1["libcomponentize_py_runtime.so:_ZN54_$LT$std..fs..FileType$u20$as$u20$core..fmt..Debug$GT$3fmt17h78ba7b8fa5015321E"],
782 instance1["libcomponentize_py_runtime.so:_ZN58_$LT$std..time..SystemTime$u20$as$u20$core..fmt..Debug$GT$3fmt17h50142b892b6ed91cE"],
783 instance1["libcomponentize_py_runtime.so:_ZN55_$LT$std..path..PathBuf$u20$as$u20$core..fmt..Debug$GT$3fmt17hedb88436bbe914fcE"],
784 instance1["libcomponentize_py_runtime.so:_ZN3std9panicking4HOOK17hd7044fccb070540fE"],
785 instance1["libcomponentize_py_runtime.so:_ZN69_$LT$std..sys..pal..wasi..stdio..Stderr$u20$as$u20$std..io..Write$GT$5write17h5909554ed492b60eE"],
786 instance1["libcomponentize_py_runtime.so:_ZN69_$LT$std..sys..pal..wasi..stdio..Stderr$u20$as$u20$std..io..Write$GT$14write_vectored17hc8888b74f5cd61aeE"],
787 instance1["libcomponentize_py_runtime.so:_ZN89_$LT$std..panicking..rust_panic_without_hook..RewrapBox$u20$as$u20$core..fmt..Display$GT$3fmt17he32529e050e29d3dE"],
788 instance1["libcomponentize_py_runtime.so:_ZN96_$LT$std..panicking..rust_panic_without_hook..RewrapBox$u20$as$u20$core..panic..PanicPayload$GT$8take_box17h56b70b040b42e50cE"],
789 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h90c342341c7b0ce5E"],
790 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num3imp51_$LT$impl$u20$core..fmt..Display$u20$for$u20$u8$GT$3fmt17h553742713efd3d1bE"],
791 instance1["libcomponentize_py_runtime.so:_ZN4core3num7flt2dec8strategy5grisu12CACHED_POW1017h7692f94ae90a763fE"],
792 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hf9f3b84e28ca39e6E"],
793 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$u32$GT$3fmt17h7a42ab312c5ec006E"],
794 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num55_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$usize$GT$3fmt17h41315f45ff50684fE"],
795 instance1["libcomponentize_py_runtime.so:_ZN59_$LT$core..fmt..Arguments$u20$as$u20$core..fmt..Display$GT$3fmt17h38e7200d8e8b0479E"],
796 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$u8$GT$3fmt17hd038c2aeb36616d2E"],
797 instance1["libcomponentize_py_runtime.so:_ZN60_$LT$core..str..lossy..Debug$u20$as$u20$core..fmt..Debug$GT$3fmt17h6316fb8264d10f42E"],
798 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9lowercase17BITSET_CHUNKS_MAP17he4ed0506af830fb3E"],
799 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9lowercase19BITSET_INDEX_CHUNKS17h278ee97a9058cbc3E"],
800 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9lowercase14BITSET_MAPPING17h62bcf1262284cb04E"],
801 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9lowercase16BITSET_CANONICAL17h63226014346da8f5E"],
802 instance1["libcomponentize_py_runtime.so:_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h64ab2f0486dd37f7E"],
803 instance1["libcomponentize_py_runtime.so:_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$10write_char17ha19b267463a56771E"],
804 instance1["libcomponentize_py_runtime.so:_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17h14e7e418f5fe6c39E"],
805 instance1["libcomponentize_py_runtime.so:_ZN63_$LT$core..cell..BorrowMutError$u20$as$u20$core..fmt..Debug$GT$3fmt17hb2d74b452a608284E"],
806 instance1["libcomponentize_py_runtime.so:_ZN60_$LT$core..cell..BorrowError$u20$as$u20$core..fmt..Debug$GT$3fmt17h6324ba5d7e4a4ab9E"],
807 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$u32$GT$3fmt17haa4a6fec090f618dE"],
808 instance1["libcomponentize_py_runtime.so:_ZN70_$LT$core..slice..ascii..EscapeAscii$u20$as$u20$core..fmt..Display$GT$3fmt17h1fbfb32891f00601E"],
809 instance1["libcomponentize_py_runtime.so:_ZN67_$LT$core..net..ip_addr..Ipv4Addr$u20$as$u20$core..fmt..Display$GT$3fmt17hf2861ca3ee3df41bE"],
810 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt5float50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$f64$GT$3fmt17h0bdfa53dbc6b594aE"],
811 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt5float50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$f32$GT$3fmt17h986b8ca26caf1bddE"],
812 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num54_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$u128$GT$3fmt17he522b0de242a2ccaE"],
813 instance1["libcomponentize_py_runtime.so:_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$u8$GT$3fmt17h9a6074995c5ecf04E"],
814 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9uppercase17BITSET_CHUNKS_MAP17h48af9fbac1a49846E"],
815 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9uppercase19BITSET_INDEX_CHUNKS17h423c71b6c14daabdE"],
816 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9uppercase14BITSET_MAPPING17hf7b8a08139220617E"],
817 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9uppercase16BITSET_CANONICAL17he16b658fc10964d4E"],
818 ]).exports(store)
819 file = importlib_resources.files() / ('root.core32.wasm')
820 if isinstance(file, pathlib.Path):
821 module = wasmtime.Module.from_file(store.engine, file)
822 else:
823 module = wasmtime.Module(store.engine, file.read_bytes())
824 instance33 = wasmtime.Instance(store, module, [
825 instance1["memory"],
826 instance1["__indirect_function_table"],
827 instance1["__stack_pointer"],
828 instance1["libpython3.12.so:memory_base"],
829 instance1["libpython3.12.so:table_base"],
830 instance1["strlen"],
831 instance1["strncpy"],
832 instance1["strncmp"],
833 instance1["strcmp"],
834 instance1["strchr"],
835 instance1["strcpy"],
836 instance1["strpbrk"],
837 instance1["sprintf"],
838 instance1["fflush"],
839 instance1["fputs"],
840 instance1["clearerr"],
841 instance1["fgets"],
842 instance1["feof"],
843 instance1["fileno"],
844 instance1["isatty"],
845 instance1["memcpy"],
846 instance1["fopencookie"],
847 instance1["fclose"],
848 instance1["memcmp"],
849 instance1["tolower"],
850 instance1["isxdigit"],
851 instance1["getc"],
852 instance1["ungetc"],
853 instance1["memchr"],
854 instance1["ftell"],
855 instance1["lseek"],
856 instance1["strcspn"],
857 instance1["read"],
858 instance1["memset"],
859 instance1["memrchr"],
860 instance1["memmove"],
861 instance1["hypot"],
862 instance1["atan2"],
863 instance1["pow"],
864 instance1["log"],
865 instance1["exp"],
866 instance1["sin"],
867 instance1["cos"],
868 instance1["frexp"],
869 instance1["modf"],
870 instance1["ldexp"],
871 instance1["fmod"],
872 instance1["round"],
873 instance1["strtol"],
874 instance1["fprintf"],
875 instance1["fwrite"],
876 instance1["fputc"],
877 instance1["ferror"],
878 instance1["malloc"],
879 instance1["calloc"],
880 instance1["realloc"],
881 instance1["free"],
882 instance1["wcslen"],
883 instance1["strrchr"],
884 instance1["wcscmp"],
885 instance1["wmemchr"],
886 instance1["wmemcmp"],
887 instance1["snprintf"],
888 instance1["strerror"],
889 instance1["getenv"],
890 instance1["wcschr"],
891 instance1["setvbuf"],
892 instance1["puts"],
893 instance1["printf"],
894 instance1["wcstok"],
895 instance1["strtoul"],
896 instance1["wcstol"],
897 instance1["setlocale"],
898 instance1["fread"],
899 instance1["vsnprintf"],
900 instance1["wcscpy"],
901 instance1["wcsrchr"],
902 instance1["wcsncpy"],
903 instance1["wcsncmp"],
904 instance1["nl_langinfo"],
905 instance1["setenv"],
906 instance1["exit"],
907 instance1["vfprintf"],
908 instance1["abort"],
909 instance1["signal"],
910 instance1["fcntl"],
911 instance1["rewind"],
912 instance1["clock_gettime"],
913 instance1["clock_getres"],
914 instance1["localtime_r"],
915 instance1["gmtime_r"],
916 instance1["getentropy"],
917 instance1["close"],
918 instance30["getpid"],
919 instance1["open"],
920 instance1["fdopen"],
921 instance1["confstr"],
922 instance1["localeconv"],
923 instance1["mbstowcs"],
924 instance1["mbrtowc"],
925 instance1["fstat"],
926 instance1["stat"],
927 instance1["wcstombs"],
928 instance1["fopen"],
929 instance1["write"],
930 instance1["readlink"],
931 instance1["realpath"],
932 instance1["getcwd"],
933 instance1["ioctl"],
934 instance1["dlopen"],
935 instance1["dlerror"],
936 instance1["dlsym"],
937 instance1["acos"],
938 instance1["acosh"],
939 instance1["asin"],
940 instance1["asinh"],
941 instance1["atan"],
942 instance1["atanh"],
943 instance1["cbrt"],
944 instance1["cosh"],
945 instance1["erf"],
946 instance1["erfc"],
947 instance1["expm1"],
948 instance1["log10"],
949 instance1["log2"],
950 instance1["sinh"],
951 instance1["tan"],
952 instance1["tanh"],
953 instance1["fma"],
954 instance1["nextafter"],
955 instance1["log1p"],
956 instance1["explicit_bzero"],
957 instance1["strncat"],
958 instance1["crypt_r"],
959 instance1["poll"],
960 instance1["select"],
961 instance1["inet_ntop"],
962 instance1["gethostbyname"],
963 instance1["gethostbyaddr"],
964 instance1["getservbyname"],
965 instance1["ntohs"],
966 instance1["htons"],
967 instance1["getservbyport"],
968 instance1["getprotobyname"],
969 instance1["ntohl"],
970 instance1["htonl"],
971 instance1["inet_aton"],
972 instance1["inet_pton"],
973 instance1["getaddrinfo"],
974 instance1["gai_strerror"],
975 instance1["freeaddrinfo"],
976 instance1["getnameinfo"],
977 instance1["hstrerror"],
978 instance1["getsockname"],
979 instance1["socket"],
980 instance1["getsockopt"],
981 instance1["bind"],
982 instance1["getpeername"],
983 instance1["listen"],
984 instance1["setsockopt"],
985 instance1["shutdown"],
986 instance1["accept4"],
987 instance1["accept"],
988 instance1["connect"],
989 instance1["recv"],
990 instance1["recvfrom"],
991 instance1["send"],
992 instance1["sendto"],
993 instance1["raise"],
994 instance1["_exit"],
995 instance1["faccessat"],
996 instance1["access"],
997 instance1["chdir"],
998 instance1["fchmod"],
999 instance1["fchmodat"],
1000 instance1["chmod"],
1001 instance1["linkat"],
1002 instance1["link"],
1003 instance1["opendir"],
1004 instance1["readdir"],
1005 instance1["closedir"],
1006 instance1["mkdirat"],
1007 instance1["mkdir"],
1008 instance1["readlinkat"],
1009 instance1["unlinkat"],
1010 instance1["rmdir"],
1011 instance1["symlinkat"],
1012 instance1["symlink"],
1013 instance1["uname"],
1014 instance1["unlink"],
1015 instance1["futimens"],
1016 instance1["times"],
1017 instance1["sched_yield"],
1018 instance1["openat"],
1019 instance1["pread"],
1020 instance1["preadv"],
1021 instance1["pwrite"],
1022 instance1["pwritev"],
1023 instance1["ftruncate"],
1024 instance1["truncate"],
1025 instance1["posix_fadvise"],
1026 instance1["unsetenv"],
1027 instance1["fsync"],
1028 instance1["fdatasync"],
1029 instance1["fstatvfs"],
1030 instance1["statvfs"],
1031 instance1["sysconf"],
1032 instance1["fpathconf"],
1033 instance1["pathconf"],
1034 instance1["lstat"],
1035 instance1["fstatat"],
1036 instance1["renameat"],
1037 instance1["rename"],
1038 instance1["utimensat"],
1039 instance1["readv"],
1040 instance1["writev"],
1041 instance1["qsort"],
1042 instance1["strsignal"],
1043 instance1["strstr"],
1044 instance1["__wasilibc_tell"],
1045 instance1["isalnum"],
1046 instance1["toupper"],
1047 instance1["clock_nanosleep"],
1048 instance1["time"],
1049 instance1["mktime"],
1050 instance1["wcsftime"],
1051 instance1["clock"],
1052 instance1["wcscoll"],
1053 instance1["wcsxfrm"],
1054 instance1["gettimeofday"],
1055 instance1["libpython3.12.so:PyExc_SyntaxError"],
1056 instance1["libpython3.12.so:PyExc_TypeError"],
1057 instance1["libpython3.12.so:PyExc_ValueError"],
1058 instance1["libpython3.12.so:errno"],
1059 instance1["libpython3.12.so:PyExc_LookupError"],
1060 instance1["libpython3.12.so:PyExc_UnicodeDecodeError"],
1061 instance1["libpython3.12.so:_Py_NoneStruct"],
1062 instance1["libpython3.12.so:PyExc_IndentationError"],
1063 instance1["libpython3.12.so:PyExc_KeyboardInterrupt"],
1064 instance1["libpython3.12.so:PyExc_TabError"],
1065 instance1["libpython3.12.so:PyExc_OverflowError"],
1066 instance1["libpython3.12.so:stdin"],
1067 instance1["libpython3.12.so:PyExc_UnicodeError"],
1068 instance1["libpython3.12.so:PyExc_MemoryError"],
1069 instance1["libpython3.12.so:_PyRuntime"],
1070 instance1["libpython3.12.so:PyComplex_Type"],
1071 instance1["libpython3.12.so:_Py_FalseStruct"],
1072 instance1["libpython3.12.so:_Py_TrueStruct"],
1073 instance1["libpython3.12.so:_Py_EllipsisObject"],
1074 instance1["libpython3.12.so:PyExc_SystemError"],
1075 instance1["libpython3.12.so:PyUnicode_Type"],
1076 instance1["libpython3.12.so:PyBytes_Type"],
1077 instance1["libpython3.12.so:PyExc_DeprecationWarning"],
1078 instance1["libpython3.12.so:PyExc_SyntaxWarning"],
1079 instance1["libpython3.12.so:_Py_ctype_table"],
1080 instance1["libpython3.12.so:_PyOS_ReadlineTState"],
1081 instance1["libpython3.12.so:stderr"],
1082 instance1["libpython3.12.so:PyOS_InputHook"],
1083 instance1["libpython3.12.so:PyExc_RuntimeError"],
1084 instance1["libpython3.12.so:PyOS_ReadlineFunctionPointer"],
1085 instance1["libpython3.12.so:stdout"],
1086 instance1["libpython3.12.so:PyExc_StopIteration"],
1087 instance1["libpython3.12.so:PyExc_OSError"],
1088 instance1["libpython3.12.so:_Py_NotImplementedStruct"],
1089 instance1["libpython3.12.so:PyExc_IndexError"],
1090 instance1["libpython3.12.so:PyType_Type"],
1091 instance1["libpython3.12.so:PyLong_Type"],
1092 instance1["libpython3.12.so:_Py_add_one_to_index_C"],
1093 instance1["libpython3.12.so:_Py_add_one_to_index_F"],
1094 instance1["libpython3.12.so:PyExc_BufferError"],
1095 instance1["libpython3.12.so:PyCFunction_Type"],
1096 instance1["libpython3.12.so:PyByteArray_Type"],
1097 instance1["libpython3.12.so:_PyByteArray_empty_string"],
1098 instance1["libpython3.12.so:PyFloat_Type"],
1099 instance1["libpython3.12.so:PyTuple_Type"],
1100 instance1["libpython3.12.so:PyList_Type"],
1101 instance1["libpython3.12.so:_PyObject_NextNotImplemented"],
1102 instance1["libpython3.12.so:PyDict_Type"],
1103 instance1["libpython3.12.so:PyBool_Type"],
1104 instance1["libpython3.12.so:_Py_ctype_tolower"],
1105 instance1["libpython3.12.so:_Py_ctype_toupper"],
1106 instance1["libpython3.12.so:Py_hexdigits"],
1107 instance1["libpython3.12.so:PyExc_BytesWarning"],
1108 instance1["libpython3.12.so:PyByteArrayIter_Type"],
1109 instance1["libpython3.12.so:PySlice_Type"],
1110 instance1["libpython3.12.so:PyObject_GenericGetAttr"],
1111 instance1["libpython3.12.so:PyType_GenericAlloc"],
1112 instance1["libpython3.12.so:PyType_GenericNew"],
1113 instance1["libpython3.12.so:PyObject_Free"],
1114 instance1["libpython3.12.so:PyByteArray_Concat"],
1115 instance1["libpython3.12.so:PyObject_SelfIter"],
1116 instance1["libpython3.12.so:_PyLong_DigitValue"],
1117 instance1["libpython3.12.so:PyBytesIter_Type"],
1118 instance1["libpython3.12.so:PyModule_Type"],
1119 instance1["libpython3.12.so:PyCapsule_Type"],
1120 instance1["libpython3.12.so:PyExc_ImportError"],
1121 instance1["libpython3.12.so:PyExc_AttributeError"],
1122 instance1["libpython3.12.so:PyCell_Type"],
1123 instance1["libpython3.12.so:PyMethod_Type"],
1124 instance1["libpython3.12.so:PyInstanceMethod_Type"],
1125 instance1["libpython3.12.so:PyVectorcall_Call"],
1126 instance1["libpython3.12.so:PyObject_GenericSetAttr"],
1127 instance1["libpython3.12.so:PyCode_Type"],
1128 instance1["libpython3.12.so:PyFrozenSet_Type"],
1129 instance1["libpython3.12.so:PyExc_ZeroDivisionError"],
1130 instance1["libpython3.12.so:_PyMethodWrapper_Type"],
1131 instance1["libpython3.12.so:PyMethodDescr_Type"],
1132 instance1["libpython3.12.so:PyClassMethodDescr_Type"],
1133 instance1["libpython3.12.so:PyMemberDescr_Type"],
1134 instance1["libpython3.12.so:PyGetSetDescr_Type"],
1135 instance1["libpython3.12.so:PyWrapperDescr_Type"],
1136 instance1["libpython3.12.so:PyDictProxy_Type"],
1137 instance1["libpython3.12.so:PyProperty_Type"],
1138 instance1["libpython3.12.so:Py_GenericAlias"],
1139 instance1["libpython3.12.so:PyObject_GC_Del"],
1140 instance1["libpython3.12.so:PyReversed_Type"],
1141 instance1["libpython3.12.so:PyTraceBack_Type"],
1142 instance1["libpython3.12.so:PyExc_BaseExceptionGroup"],
1143 instance1["libpython3.12.so:PyExc_UnicodeTranslateError"],
1144 instance1["libpython3.12.so:PyExc_BlockingIOError"],
1145 instance1["libpython3.12.so:PyExc_BrokenPipeError"],
1146 instance1["libpython3.12.so:PyExc_ChildProcessError"],
1147 instance1["libpython3.12.so:PyExc_ConnectionAbortedError"],
1148 instance1["libpython3.12.so:PyExc_ConnectionRefusedError"],
1149 instance1["libpython3.12.so:PyExc_ConnectionResetError"],
1150 instance1["libpython3.12.so:PyExc_FileExistsError"],
1151 instance1["libpython3.12.so:PyExc_FileNotFoundError"],
1152 instance1["libpython3.12.so:PyExc_IsADirectoryError"],
1153 instance1["libpython3.12.so:PyExc_NotADirectoryError"],
1154 instance1["libpython3.12.so:PyExc_InterruptedError"],
1155 instance1["libpython3.12.so:PyExc_PermissionError"],
1156 instance1["libpython3.12.so:PyExc_ProcessLookupError"],
1157 instance1["libpython3.12.so:PyExc_TimeoutError"],
1158 instance1["libpython3.12.so:PyExc_Exception"],
1159 instance1["libpython3.12.so:PyExc_EnvironmentError"],
1160 instance1["libpython3.12.so:PyExc_IOError"],
1161 instance1["libpython3.12.so:PyFunction_Type"],
1162 instance1["libpython3.12.so:PyObject_GenericGetDict"],
1163 instance1["libpython3.12.so:PyObject_GenericSetDict"],
1164 instance1["libpython3.12.so:Py_GenericAliasType"],
1165 instance1["libpython3.12.so:PyAsyncGen_Type"],
1166 instance1["libpython3.12.so:PyExc_GeneratorExit"],
1167 instance1["libpython3.12.so:PyCoro_Type"],
1168 instance1["libpython3.12.so:PyGen_Type"],
1169 instance1["libpython3.12.so:PyExc_StopAsyncIteration"],
1170 instance1["libpython3.12.so:_PyAsyncGenWrappedValue_Type"],
1171 instance1["libpython3.12.so:_PyCoroWrapper_Type"],
1172 instance1["libpython3.12.so:_PyAsyncGenASend_Type"],
1173 instance1["libpython3.12.so:_PyAsyncGenAThrow_Type"],
1174 instance1["libpython3.12.so:_PyGen_Finalize"],
1175 instance1["libpython3.12.so:PyExc_EOFError"],
1176 instance1["libpython3.12.so:PyStdPrinter_Type"],
1177 instance1["libpython3.12.so:_Py_SwappedOp"],
1178 instance1["libpython3.12.so:PyFrame_Type"],
1179 instance1["libpython3.12.so:PyExc_KeyError"],
1180 instance1["libpython3.12.so:PyExc_NameError"],
1181 instance1["libpython3.12.so:PyExc_RuntimeWarning"],
1182 instance1["libpython3.12.so:_PyFunction_Vectorcall"],
1183 instance1["libpython3.12.so:PyClassMethod_Type"],
1184 instance1["libpython3.12.so:PyStaticMethod_Type"],
1185 instance1["libpython3.12.so:_PyInterpreterID_Type"],
1186 instance1["libpython3.12.so:PySeqIter_Type"],
1187 instance1["libpython3.12.so:PyCallIter_Type"],
1188 instance1["libpython3.12.so:PyListIter_Type"],
1189 instance1["libpython3.12.so:PyListRevIter_Type"],
1190 instance1["libpython3.12.so:PyObject_HashNotImplemented"],
1191 instance1["libpython3.12.so:PySet_Type"],
1192 instance1["libpython3.12.so:PyDictIterKey_Type"],
1193 instance1["libpython3.12.so:PyDictRevIterKey_Type"],
1194 instance1["libpython3.12.so:PyDictRevIterValue_Type"],
1195 instance1["libpython3.12.so:PyDictKeys_Type"],
1196 instance1["libpython3.12.so:PyDictItems_Type"],
1197 instance1["libpython3.12.so:PyDictIterItem_Type"],
1198 instance1["libpython3.12.so:PyDictIterValue_Type"],
1199 instance1["libpython3.12.so:PyDictRevIterItem_Type"],
1200 instance1["libpython3.12.so:PyDictValues_Type"],
1201 instance1["libpython3.12.so:PyDict_Contains"],
1202 instance1["libpython3.12.so:_PyDictView_Intersect"],
1203 instance1["libpython3.12.so:PyODict_Type"],
1204 instance1["libpython3.12.so:PyODictIter_Type"],
1205 instance1["libpython3.12.so:PyODictKeys_Type"],
1206 instance1["libpython3.12.so:PyODictValues_Type"],
1207 instance1["libpython3.12.so:PyODictItems_Type"],
1208 instance1["libpython3.12.so:_PyManagedBuffer_Type"],
1209 instance1["libpython3.12.so:PyMemoryView_Type"],
1210 instance1["libpython3.12.so:PyExc_NotImplementedError"],
1211 instance1["libpython3.12.so:PyCMethod_Type"],
1212 instance1["libpython3.12.so:PyModuleDef_Type"],
1213 instance1["libpython3.12.so:_PyNamespace_Type"],
1214 instance1["libpython3.12.so:_PyNone_Type"],
1215 instance1["libpython3.12.so:_PyNotImplemented_Type"],
1216 instance1["libpython3.12.so:PyBaseObject_Type"],
1217 instance1["libpython3.12.so:PyContextToken_Type"],
1218 instance1["libpython3.12.so:PyContextVar_Type"],
1219 instance1["libpython3.12.so:PyContext_Type"],
1220 instance1["libpython3.12.so:PyEllipsis_Type"],
1221 instance1["libpython3.12.so:PyEnum_Type"],
1222 instance1["libpython3.12.so:PyFilter_Type"],
1223 instance1["libpython3.12.so:PyLongRangeIter_Type"],
1224 instance1["libpython3.12.so:PyMap_Type"],
1225 instance1["libpython3.12.so:PyPickleBuffer_Type"],
1226 instance1["libpython3.12.so:PyRangeIter_Type"],
1227 instance1["libpython3.12.so:PyRange_Type"],
1228 instance1["libpython3.12.so:PySetIter_Type"],
1229 instance1["libpython3.12.so:PySuper_Type"],
1230 instance1["libpython3.12.so:PyTupleIter_Type"],
1231 instance1["libpython3.12.so:PyUnicodeIter_Type"],
1232 instance1["libpython3.12.so:PyZip_Type"],
1233 instance1["libpython3.12.so:_PyBufferWrapper_Type"],
1234 instance1["libpython3.12.so:_PyWeakref_CallableProxyType"],
1235 instance1["libpython3.12.so:_PyWeakref_ProxyType"],
1236 instance1["libpython3.12.so:_PyWeakref_RefType"],
1237 instance1["libpython3.12.so:PyExc_BaseException"],
1238 instance1["libpython3.12.so:_Py_HashPointer"],
1239 instance1["libpython3.12.so:PyExc_UnicodeEncodeError"],
1240 instance1["libpython3.12.so:_Py_ascii_whitespace"],
1241 instance1["libpython3.12.so:PyMem_RawFree"],
1242 instance1["libpython3.12.so:PyMem_RawMalloc"],
1243 instance1["libpython3.12.so:_PyUnicode_FormatAdvancedWriter"],
1244 instance1["libpython3.12.so:_PyLong_FormatAdvancedWriter"],
1245 instance1["libpython3.12.so:_PyFloat_FormatAdvancedWriter"],
1246 instance1["libpython3.12.so:PyUnicode_RichCompare"],
1247 instance1["libpython3.12.so:PyUnicode_Concat"],
1248 instance1["libpython3.12.so:PyUnicode_Contains"],
1249 instance1["libpython3.12.so:PyExc_ReferenceError"],
1250 instance1["libpython3.12.so:PyExc_PendingDeprecationWarning"],
1251 instance1["libpython3.12.so:PyExc_ImportWarning"],
1252 instance1["libpython3.12.so:PyExc_ResourceWarning"],
1253 instance1["libpython3.12.so:PyExc_Warning"],
1254 instance1["libpython3.12.so:PyExc_UserWarning"],
1255 instance1["libpython3.12.so:PyExc_RecursionError"],
1256 instance1["libpython3.12.so:PyNumber_Invert"],
1257 instance1["libpython3.12.so:PyNumber_Positive"],
1258 instance1["libpython3.12.so:PyNumber_Negative"],
1259 instance1["libpython3.12.so:PyExc_AssertionError"],
1260 instance1["libpython3.12.so:PyExc_UnboundLocalError"],
1261 instance1["libpython3.12.so:PyObject_Str"],
1262 instance1["libpython3.12.so:PyObject_Repr"],
1263 instance1["libpython3.12.so:PyObject_ASCII"],
1264 instance1["libpython3.12.so:PyNumber_Add"],
1265 instance1["libpython3.12.so:PyNumber_And"],
1266 instance1["libpython3.12.so:PyNumber_FloorDivide"],
1267 instance1["libpython3.12.so:PyNumber_Lshift"],
1268 instance1["libpython3.12.so:PyNumber_MatrixMultiply"],
1269 instance1["libpython3.12.so:PyNumber_Multiply"],
1270 instance1["libpython3.12.so:PyNumber_Remainder"],
1271 instance1["libpython3.12.so:PyNumber_Or"],
1272 instance1["libpython3.12.so:PyNumber_Rshift"],
1273 instance1["libpython3.12.so:PyNumber_Subtract"],
1274 instance1["libpython3.12.so:PyNumber_TrueDivide"],
1275 instance1["libpython3.12.so:PyNumber_Xor"],
1276 instance1["libpython3.12.so:PyNumber_InPlaceAdd"],
1277 instance1["libpython3.12.so:PyNumber_InPlaceAnd"],
1278 instance1["libpython3.12.so:PyNumber_InPlaceFloorDivide"],
1279 instance1["libpython3.12.so:PyNumber_InPlaceLshift"],
1280 instance1["libpython3.12.so:PyNumber_InPlaceMatrixMultiply"],
1281 instance1["libpython3.12.so:PyNumber_InPlaceMultiply"],
1282 instance1["libpython3.12.so:PyNumber_InPlaceRemainder"],
1283 instance1["libpython3.12.so:PyNumber_InPlaceOr"],
1284 instance1["libpython3.12.so:PyNumber_InPlaceRshift"],
1285 instance1["libpython3.12.so:PyNumber_InPlaceSubtract"],
1286 instance1["libpython3.12.so:PyNumber_InPlaceTrueDivide"],
1287 instance1["libpython3.12.so:PyNumber_InPlaceXor"],
1288 instance1["libpython3.12.so:PyMem_Free"],
1289 instance1["libpython3.12.so:PyMem_Malloc"],
1290 instance1["libpython3.12.so:_Py_hashtable_hash_ptr"],
1291 instance1["libpython3.12.so:_Py_hashtable_compare_direct"],
1292 instance1["libpython3.12.so:PyImport_Inittab"],
1293 instance1["libpython3.12.so:_PyImport_FrozenBootstrap"],
1294 instance1["libpython3.12.so:PyImport_FrozenModules"],
1295 instance1["libpython3.12.so:_PyImport_FrozenStdlib"],
1296 instance1["libpython3.12.so:_PyImport_FrozenTest"],
1297 instance1["libpython3.12.so:Py_IgnoreEnvironmentFlag"],
1298 instance1["libpython3.12.so:Py_IsolatedFlag"],
1299 instance1["libpython3.12.so:Py_BytesWarningFlag"],
1300 instance1["libpython3.12.so:Py_InspectFlag"],
1301 instance1["libpython3.12.so:Py_InteractiveFlag"],
1302 instance1["libpython3.12.so:Py_OptimizeFlag"],
1303 instance1["libpython3.12.so:Py_DebugFlag"],
1304 instance1["libpython3.12.so:Py_VerboseFlag"],
1305 instance1["libpython3.12.so:Py_QuietFlag"],
1306 instance1["libpython3.12.so:Py_FrozenFlag"],
1307 instance1["libpython3.12.so:Py_UnbufferedStdioFlag"],
1308 instance1["libpython3.12.so:Py_NoSiteFlag"],
1309 instance1["libpython3.12.so:Py_DontWriteBytecodeFlag"],
1310 instance1["libpython3.12.so:Py_NoUserSiteDirectory"],
1311 instance1["libpython3.12.so:Py_HashRandomizationFlag"],
1312 instance1["libpython3.12.so:Py_FileSystemDefaultEncoding"],
1313 instance1["libpython3.12.so:Py_HasFileSystemDefaultEncoding"],
1314 instance1["libpython3.12.so:Py_FileSystemDefaultEncodeErrors"],
1315 instance1["libpython3.12.so:_Py_HasFileSystemDefaultEncodeErrors"],
1316 instance1["libpython3.12.so:Py_UTF8Mode"],
1317 instance1["libpython3.12.so:_Py_HashSecret"],
1318 instance1["libpython3.12.so:__SIG_ERR"],
1319 instance1["libpython3.12.so:__SIG_IGN"],
1320 instance1["libpython3.12.so:_PyEval_EvalFrameDefault"],
1321 instance1["libpython3.12.so:PyExc_SystemExit"],
1322 instance1["libpython3.12.so:_CLOCK_REALTIME"],
1323 instance1["libpython3.12.so:_CLOCK_MONOTONIC"],
1324 instance1["libpython3.12.so:free"],
1325 instance1["libpython3.12.so:malloc"],
1326 instance1["libpython3.12.so:_Py_hashtable_destroy"],
1327 instance1["libpython3.12.so:PyInit_array"],
1328 instance1["libpython3.12.so:PyInit__asyncio"],
1329 instance1["libpython3.12.so:PyInit__bisect"],
1330 instance1["libpython3.12.so:PyInit__contextvars"],
1331 instance1["libpython3.12.so:PyInit__csv"],
1332 instance1["libpython3.12.so:PyInit__heapq"],
1333 instance1["libpython3.12.so:PyInit__json"],
1334 instance1["libpython3.12.so:PyInit__lsprof"],
1335 instance1["libpython3.12.so:PyInit__opcode"],
1336 instance1["libpython3.12.so:PyInit__pickle"],
1337 instance1["libpython3.12.so:PyInit__queue"],
1338 instance1["libpython3.12.so:PyInit__random"],
1339 instance1["libpython3.12.so:PyInit__struct"],
1340 instance1["libpython3.12.so:PyInit__zoneinfo"],
1341 instance1["libpython3.12.so:PyInit_audioop"],
1342 instance1["libpython3.12.so:PyInit_math"],
1343 instance1["libpython3.12.so:PyInit_cmath"],
1344 instance1["libpython3.12.so:PyInit__statistics"],
1345 instance1["libpython3.12.so:PyInit__datetime"],
1346 instance1["libpython3.12.so:PyInit__decimal"],
1347 instance1["libpython3.12.so:PyInit_binascii"],
1348 instance1["libpython3.12.so:PyInit__md5"],
1349 instance1["libpython3.12.so:PyInit__sha1"],
1350 instance1["libpython3.12.so:PyInit__sha2"],
1351 instance1["libpython3.12.so:PyInit__sha3"],
1352 instance1["libpython3.12.so:PyInit__blake2"],
1353 instance1["libpython3.12.so:PyInit_pyexpat"],
1354 instance1["libpython3.12.so:PyInit__elementtree"],
1355 instance1["libpython3.12.so:PyInit__codecs_cn"],
1356 instance1["libpython3.12.so:PyInit__codecs_hk"],
1357 instance1["libpython3.12.so:PyInit__codecs_iso2022"],
1358 instance1["libpython3.12.so:PyInit__codecs_jp"],
1359 instance1["libpython3.12.so:PyInit__codecs_kr"],
1360 instance1["libpython3.12.so:PyInit__codecs_tw"],
1361 instance1["libpython3.12.so:PyInit__multibytecodec"],
1362 instance1["libpython3.12.so:PyInit_unicodedata"],
1363 instance1["libpython3.12.so:PyInit__crypt"],
1364 instance1["libpython3.12.so:PyInit_select"],
1365 instance1["libpython3.12.so:PyInit__socket"],
1366 instance1["libpython3.12.so:PyInit_atexit"],
1367 instance1["libpython3.12.so:PyInit_faulthandler"],
1368 instance1["libpython3.12.so:PyInit_posix"],
1369 instance1["libpython3.12.so:PyInit__signal"],
1370 instance1["libpython3.12.so:PyInit__tracemalloc"],
1371 instance1["libpython3.12.so:PyInit__codecs"],
1372 instance1["libpython3.12.so:PyInit__collections"],
1373 instance1["libpython3.12.so:PyInit_errno"],
1374 instance1["libpython3.12.so:PyInit__io"],
1375 instance1["libpython3.12.so:PyInit_itertools"],
1376 instance1["libpython3.12.so:PyInit__sre"],
1377 instance1["libpython3.12.so:PyInit__thread"],
1378 instance1["libpython3.12.so:PyInit_time"],
1379 instance1["libpython3.12.so:PyInit__typing"],
1380 instance1["libpython3.12.so:PyInit__weakref"],
1381 instance1["libpython3.12.so:PyInit__abc"],
1382 instance1["libpython3.12.so:PyInit__functools"],
1383 instance1["libpython3.12.so:PyInit__locale"],
1384 instance1["libpython3.12.so:PyInit__operator"],
1385 instance1["libpython3.12.so:PyInit__stat"],
1386 instance1["libpython3.12.so:PyInit__symtable"],
1387 instance1["libpython3.12.so:PyMarshal_Init"],
1388 instance1["libpython3.12.so:PyInit__imp"],
1389 instance1["libpython3.12.so:PyInit__ast"],
1390 instance1["libpython3.12.so:PyInit__tokenize"],
1391 instance1["libpython3.12.so:PyInit_gc"],
1392 instance1["libpython3.12.so:_PyWarnings_Init"],
1393 instance1["libpython3.12.so:PyInit__string"],
1394 instance1["libpython3.12.so:PyUnicode_AsASCIIString"],
1395 instance1["libpython3.12.so:PyUnicode_AsUTF8String"],
1396 instance1["libpython3.12.so:copysign"],
1397 instance1["libpython3.12.so:cos"],
1398 instance1["libpython3.12.so:exp2"],
1399 instance1["libpython3.12.so:fabs"],
1400 instance1["libpython3.12.so:sin"],
1401 instance1["libpython3.12.so:sqrt"],
1402 instance1["libpython3.12.so:_PyTime_gmtime"],
1403 instance1["libpython3.12.so:_PyTime_localtime"],
1404 instance1["libpython3.12.so:PyMem_Realloc"],
1405 instance1["libpython3.12.so:PyExc_ArithmeticError"],
1406 instance1["libpython3.12.so:PyObject_Malloc"],
1407 instance1["libpython3.12.so:PyObject_Realloc"],
1408 instance1["libpython3.12.so:h_errno"],
1409 instance1["libpython3.12.so:environ"],
1410 instance1["libpython3.12.so:PyStructSequence_UnnamedField"],
1411 instance1["libpython3.12.so:_PyEval_SliceIndexNotNone"],
1412 instance1["libpython3.12.so:PyExc_EncodingWarning"],
1413 instance1["libpython3.12.so:realloc"],
1414 instance1["libpython3.12.so:calloc"],
1415 ]).exports(store)
1416 file = importlib_resources.files() / ('root.core33.wasm')
1417 if isinstance(file, pathlib.Path):
1418 module = wasmtime.Module.from_file(store.engine, file)
1419 else:
1420 module = wasmtime.Module(store.engine, file.read_bytes())
1421 instance34 = wasmtime.Instance(store, module, [
1422 instance1["memory"],
1423 instance1["__indirect_function_table"],
1424 instance1["__stack_pointer"],
1425 instance1["libc.so:memory_base"],
1426 instance1["libc.so:table_base"],
1427 instance1["clock_gettime"],
1428 instance1["lseek"],
1429 instance1["__main_void"],
1430 instance31["__main_argc_argv"],
1431 instance1["wasi_snapshot_preview1:args_get"],
1432 instance1["wasi_snapshot_preview1:args_sizes_get"],
1433 instance1["wasi_snapshot_preview1:environ_get"],
1434 instance1["wasi_snapshot_preview1:environ_sizes_get"],
1435 instance1["wasi_snapshot_preview1:clock_res_get"],
1436 instance1["wasi_snapshot_preview1:clock_time_get"],
1437 instance1["wasi_snapshot_preview1:fd_advise"],
1438 instance1["wasi_snapshot_preview1:fd_allocate"],
1439 instance1["wasi_snapshot_preview1:fd_close"],
1440 instance1["wasi_snapshot_preview1:fd_datasync"],
1441 instance1["wasi_snapshot_preview1:fd_fdstat_get"],
1442 instance1["wasi_snapshot_preview1:fd_fdstat_set_flags"],
1443 instance1["wasi_snapshot_preview1:fd_fdstat_set_rights"],
1444 instance1["wasi_snapshot_preview1:fd_filestat_get"],
1445 instance1["wasi_snapshot_preview1:fd_filestat_set_size"],
1446 instance1["wasi_snapshot_preview1:fd_filestat_set_times"],
1447 instance1["wasi_snapshot_preview1:fd_pread"],
1448 instance1["wasi_snapshot_preview1:fd_prestat_get"],
1449 instance1["wasi_snapshot_preview1:fd_prestat_dir_name"],
1450 instance1["wasi_snapshot_preview1:fd_pwrite"],
1451 instance1["wasi_snapshot_preview1:fd_read"],
1452 instance1["wasi_snapshot_preview1:fd_readdir"],
1453 instance1["wasi_snapshot_preview1:fd_renumber"],
1454 instance1["wasi_snapshot_preview1:fd_seek"],
1455 instance1["wasi_snapshot_preview1:fd_sync"],
1456 instance1["wasi_snapshot_preview1:fd_tell"],
1457 instance1["wasi_snapshot_preview1:fd_write"],
1458 instance1["wasi_snapshot_preview1:path_create_directory"],
1459 instance1["wasi_snapshot_preview1:path_filestat_get"],
1460 instance1["wasi_snapshot_preview1:path_filestat_set_times"],
1461 instance1["wasi_snapshot_preview1:path_link"],
1462 instance1["wasi_snapshot_preview1:path_open"],
1463 instance1["wasi_snapshot_preview1:path_readlink"],
1464 instance1["wasi_snapshot_preview1:path_remove_directory"],
1465 instance1["wasi_snapshot_preview1:path_rename"],
1466 instance1["wasi_snapshot_preview1:path_symlink"],
1467 instance1["wasi_snapshot_preview1:path_unlink_file"],
1468 instance1["wasi_snapshot_preview1:poll_oneoff"],
1469 instance1["wasi_snapshot_preview1:proc_exit"],
1470 instance1["wasi_snapshot_preview1:sched_yield"],
1471 instance1["wasi_snapshot_preview1:random_get"],
1472 instance1["wasi_snapshot_preview1:sock_accept"],
1473 instance1["wasi_snapshot_preview1:sock_recv"],
1474 instance1["wasi_snapshot_preview1:sock_send"],
1475 instance1["wasi_snapshot_preview1:sock_shutdown"],
1476 instance1["__wasilibc_find_relpath_alloc"],
1477 instance1["wasi_snapshot_preview1:adapter_open_badfd"],
1478 instance1["wasi_snapshot_preview1:adapter_close_badfd"],
1479 instance1["getentropy"],
1480 instance1["isatty"],
1481 instance1["reallocarray"],
1482 instance32["cabi_realloc"],
1483 instance1["wasi:io/error@0.2.0:[resource-drop]error"],
1484 instance1["wasi:io/poll@0.2.0:[resource-drop]pollable"],
1485 instance1["wasi:io/streams@0.2.0:[resource-drop]input-stream"],
1486 instance1["wasi:io/streams@0.2.0:[resource-drop]output-stream"],
1487 instance1["wasi:cli/terminal-input@0.2.0:[resource-drop]terminal-input"],
1488 instance1["wasi:cli/terminal-output@0.2.0:[resource-drop]terminal-output"],
1489 instance1["wasi:filesystem/types@0.2.0:[resource-drop]descriptor"],
1490 instance1["wasi:filesystem/types@0.2.0:[resource-drop]directory-entry-stream"],
1491 instance1["wasi:sockets/network@0.2.0:[resource-drop]network"],
1492 instance1["wasi:sockets/udp@0.2.0:[resource-drop]udp-socket"],
1493 instance1["wasi:sockets/udp@0.2.0:[resource-drop]incoming-datagram-stream"],
1494 instance1["wasi:sockets/udp@0.2.0:[resource-drop]outgoing-datagram-stream"],
1495 instance1["wasi:sockets/tcp@0.2.0:[resource-drop]tcp-socket"],
1496 instance1["wasi:sockets/ip-name-lookup@0.2.0:[resource-drop]resolve-address-stream"],
1497 instance1["wasi:cli/environment@0.2.0:get-environment"],
1498 instance1["wasi:cli/environment@0.2.0:get-arguments"],
1499 instance1["wasi:cli/environment@0.2.0:initial-cwd"],
1500 instance1["wasi:cli/exit@0.2.0:exit"],
1501 instance1["wasi:io/error@0.2.0:[method]error.to-debug-string"],
1502 instance1["wasi:io/poll@0.2.0:[method]pollable.ready"],
1503 instance1["wasi:io/poll@0.2.0:[method]pollable.block"],
1504 instance1["wasi:io/poll@0.2.0:poll"],
1505 instance1["wasi:io/streams@0.2.0:[method]input-stream.read"],
1506 instance1["wasi:io/streams@0.2.0:[method]input-stream.blocking-read"],
1507 instance1["wasi:io/streams@0.2.0:[method]input-stream.skip"],
1508 instance1["wasi:io/streams@0.2.0:[method]input-stream.blocking-skip"],
1509 instance1["wasi:io/streams@0.2.0:[method]input-stream.subscribe"],
1510 instance1["wasi:io/streams@0.2.0:[method]output-stream.check-write"],
1511 instance1["wasi:io/streams@0.2.0:[method]output-stream.write"],
1512 instance1["wasi:io/streams@0.2.0:[method]output-stream.blocking-write-and-flush"],
1513 instance1["wasi:io/streams@0.2.0:[method]output-stream.flush"],
1514 instance1["wasi:io/streams@0.2.0:[method]output-stream.blocking-flush"],
1515 instance1["wasi:io/streams@0.2.0:[method]output-stream.subscribe"],
1516 instance1["wasi:io/streams@0.2.0:[method]output-stream.write-zeroes"],
1517 instance1["wasi:io/streams@0.2.0:[method]output-stream.blocking-write-zeroes-and-flush"],
1518 instance1["wasi:io/streams@0.2.0:[method]output-stream.splice"],
1519 instance1["wasi:io/streams@0.2.0:[method]output-stream.blocking-splice"],
1520 instance1["wasi:cli/stdin@0.2.0:get-stdin"],
1521 instance1["wasi:cli/stdout@0.2.0:get-stdout"],
1522 instance1["wasi:cli/stderr@0.2.0:get-stderr"],
1523 instance1["wasi:cli/terminal-stdin@0.2.0:get-terminal-stdin"],
1524 instance1["wasi:cli/terminal-stdout@0.2.0:get-terminal-stdout"],
1525 instance1["wasi:cli/terminal-stderr@0.2.0:get-terminal-stderr"],
1526 instance1["wasi:clocks/monotonic-clock@0.2.0:now"],
1527 instance1["wasi:clocks/monotonic-clock@0.2.0:resolution"],
1528 instance1["wasi:clocks/monotonic-clock@0.2.0:subscribe-instant"],
1529 instance1["wasi:clocks/monotonic-clock@0.2.0:subscribe-duration"],
1530 instance1["wasi:clocks/wall-clock@0.2.0:now"],
1531 instance1["wasi:clocks/wall-clock@0.2.0:resolution"],
1532 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.read-via-stream"],
1533 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.write-via-stream"],
1534 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.append-via-stream"],
1535 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.advise"],
1536 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.sync-data"],
1537 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.get-flags"],
1538 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.get-type"],
1539 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.set-size"],
1540 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.set-times"],
1541 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.read"],
1542 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.write"],
1543 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.read-directory"],
1544 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.sync"],
1545 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.create-directory-at"],
1546 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.stat"],
1547 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.stat-at"],
1548 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.set-times-at"],
1549 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.link-at"],
1550 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.open-at"],
1551 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.readlink-at"],
1552 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.remove-directory-at"],
1553 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.rename-at"],
1554 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.symlink-at"],
1555 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.unlink-file-at"],
1556 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.is-same-object"],
1557 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.metadata-hash"],
1558 instance1["wasi:filesystem/types@0.2.0:[method]descriptor.metadata-hash-at"],
1559 instance1["wasi:filesystem/types@0.2.0:[method]directory-entry-stream.read-directory-entry"],
1560 instance1["wasi:filesystem/types@0.2.0:filesystem-error-code"],
1561 instance1["wasi:filesystem/preopens@0.2.0:get-directories"],
1562 instance1["wasi:sockets/instance-network@0.2.0:instance-network"],
1563 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.start-bind"],
1564 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.finish-bind"],
1565 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.stream"],
1566 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.local-address"],
1567 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.remote-address"],
1568 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.address-family"],
1569 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.unicast-hop-limit"],
1570 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.set-unicast-hop-limit"],
1571 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.receive-buffer-size"],
1572 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.set-receive-buffer-size"],
1573 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.send-buffer-size"],
1574 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.set-send-buffer-size"],
1575 instance1["wasi:sockets/udp@0.2.0:[method]udp-socket.subscribe"],
1576 instance1["wasi:sockets/udp@0.2.0:[method]incoming-datagram-stream.receive"],
1577 instance1["wasi:sockets/udp@0.2.0:[method]incoming-datagram-stream.subscribe"],
1578 instance1["wasi:sockets/udp@0.2.0:[method]outgoing-datagram-stream.check-send"],
1579 instance1["wasi:sockets/udp@0.2.0:[method]outgoing-datagram-stream.send"],
1580 instance1["wasi:sockets/udp@0.2.0:[method]outgoing-datagram-stream.subscribe"],
1581 instance1["wasi:sockets/udp-create-socket@0.2.0:create-udp-socket"],
1582 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.start-bind"],
1583 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.finish-bind"],
1584 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.start-connect"],
1585 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.finish-connect"],
1586 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.start-listen"],
1587 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.finish-listen"],
1588 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.accept"],
1589 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.local-address"],
1590 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.remote-address"],
1591 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.is-listening"],
1592 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.address-family"],
1593 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.set-listen-backlog-size"],
1594 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.keep-alive-enabled"],
1595 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.set-keep-alive-enabled"],
1596 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.keep-alive-idle-time"],
1597 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.set-keep-alive-idle-time"],
1598 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.keep-alive-interval"],
1599 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.set-keep-alive-interval"],
1600 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.keep-alive-count"],
1601 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.set-keep-alive-count"],
1602 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.hop-limit"],
1603 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.set-hop-limit"],
1604 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.receive-buffer-size"],
1605 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.set-receive-buffer-size"],
1606 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.send-buffer-size"],
1607 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.set-send-buffer-size"],
1608 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.subscribe"],
1609 instance1["wasi:sockets/tcp@0.2.0:[method]tcp-socket.shutdown"],
1610 instance1["wasi:sockets/tcp-create-socket@0.2.0:create-tcp-socket"],
1611 instance1["wasi:sockets/ip-name-lookup@0.2.0:resolve-addresses"],
1612 instance1["wasi:sockets/ip-name-lookup@0.2.0:[method]resolve-address-stream.resolve-next-address"],
1613 instance1["wasi:sockets/ip-name-lookup@0.2.0:[method]resolve-address-stream.subscribe"],
1614 instance1["wasi:random/random@0.2.0:get-random-bytes"],
1615 instance1["wasi:random/random@0.2.0:get-random-u64"],
1616 instance1["wasi:random/insecure@0.2.0:get-insecure-random-bytes"],
1617 instance1["wasi:random/insecure@0.2.0:get-insecure-random-u64"],
1618 instance1["wasi:random/insecure-seed@0.2.0:insecure-seed"],
1619 instance1["crypt_r"],
1620 instance1["isalnum_l"],
1621 instance1["isalpha_l"],
1622 instance1["isblank_l"],
1623 instance1["iscntrl_l"],
1624 instance1["isdigit_l"],
1625 instance1["isgraph_l"],
1626 instance1["islower_l"],
1627 instance1["isprint_l"],
1628 instance1["ispunct_l"],
1629 instance1["isspace_l"],
1630 instance1["isupper_l"],
1631 instance1["iswalnum_l"],
1632 instance1["iswalpha_l"],
1633 instance1["iswblank_l"],
1634 instance1["iswcntrl_l"],
1635 instance1["iswctype_l"],
1636 instance1["wctype_l"],
1637 instance1["iswdigit_l"],
1638 instance1["iswgraph_l"],
1639 instance1["iswlower_l"],
1640 instance1["iswprint_l"],
1641 instance1["iswpunct_l"],
1642 instance1["iswspace_l"],
1643 instance1["iswupper_l"],
1644 instance1["iswxdigit_l"],
1645 instance1["isxdigit_l"],
1646 instance1["tolower_l"],
1647 instance1["toupper_l"],
1648 instance1["towupper_l"],
1649 instance1["towlower_l"],
1650 instance1["wctrans_l"],
1651 instance1["towctrans_l"],
1652 instance1["alphasort64"],
1653 instance1["versionsort64"],
1654 instance1["strerror_l"],
1655 instance1["creat64"],
1656 instance1["duplocale"],
1657 instance1["__freelocale"],
1658 instance1["nl_langinfo"],
1659 instance1["nl_langinfo_l"],
1660 instance1["newlocale"],
1661 instance1["strcoll_l"],
1662 instance1["__strtof_l"],
1663 instance1["__strtod_l"],
1664 instance1["__strtold_l"],
1665 instance1["strxfrm_l"],
1666 instance1["uselocale"],
1667 instance1["wcscoll_l"],
1668 instance1["wcsxfrm_l"],
1669 instance1["pow10"],
1670 instance1["pow10f"],
1671 instance1["pow10l"],
1672 instance1["lgamma_r"],
1673 instance1["lgammaf_r"],
1674 instance1["lgammal_r"],
1675 instance1["drem"],
1676 instance1["dremf"],
1677 instance1["__xpg_basename"],
1678 instance1["__posix_getopt"],
1679 instance1["nftw64"],
1680 instance1["inet_aton"],
1681 instance1["glob64"],
1682 instance1["globfree64"],
1683 instance1["hcreate_r"],
1684 instance1["hdestroy_r"],
1685 instance1["hsearch_r"],
1686 instance1["futimesat"],
1687 instance1["fdopen"],
1688 instance1["clearerr_unlocked"],
1689 instance1["fpurge"],
1690 instance1["feof_unlocked"],
1691 instance1["_IO_feof_unlocked"],
1692 instance1["ferror_unlocked"],
1693 instance1["_IO_ferror_unlocked"],
1694 instance1["fflush_unlocked"],
1695 instance1["fgetpos64"],
1696 instance1["fgets_unlocked"],
1697 instance1["fgetwc_unlocked"],
1698 instance1["getwc_unlocked"],
1699 instance1["fgetws_unlocked"],
1700 instance1["fileno_unlocked"],
1701 instance1["fopen64"],
1702 instance1["fputs_unlocked"],
1703 instance1["fputwc_unlocked"],
1704 instance1["putwc_unlocked"],
1705 instance1["fputws_unlocked"],
1706 instance1["fread_unlocked"],
1707 instance1["freopen64"],
1708 instance1["__isoc99_fscanf"],
1709 instance1["fseeko"],
1710 instance1["fseeko64"],
1711 instance1["fsetpos64"],
1712 instance1["ftello"],
1713 instance1["ftello64"],
1714 instance1["fwrite_unlocked"],
1715 instance1["__isoc99_fwscanf"],
1716 instance1["_IO_getc"],
1717 instance1["fgetc_unlocked"],
1718 instance1["_IO_getc_unlocked"],
1719 instance1["__getdelim"],
1720 instance1["getwchar_unlocked"],
1721 instance1["iprintf"],
1722 instance1["__small_printf"],
1723 instance1["_IO_putc"],
1724 instance1["fputc_unlocked"],
1725 instance1["_IO_putc_unlocked"],
1726 instance1["putwchar_unlocked"],
1727 instance1["__isoc99_scanf"],
1728 instance1["__isoc99_sscanf"],
1729 instance1["__isoc99_swscanf"],
1730 instance1["__isoc99_vfscanf"],
1731 instance1["__isoc99_vfwscanf"],
1732 instance1["__isoc99_vscanf"],
1733 instance1["__isoc99_vsscanf"],
1734 instance1["__isoc99_vswscanf"],
1735 instance1["__isoc99_vwscanf"],
1736 instance1["__isoc99_wscanf"],
1737 instance1["qsort_r"],
1738 instance1["__strtol_internal"],
1739 instance1["__strtoul_internal"],
1740 instance1["__strtoll_internal"],
1741 instance1["__strtoull_internal"],
1742 instance1["__strtoimax_internal"],
1743 instance1["__strtoumax_internal"],
1744 instance1["memrchr"],
1745 instance1["stpcpy"],
1746 instance1["stpncpy"],
1747 instance1["strcasecmp_l"],
1748 instance1["strchrnul"],
1749 instance1["__xpg_strerror_r"],
1750 instance1["strncasecmp_l"],
1751 instance1["asctime_r"],
1752 instance1["localtime_r"],
1753 instance1["gmtime_r"],
1754 instance1["strftime_l"],
1755 instance1["wcsftime_l"],
1756 instance1["__heap_base"],
1757 instance1["__heap_end"],
1758 instance1["libc.so:errno"],
1759 instance1["libc.so:_CLOCK_REALTIME"],
1760 instance1["libc.so:__wasilibc_environ"],
1761 instance1["libc.so:__wasilibc_cwd"],
1762 instance1["libc.so:__wasilibc_find_relpath_alloc"],
1763 instance1["libc.so:__stack_chk_guard"],
1764 instance1["libc.so:__signgam"],
1765 instance1["libc.so:__optreset"],
1766 instance1["libc.so:optind"],
1767 instance1["libc.so:__optpos"],
1768 instance1["libc.so:optarg"],
1769 instance1["libc.so:optopt"],
1770 instance1["libc.so:opterr"],
1771 instance1["libc.so:getdate_err"],
1772 ]).exports(store)
1773 file = importlib_resources.files() / ('root.core34.wasm')
1774 if isinstance(file, pathlib.Path):
1775 module = wasmtime.Module.from_file(store.engine, file)
1776 else:
1777 module = wasmtime.Module(store.engine, file.read_bytes())
1778 instance35 = wasmtime.Instance(store, module, [
1779 instance32["componentize-py#Dispatch"],
1780 instance32["componentize-py#Allocate"],
1781 instance32["componentize-py#Free"],
1782 instance32["componentize-py#ToCanonBool"],
1783 instance32["componentize-py#ToCanonI32"],
1784 instance32["componentize-py#ToCanonU32"],
1785 instance32["componentize-py#ToCanonI64"],
1786 instance32["componentize-py#ToCanonU64"],
1787 instance32["componentize-py#ToCanonF32"],
1788 instance32["componentize-py#ToCanonF64"],
1789 instance32["componentize-py#ToCanonChar"],
1790 instance32["componentize-py#ToCanonString"],
1791 instance32["componentize-py#GetField"],
1792 instance32["componentize-py#GetListLength"],
1793 instance32["componentize-py#GetListElement"],
1794 instance32["componentize-py#FromCanonBool"],
1795 instance32["componentize-py#FromCanonI32"],
1796 instance32["componentize-py#FromCanonU32"],
1797 instance32["componentize-py#FromCanonI64"],
1798 instance32["componentize-py#FromCanonU64"],
1799 instance32["componentize-py#FromCanonF32"],
1800 instance32["componentize-py#FromCanonF64"],
1801 instance32["componentize-py#FromCanonChar"],
1802 instance32["componentize-py#FromCanonString"],
1803 instance32["componentize-py#MakeList"],
1804 instance32["componentize-py#ListAppend"],
1805 instance32["componentize-py#None"],
1806 instance32["componentize-py#Init"],
1807 instance32["componentize-py#GetBytes"],
1808 instance32["componentize-py#MakeBytes"],
1809 instance32["componentize-py#FromCanonHandle"],
1810 instance32["componentize-py#ToCanonHandle"],
1811 instance32["cabi_realloc"],
1812 trampoline0,
1813 trampoline1,
1814 trampoline2,
1815 instance1["libcomponentize_py_bindings.so:table_base"],
1816 instance1["__stack_pointer"],
1817 instance1["memory"],
1818 instance1["__indirect_function_table"],
1819 ]).exports(store)
1820 file = importlib_resources.files() / ('root.core35.wasm')
1821 if isinstance(file, pathlib.Path):
1822 module = wasmtime.Module.from_file(store.engine, file)
1823 else:
1824 module = wasmtime.Module(store.engine, file.read_bytes())
1825 instance36 = wasmtime.Instance(store, module, [
1826 instance1["memory"],
1827 instance1["__indirect_function_table"],
1828 instance1["__stack_pointer"],
1829 instance1["libwasi-emulated-process-clocks.so:memory_base"],
1830 instance1["libwasi-emulated-process-clocks.so:table_base"],
1831 instance34["__wasi_clock_time_get"],
1832 instance1["clock"],
1833 instance1["libwasi-emulated-process-clocks.so:errno"],
1834 ]).exports(store)
1835 file = importlib_resources.files() / ('root.core36.wasm')
1836 if isinstance(file, pathlib.Path):
1837 module = wasmtime.Module.from_file(store.engine, file)
1838 else:
1839 module = wasmtime.Module(store.engine, file.read_bytes())
1840 instance37 = wasmtime.Instance(store, module, [
1841 instance1["memory"],
1842 instance1["__indirect_function_table"],
1843 instance1["libdl.so:memory_base"],
1844 instance1["libdl.so:table_base"],
1845 instance34["strlen"],
1846 instance34["memcmp"],
1847 ]).exports(store)
1848 file = importlib_resources.files() / ('root.core37.wasm')
1849 if isinstance(file, pathlib.Path):
1850 module = wasmtime.Module.from_file(store.engine, file)
1851 else:
1852 module = wasmtime.Module(store.engine, file.read_bytes())
1853 instance38 = wasmtime.Instance(store, module, [
1854 instance1["memory"],
1855 instance1["__indirect_function_table"],
1856 instance1["__stack_pointer"],
1857 instance1["libwasi-emulated-signal.so:memory_base"],
1858 instance1["libwasi-emulated-signal.so:table_base"],
1859 instance34["fprintf"],
1860 instance34["abort"],
1861 instance1["bsd_signal"],
1862 instance1["__sysv_signal"],
1863 instance34["__lctrans_cur"],
1864 instance1["libwasi-emulated-signal.so:errno"],
1865 instance1["libwasi-emulated-signal.so:__SIG_ERR"],
1866 instance1["libwasi-emulated-signal.so:stderr"],
1867 instance1["libwasi-emulated-signal.so:__SIG_IGN"],
1868 ]).exports(store)
1869 file = importlib_resources.files() / ('root.core40.wasm')
1870 if isinstance(file, pathlib.Path):
1871 module = wasmtime.Module.from_file(store.engine, file)
1872 else:
1873 module = wasmtime.Module(store.engine, file.read_bytes())
1874 instance39 = wasmtime.Instance(store, module, [
1875 instance23["get-arguments"],
1876 instance23["get-environment"],
1877 instance23["initial-cwd"],
1878 instance19["args_get"],
1879 instance19["args_sizes_get"],
1880 instance19["clock_res_get"],
1881 instance19["clock_time_get"],
1882 instance19["environ_get"],
1883 instance19["environ_sizes_get"],
1884 instance19["fd_advise"],
1885 instance19["fd_allocate"],
1886 instance19["fd_close"],
1887 instance19["fd_datasync"],
1888 instance19["fd_fdstat_get"],
1889 instance19["fd_fdstat_set_flags"],
1890 instance19["fd_fdstat_set_rights"],
1891 instance19["fd_filestat_get"],
1892 instance19["fd_filestat_set_size"],
1893 instance19["fd_filestat_set_times"],
1894 instance19["fd_pread"],
1895 instance19["fd_prestat_dir_name"],
1896 instance19["fd_prestat_get"],
1897 instance19["fd_pwrite"],
1898 instance19["fd_read"],
1899 instance19["fd_readdir"],
1900 instance19["fd_renumber"],
1901 instance19["fd_seek"],
1902 instance19["fd_sync"],
1903 instance19["fd_tell"],
1904 instance19["fd_write"],
1905 instance19["path_create_directory"],
1906 instance19["path_filestat_get"],
1907 instance19["path_filestat_set_times"],
1908 instance19["path_link"],
1909 instance19["path_open"],
1910 instance19["path_readlink"],
1911 instance19["path_remove_directory"],
1912 instance19["path_rename"],
1913 instance19["path_symlink"],
1914 instance19["path_unlink_file"],
1915 instance19["poll_oneoff"],
1916 instance19["proc_exit"],
1917 instance19["proc_raise"],
1918 instance19["random_get"],
1919 instance19["reset_adapter_state"],
1920 instance19["sched_yield"],
1921 instance19["sock_accept"],
1922 instance19["sock_recv"],
1923 instance19["sock_send"],
1924 instance19["sock_shutdown"],
1925 instance19["adapter_close_badfd"],
1926 instance19["adapter_open_badfd"],
1927 instance25["exit"],
1928 instance9["get-stderr"],
1929 instance10["get-stdin"],
1930 instance13["get-stdout"],
1931 instance11["[resource-drop]terminal-input"],
1932 instance8["[resource-drop]terminal-output"],
1933 instance6["get-terminal-stderr"],
1934 instance15["get-terminal-stdin"],
1935 instance3["get-terminal-stdout"],
1936 instance26["now"],
1937 instance26["resolution"],
1938 instance26["subscribe-duration"],
1939 instance26["subscribe-instant"],
1940 instance17["now"],
1941 instance17["resolution"],
1942 instance16["get-directories"],
1943 instance4["[method]descriptor.advise"],
1944 instance4["[method]descriptor.append-via-stream"],
1945 instance4["[method]descriptor.create-directory-at"],
1946 instance4["[method]descriptor.get-flags"],
1947 instance4["[method]descriptor.get-type"],
1948 instance4["[method]descriptor.is-same-object"],
1949 instance4["[method]descriptor.link-at"],
1950 instance4["[method]descriptor.metadata-hash"],
1951 instance4["[method]descriptor.metadata-hash-at"],
1952 instance4["[method]descriptor.open-at"],
1953 instance4["[method]descriptor.read"],
1954 instance4["[method]descriptor.read-directory"],
1955 instance4["[method]descriptor.read-via-stream"],
1956 instance4["[method]descriptor.readlink-at"],
1957 instance4["[method]descriptor.remove-directory-at"],
1958 instance4["[method]descriptor.rename-at"],
1959 instance4["[method]descriptor.set-size"],
1960 instance4["[method]descriptor.set-times"],
1961 instance4["[method]descriptor.set-times-at"],
1962 instance4["[method]descriptor.stat"],
1963 instance4["[method]descriptor.stat-at"],
1964 instance4["[method]descriptor.symlink-at"],
1965 instance4["[method]descriptor.sync"],
1966 instance4["[method]descriptor.sync-data"],
1967 instance4["[method]descriptor.unlink-file-at"],
1968 instance4["[method]descriptor.write"],
1969 instance4["[method]descriptor.write-via-stream"],
1970 instance4["[method]directory-entry-stream.read-directory-entry"],
1971 instance4["[resource-drop]descriptor"],
1972 instance4["[resource-drop]directory-entry-stream"],
1973 instance4["filesystem-error-code"],
1974 instance29["[method]error.to-debug-string"],
1975 instance29["[resource-drop]error"],
1976 instance2["[method]pollable.block"],
1977 instance2["[method]pollable.ready"],
1978 instance2["[resource-drop]pollable"],
1979 instance2["poll"],
1980 instance7["[method]input-stream.blocking-read"],
1981 instance7["[method]input-stream.blocking-skip"],
1982 instance7["[method]input-stream.read"],
1983 instance7["[method]input-stream.skip"],
1984 instance7["[method]input-stream.subscribe"],
1985 instance7["[method]output-stream.blocking-flush"],
1986 instance7["[method]output-stream.blocking-splice"],
1987 instance7["[method]output-stream.blocking-write-and-flush"],
1988 instance7["[method]output-stream.blocking-write-zeroes-and-flush"],
1989 instance7["[method]output-stream.check-write"],
1990 instance7["[method]output-stream.flush"],
1991 instance7["[method]output-stream.splice"],
1992 instance7["[method]output-stream.subscribe"],
1993 instance7["[method]output-stream.write"],
1994 instance7["[method]output-stream.write-zeroes"],
1995 instance7["[resource-drop]input-stream"],
1996 instance7["[resource-drop]output-stream"],
1997 instance28["insecure-seed"],
1998 instance27["get-insecure-random-bytes"],
1999 instance27["get-insecure-random-u64"],
2000 instance22["get-random-bytes"],
2001 instance22["get-random-u64"],
2002 instance5["instance-network"],
2003 instance24["[method]resolve-address-stream.resolve-next-address"],
2004 instance24["[method]resolve-address-stream.subscribe"],
2005 instance24["[resource-drop]resolve-address-stream"],
2006 instance24["resolve-addresses"],
2007 instance20["[resource-drop]network"],
2008 instance21["create-tcp-socket"],
2009 instance14["[method]tcp-socket.accept"],
2010 instance14["[method]tcp-socket.address-family"],
2011 instance14["[method]tcp-socket.finish-bind"],
2012 instance14["[method]tcp-socket.finish-connect"],
2013 instance14["[method]tcp-socket.finish-listen"],
2014 instance14["[method]tcp-socket.hop-limit"],
2015 instance14["[method]tcp-socket.is-listening"],
2016 instance14["[method]tcp-socket.keep-alive-count"],
2017 instance14["[method]tcp-socket.keep-alive-enabled"],
2018 instance14["[method]tcp-socket.keep-alive-idle-time"],
2019 instance14["[method]tcp-socket.keep-alive-interval"],
2020 instance14["[method]tcp-socket.local-address"],
2021 instance14["[method]tcp-socket.receive-buffer-size"],
2022 instance14["[method]tcp-socket.remote-address"],
2023 instance14["[method]tcp-socket.send-buffer-size"],
2024 instance14["[method]tcp-socket.set-hop-limit"],
2025 instance14["[method]tcp-socket.set-keep-alive-count"],
2026 instance14["[method]tcp-socket.set-keep-alive-enabled"],
2027 instance14["[method]tcp-socket.set-keep-alive-idle-time"],
2028 instance14["[method]tcp-socket.set-keep-alive-interval"],
2029 instance14["[method]tcp-socket.set-listen-backlog-size"],
2030 instance14["[method]tcp-socket.set-receive-buffer-size"],
2031 instance14["[method]tcp-socket.set-send-buffer-size"],
2032 instance14["[method]tcp-socket.shutdown"],
2033 instance14["[method]tcp-socket.start-bind"],
2034 instance14["[method]tcp-socket.start-connect"],
2035 instance14["[method]tcp-socket.start-listen"],
2036 instance14["[method]tcp-socket.subscribe"],
2037 instance14["[resource-drop]tcp-socket"],
2038 instance18["create-udp-socket"],
2039 instance12["[method]incoming-datagram-stream.receive"],
2040 instance12["[method]incoming-datagram-stream.subscribe"],
2041 instance12["[method]outgoing-datagram-stream.check-send"],
2042 instance12["[method]outgoing-datagram-stream.send"],
2043 instance12["[method]outgoing-datagram-stream.subscribe"],
2044 instance12["[method]udp-socket.address-family"],
2045 instance12["[method]udp-socket.finish-bind"],
2046 instance12["[method]udp-socket.local-address"],
2047 instance12["[method]udp-socket.receive-buffer-size"],
2048 instance12["[method]udp-socket.remote-address"],
2049 instance12["[method]udp-socket.send-buffer-size"],
2050 instance12["[method]udp-socket.set-receive-buffer-size"],
2051 instance12["[method]udp-socket.set-send-buffer-size"],
2052 instance12["[method]udp-socket.set-unicast-hop-limit"],
2053 instance12["[method]udp-socket.start-bind"],
2054 instance12["[method]udp-socket.stream"],
2055 instance12["[method]udp-socket.subscribe"],
2056 instance12["[method]udp-socket.unicast-hop-limit"],
2057 instance12["[resource-drop]incoming-datagram-stream"],
2058 instance12["[resource-drop]outgoing-datagram-stream"],
2059 instance12["[resource-drop]udp-socket"],
2060 instance0["$imports"],
2061 ]).exports(store)
2062 file = importlib_resources.files() / ('root.core38.wasm')
2063 if isinstance(file, pathlib.Path):
2064 module = wasmtime.Module.from_file(store.engine, file)
2065 else:
2066 module = wasmtime.Module(store.engine, file.read_bytes())
2067 instance40 = wasmtime.Instance(store, module, [
2068 instance1["memory"],
2069 instance1["__indirect_function_table"],
2070 instance32["__wasm_apply_data_relocs"],
2071 instance32["_initialize"],
2072 instance1["libpython3.12.so:memory_base"],
2073 instance33["PyBaseObject_Type"],
2074 instance1["libcomponentize_py_runtime.so:PyBaseObject_Type"],
2075 instance33["PyBool_Type"],
2076 instance1["libcomponentize_py_runtime.so:PyBool_Type"],
2077 instance33["PyByteArray_Type"],
2078 instance1["libcomponentize_py_runtime.so:PyByteArray_Type"],
2079 instance33["PyComplex_Type"],
2080 instance1["libcomponentize_py_runtime.so:PyComplex_Type"],
2081 instance33["PyExc_AttributeError"],
2082 instance1["libcomponentize_py_runtime.so:PyExc_AttributeError"],
2083 instance33["PyExc_BaseException"],
2084 instance1["libcomponentize_py_runtime.so:PyExc_BaseException"],
2085 instance33["PyExc_BlockingIOError"],
2086 instance1["libcomponentize_py_runtime.so:PyExc_BlockingIOError"],
2087 instance33["PyExc_BrokenPipeError"],
2088 instance1["libcomponentize_py_runtime.so:PyExc_BrokenPipeError"],
2089 instance33["PyExc_ConnectionAbortedError"],
2090 instance1["libcomponentize_py_runtime.so:PyExc_ConnectionAbortedError"],
2091 instance33["PyExc_ConnectionRefusedError"],
2092 instance1["libcomponentize_py_runtime.so:PyExc_ConnectionRefusedError"],
2093 instance33["PyExc_ConnectionResetError"],
2094 instance1["libcomponentize_py_runtime.so:PyExc_ConnectionResetError"],
2095 instance33["PyExc_FileExistsError"],
2096 instance1["libcomponentize_py_runtime.so:PyExc_FileExistsError"],
2097 instance33["PyExc_FileNotFoundError"],
2098 instance1["libcomponentize_py_runtime.so:PyExc_FileNotFoundError"],
2099 instance33["PyExc_ImportError"],
2100 instance1["libcomponentize_py_runtime.so:PyExc_ImportError"],
2101 instance33["PyExc_InterruptedError"],
2102 instance1["libcomponentize_py_runtime.so:PyExc_InterruptedError"],
2103 instance33["PyExc_OSError"],
2104 instance1["libcomponentize_py_runtime.so:PyExc_OSError"],
2105 instance33["PyExc_OverflowError"],
2106 instance1["libcomponentize_py_runtime.so:PyExc_OverflowError"],
2107 instance33["PyExc_PermissionError"],
2108 instance1["libcomponentize_py_runtime.so:PyExc_PermissionError"],
2109 instance33["PyExc_RuntimeError"],
2110 instance1["libcomponentize_py_runtime.so:PyExc_RuntimeError"],
2111 instance33["PyExc_SystemError"],
2112 instance1["libcomponentize_py_runtime.so:PyExc_SystemError"],
2113 instance33["PyExc_TimeoutError"],
2114 instance1["libcomponentize_py_runtime.so:PyExc_TimeoutError"],
2115 instance33["PyExc_TypeError"],
2116 instance1["libcomponentize_py_runtime.so:PyExc_TypeError"],
2117 instance33["PyExc_UnicodeDecodeError"],
2118 instance1["libcomponentize_py_runtime.so:PyExc_UnicodeDecodeError"],
2119 instance33["PyExc_ValueError"],
2120 instance1["libcomponentize_py_runtime.so:PyExc_ValueError"],
2121 instance33["PyFloat_Type"],
2122 instance1["libcomponentize_py_runtime.so:PyFloat_Type"],
2123 instance33["PyModule_Type"],
2124 instance1["libcomponentize_py_runtime.so:PyModule_Type"],
2125 instance33["PySuper_Type"],
2126 instance1["libcomponentize_py_runtime.so:PySuper_Type"],
2127 instance1["libc.so:memory_base"],
2128 instance34["_CLOCK_MONOTONIC"],
2129 instance1["libcomponentize_py_runtime.so:_CLOCK_MONOTONIC"],
2130 instance1["libcomponentize_py_runtime.so:memory_base"],
2131 instance32["_CLOCK_PROCESS_CPUTIME_ID"],
2132 instance1["libcomponentize_py_runtime.so:_CLOCK_PROCESS_CPUTIME_ID"],
2133 instance34["_CLOCK_REALTIME"],
2134 instance1["libcomponentize_py_runtime.so:_CLOCK_REALTIME"],
2135 instance32["_CLOCK_THREAD_CPUTIME_ID"],
2136 instance1["libcomponentize_py_runtime.so:_CLOCK_THREAD_CPUTIME_ID"],
2137 instance33["_PyWeakref_CallableProxyType"],
2138 instance1["libcomponentize_py_runtime.so:_PyWeakref_CallableProxyType"],
2139 instance33["_PyWeakref_ProxyType"],
2140 instance1["libcomponentize_py_runtime.so:_PyWeakref_ProxyType"],
2141 instance33["_PyWeakref_RefType"],
2142 instance1["libcomponentize_py_runtime.so:_PyWeakref_RefType"],
2143 instance33["_Py_FalseStruct"],
2144 instance1["libcomponentize_py_runtime.so:_Py_FalseStruct"],
2145 instance33["_Py_NoneStruct"],
2146 instance1["libcomponentize_py_runtime.so:_Py_NoneStruct"],
2147 instance33["_Py_TrueStruct"],
2148 instance1["libcomponentize_py_runtime.so:_Py_TrueStruct"],
2149 instance32["_ZN3std2io5stdio6stderr8INSTANCE17hdd6de04f3a4451edE"],
2150 instance1["libcomponentize_py_runtime.so:_ZN3std2io5stdio6stderr8INSTANCE17hdd6de04f3a4451edE"],
2151 instance32["_ZN3std4hash6random11RandomState3new4KEYS28_$u7b$$u7b$closure$u7d$$u7d$3VAL17h7cf73dd687db3236E"],
2152 instance1["libcomponentize_py_runtime.so:_ZN3std4hash6random11RandomState3new4KEYS28_$u7b$$u7b$closure$u7d$$u7d$3VAL17h7cf73dd687db3236E"],
2153 instance32["_ZN3std4sync4mpmc5waker17current_thread_id5DUMMY28_$u7b$$u7b$closure$u7d$$u7d$3VAL17hf0f00c1e115534c7E"],
2154 instance1["libcomponentize_py_runtime.so:_ZN3std4sync4mpmc5waker17current_thread_id5DUMMY28_$u7b$$u7b$closure$u7d$$u7d$3VAL17hf0f00c1e115534c7E"],
2155 instance32["_ZN3std6thread7current2id2ID17h2500b4255e55e1deE"],
2156 instance1["libcomponentize_py_runtime.so:_ZN3std6thread7current2id2ID17h2500b4255e55e1deE"],
2157 instance32["_ZN3std6thread7current7CURRENT17hd12783af172970a3E"],
2158 instance1["libcomponentize_py_runtime.so:_ZN3std6thread7current7CURRENT17hd12783af172970a3E"],
2159 instance32["_ZN3std6thread9spawnhook11SPAWN_HOOKS28_$u7b$$u7b$closure$u7d$$u7d$3VAL17hcc47de0d1bee4d81E"],
2160 instance1["libcomponentize_py_runtime.so:_ZN3std6thread9spawnhook11SPAWN_HOOKS28_$u7b$$u7b$closure$u7d$$u7d$3VAL17hcc47de0d1bee4d81E"],
2161 instance32["_ZN3std9panicking11panic_count18GLOBAL_PANIC_COUNT17h14480cde15ba3055E"],
2162 instance1["libcomponentize_py_runtime.so:_ZN3std9panicking11panic_count18GLOBAL_PANIC_COUNT17h14480cde15ba3055E"],
2163 instance32["_ZN3std9panicking4HOOK17hd7044fccb070540fE"],
2164 instance1["libcomponentize_py_runtime.so:_ZN3std9panicking4HOOK17hd7044fccb070540fE"],
2165 instance32["_ZN4core3num7flt2dec8strategy5grisu12CACHED_POW1017h7692f94ae90a763fE"],
2166 instance1["libcomponentize_py_runtime.so:_ZN4core3num7flt2dec8strategy5grisu12CACHED_POW1017h7692f94ae90a763fE"],
2167 instance32["_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h3a90b0ce5303a883E"],
2168 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data11white_space14WHITESPACE_MAP17h3a90b0ce5303a883E"],
2169 instance32["_ZN4core7unicode12unicode_data9lowercase14BITSET_MAPPING17h62bcf1262284cb04E"],
2170 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9lowercase14BITSET_MAPPING17h62bcf1262284cb04E"],
2171 instance32["_ZN4core7unicode12unicode_data9lowercase16BITSET_CANONICAL17h63226014346da8f5E"],
2172 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9lowercase16BITSET_CANONICAL17h63226014346da8f5E"],
2173 instance32["_ZN4core7unicode12unicode_data9lowercase17BITSET_CHUNKS_MAP17he4ed0506af830fb3E"],
2174 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9lowercase17BITSET_CHUNKS_MAP17he4ed0506af830fb3E"],
2175 instance32["_ZN4core7unicode12unicode_data9lowercase19BITSET_INDEX_CHUNKS17h278ee97a9058cbc3E"],
2176 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9lowercase19BITSET_INDEX_CHUNKS17h278ee97a9058cbc3E"],
2177 instance32["_ZN4core7unicode12unicode_data9uppercase14BITSET_MAPPING17hf7b8a08139220617E"],
2178 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9uppercase14BITSET_MAPPING17hf7b8a08139220617E"],
2179 instance32["_ZN4core7unicode12unicode_data9uppercase16BITSET_CANONICAL17he16b658fc10964d4E"],
2180 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9uppercase16BITSET_CANONICAL17he16b658fc10964d4E"],
2181 instance32["_ZN4core7unicode12unicode_data9uppercase17BITSET_CHUNKS_MAP17h48af9fbac1a49846E"],
2182 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9uppercase17BITSET_CHUNKS_MAP17h48af9fbac1a49846E"],
2183 instance32["_ZN4core7unicode12unicode_data9uppercase19BITSET_INDEX_CHUNKS17h423c71b6c14daabdE"],
2184 instance1["libcomponentize_py_runtime.so:_ZN4core7unicode12unicode_data9uppercase19BITSET_INDEX_CHUNKS17h423c71b6c14daabdE"],
2185 instance32["_ZN8pyo3_ffi8datetime18PyDateTimeAPI_impl17hb4adfb35473d18cfE"],
2186 instance1["libcomponentize_py_runtime.so:_ZN8pyo3_ffi8datetime18PyDateTimeAPI_impl17hb4adfb35473d18cfE"],
2187 instance32["__rust_alloc_error_handler_should_panic"],
2188 instance1["libcomponentize_py_runtime.so:__rust_alloc_error_handler_should_panic"],
2189 instance32["__rust_no_alloc_shim_is_unstable"],
2190 instance1["libcomponentize_py_runtime.so:__rust_no_alloc_shim_is_unstable"],
2191 instance34["errno"],
2192 instance1["libcomponentize_py_runtime.so:errno"],
2193 instance33["__wasm_apply_data_relocs"],
2194 instance33["_initialize"],
2195 instance33["PyAsyncGen_Type"],
2196 instance1["libpython3.12.so:PyAsyncGen_Type"],
2197 instance1["libpython3.12.so:PyBaseObject_Type"],
2198 instance1["libpython3.12.so:PyBool_Type"],
2199 instance33["PyByteArrayIter_Type"],
2200 instance1["libpython3.12.so:PyByteArrayIter_Type"],
2201 instance1["libpython3.12.so:PyByteArray_Type"],
2202 instance33["PyBytesIter_Type"],
2203 instance1["libpython3.12.so:PyBytesIter_Type"],
2204 instance33["PyBytes_Type"],
2205 instance1["libpython3.12.so:PyBytes_Type"],
2206 instance33["PyCFunction_Type"],
2207 instance1["libpython3.12.so:PyCFunction_Type"],
2208 instance33["PyCMethod_Type"],
2209 instance1["libpython3.12.so:PyCMethod_Type"],
2210 instance33["PyCallIter_Type"],
2211 instance1["libpython3.12.so:PyCallIter_Type"],
2212 instance33["PyCapsule_Type"],
2213 instance1["libpython3.12.so:PyCapsule_Type"],
2214 instance33["PyCell_Type"],
2215 instance1["libpython3.12.so:PyCell_Type"],
2216 instance33["PyClassMethodDescr_Type"],
2217 instance1["libpython3.12.so:PyClassMethodDescr_Type"],
2218 instance33["PyClassMethod_Type"],
2219 instance1["libpython3.12.so:PyClassMethod_Type"],
2220 instance33["PyCode_Type"],
2221 instance1["libpython3.12.so:PyCode_Type"],
2222 instance1["libpython3.12.so:PyComplex_Type"],
2223 instance33["PyContextToken_Type"],
2224 instance1["libpython3.12.so:PyContextToken_Type"],
2225 instance33["PyContextVar_Type"],
2226 instance1["libpython3.12.so:PyContextVar_Type"],
2227 instance33["PyContext_Type"],
2228 instance1["libpython3.12.so:PyContext_Type"],
2229 instance33["PyCoro_Type"],
2230 instance1["libpython3.12.so:PyCoro_Type"],
2231 instance33["PyDictItems_Type"],
2232 instance1["libpython3.12.so:PyDictItems_Type"],
2233 instance33["PyDictIterItem_Type"],
2234 instance1["libpython3.12.so:PyDictIterItem_Type"],
2235 instance33["PyDictIterKey_Type"],
2236 instance1["libpython3.12.so:PyDictIterKey_Type"],
2237 instance33["PyDictIterValue_Type"],
2238 instance1["libpython3.12.so:PyDictIterValue_Type"],
2239 instance33["PyDictKeys_Type"],
2240 instance1["libpython3.12.so:PyDictKeys_Type"],
2241 instance33["PyDictProxy_Type"],
2242 instance1["libpython3.12.so:PyDictProxy_Type"],
2243 instance33["PyDictRevIterItem_Type"],
2244 instance1["libpython3.12.so:PyDictRevIterItem_Type"],
2245 instance33["PyDictRevIterKey_Type"],
2246 instance1["libpython3.12.so:PyDictRevIterKey_Type"],
2247 instance33["PyDictRevIterValue_Type"],
2248 instance1["libpython3.12.so:PyDictRevIterValue_Type"],
2249 instance33["PyDictValues_Type"],
2250 instance1["libpython3.12.so:PyDictValues_Type"],
2251 instance33["PyDict_Type"],
2252 instance1["libpython3.12.so:PyDict_Type"],
2253 instance33["PyEllipsis_Type"],
2254 instance1["libpython3.12.so:PyEllipsis_Type"],
2255 instance33["PyEnum_Type"],
2256 instance1["libpython3.12.so:PyEnum_Type"],
2257 instance33["PyExc_ArithmeticError"],
2258 instance1["libpython3.12.so:PyExc_ArithmeticError"],
2259 instance33["PyExc_AssertionError"],
2260 instance1["libpython3.12.so:PyExc_AssertionError"],
2261 instance1["libpython3.12.so:PyExc_AttributeError"],
2262 instance1["libpython3.12.so:PyExc_BaseException"],
2263 instance33["PyExc_BaseExceptionGroup"],
2264 instance1["libpython3.12.so:PyExc_BaseExceptionGroup"],
2265 instance1["libpython3.12.so:PyExc_BlockingIOError"],
2266 instance1["libpython3.12.so:PyExc_BrokenPipeError"],
2267 instance33["PyExc_BufferError"],
2268 instance1["libpython3.12.so:PyExc_BufferError"],
2269 instance33["PyExc_BytesWarning"],
2270 instance1["libpython3.12.so:PyExc_BytesWarning"],
2271 instance33["PyExc_ChildProcessError"],
2272 instance1["libpython3.12.so:PyExc_ChildProcessError"],
2273 instance1["libpython3.12.so:PyExc_ConnectionAbortedError"],
2274 instance1["libpython3.12.so:PyExc_ConnectionRefusedError"],
2275 instance1["libpython3.12.so:PyExc_ConnectionResetError"],
2276 instance33["PyExc_DeprecationWarning"],
2277 instance1["libpython3.12.so:PyExc_DeprecationWarning"],
2278 instance33["PyExc_EOFError"],
2279 instance1["libpython3.12.so:PyExc_EOFError"],
2280 instance33["PyExc_EncodingWarning"],
2281 instance1["libpython3.12.so:PyExc_EncodingWarning"],
2282 instance33["PyExc_EnvironmentError"],
2283 instance1["libpython3.12.so:PyExc_EnvironmentError"],
2284 instance33["PyExc_Exception"],
2285 instance1["libpython3.12.so:PyExc_Exception"],
2286 instance1["libpython3.12.so:PyExc_FileExistsError"],
2287 instance1["libpython3.12.so:PyExc_FileNotFoundError"],
2288 instance33["PyExc_GeneratorExit"],
2289 instance1["libpython3.12.so:PyExc_GeneratorExit"],
2290 instance33["PyExc_IOError"],
2291 instance1["libpython3.12.so:PyExc_IOError"],
2292 instance1["libpython3.12.so:PyExc_ImportError"],
2293 instance33["PyExc_ImportWarning"],
2294 instance1["libpython3.12.so:PyExc_ImportWarning"],
2295 instance33["PyExc_IndentationError"],
2296 instance1["libpython3.12.so:PyExc_IndentationError"],
2297 instance33["PyExc_IndexError"],
2298 instance1["libpython3.12.so:PyExc_IndexError"],
2299 instance1["libpython3.12.so:PyExc_InterruptedError"],
2300 instance33["PyExc_IsADirectoryError"],
2301 instance1["libpython3.12.so:PyExc_IsADirectoryError"],
2302 instance33["PyExc_KeyError"],
2303 instance1["libpython3.12.so:PyExc_KeyError"],
2304 instance33["PyExc_KeyboardInterrupt"],
2305 instance1["libpython3.12.so:PyExc_KeyboardInterrupt"],
2306 instance33["PyExc_LookupError"],
2307 instance1["libpython3.12.so:PyExc_LookupError"],
2308 instance33["PyExc_MemoryError"],
2309 instance1["libpython3.12.so:PyExc_MemoryError"],
2310 instance33["PyExc_NameError"],
2311 instance1["libpython3.12.so:PyExc_NameError"],
2312 instance33["PyExc_NotADirectoryError"],
2313 instance1["libpython3.12.so:PyExc_NotADirectoryError"],
2314 instance33["PyExc_NotImplementedError"],
2315 instance1["libpython3.12.so:PyExc_NotImplementedError"],
2316 instance1["libpython3.12.so:PyExc_OSError"],
2317 instance1["libpython3.12.so:PyExc_OverflowError"],
2318 instance33["PyExc_PendingDeprecationWarning"],
2319 instance1["libpython3.12.so:PyExc_PendingDeprecationWarning"],
2320 instance1["libpython3.12.so:PyExc_PermissionError"],
2321 instance33["PyExc_ProcessLookupError"],
2322 instance1["libpython3.12.so:PyExc_ProcessLookupError"],
2323 instance33["PyExc_RecursionError"],
2324 instance1["libpython3.12.so:PyExc_RecursionError"],
2325 instance33["PyExc_ReferenceError"],
2326 instance1["libpython3.12.so:PyExc_ReferenceError"],
2327 instance33["PyExc_ResourceWarning"],
2328 instance1["libpython3.12.so:PyExc_ResourceWarning"],
2329 instance1["libpython3.12.so:PyExc_RuntimeError"],
2330 instance33["PyExc_RuntimeWarning"],
2331 instance1["libpython3.12.so:PyExc_RuntimeWarning"],
2332 instance33["PyExc_StopAsyncIteration"],
2333 instance1["libpython3.12.so:PyExc_StopAsyncIteration"],
2334 instance33["PyExc_StopIteration"],
2335 instance1["libpython3.12.so:PyExc_StopIteration"],
2336 instance33["PyExc_SyntaxError"],
2337 instance1["libpython3.12.so:PyExc_SyntaxError"],
2338 instance33["PyExc_SyntaxWarning"],
2339 instance1["libpython3.12.so:PyExc_SyntaxWarning"],
2340 instance1["libpython3.12.so:PyExc_SystemError"],
2341 instance33["PyExc_SystemExit"],
2342 instance1["libpython3.12.so:PyExc_SystemExit"],
2343 instance33["PyExc_TabError"],
2344 instance1["libpython3.12.so:PyExc_TabError"],
2345 instance1["libpython3.12.so:PyExc_TimeoutError"],
2346 instance1["libpython3.12.so:PyExc_TypeError"],
2347 instance33["PyExc_UnboundLocalError"],
2348 instance1["libpython3.12.so:PyExc_UnboundLocalError"],
2349 instance1["libpython3.12.so:PyExc_UnicodeDecodeError"],
2350 instance33["PyExc_UnicodeEncodeError"],
2351 instance1["libpython3.12.so:PyExc_UnicodeEncodeError"],
2352 instance33["PyExc_UnicodeError"],
2353 instance1["libpython3.12.so:PyExc_UnicodeError"],
2354 instance33["PyExc_UnicodeTranslateError"],
2355 instance1["libpython3.12.so:PyExc_UnicodeTranslateError"],
2356 instance33["PyExc_UserWarning"],
2357 instance1["libpython3.12.so:PyExc_UserWarning"],
2358 instance1["libpython3.12.so:PyExc_ValueError"],
2359 instance33["PyExc_Warning"],
2360 instance1["libpython3.12.so:PyExc_Warning"],
2361 instance33["PyExc_ZeroDivisionError"],
2362 instance1["libpython3.12.so:PyExc_ZeroDivisionError"],
2363 instance33["PyFilter_Type"],
2364 instance1["libpython3.12.so:PyFilter_Type"],
2365 instance1["libpython3.12.so:PyFloat_Type"],
2366 instance33["PyFrame_Type"],
2367 instance1["libpython3.12.so:PyFrame_Type"],
2368 instance33["PyFrozenSet_Type"],
2369 instance1["libpython3.12.so:PyFrozenSet_Type"],
2370 instance33["PyFunction_Type"],
2371 instance1["libpython3.12.so:PyFunction_Type"],
2372 instance33["PyGen_Type"],
2373 instance1["libpython3.12.so:PyGen_Type"],
2374 instance33["PyGetSetDescr_Type"],
2375 instance1["libpython3.12.so:PyGetSetDescr_Type"],
2376 instance33["PyImport_FrozenModules"],
2377 instance1["libpython3.12.so:PyImport_FrozenModules"],
2378 instance33["PyImport_Inittab"],
2379 instance1["libpython3.12.so:PyImport_Inittab"],
2380 instance33["PyInstanceMethod_Type"],
2381 instance1["libpython3.12.so:PyInstanceMethod_Type"],
2382 instance33["PyListIter_Type"],
2383 instance1["libpython3.12.so:PyListIter_Type"],
2384 instance33["PyListRevIter_Type"],
2385 instance1["libpython3.12.so:PyListRevIter_Type"],
2386 instance33["PyList_Type"],
2387 instance1["libpython3.12.so:PyList_Type"],
2388 instance33["PyLongRangeIter_Type"],
2389 instance1["libpython3.12.so:PyLongRangeIter_Type"],
2390 instance33["PyLong_Type"],
2391 instance1["libpython3.12.so:PyLong_Type"],
2392 instance33["PyMap_Type"],
2393 instance1["libpython3.12.so:PyMap_Type"],
2394 instance33["PyMemberDescr_Type"],
2395 instance1["libpython3.12.so:PyMemberDescr_Type"],
2396 instance33["PyMemoryView_Type"],
2397 instance1["libpython3.12.so:PyMemoryView_Type"],
2398 instance33["PyMethodDescr_Type"],
2399 instance1["libpython3.12.so:PyMethodDescr_Type"],
2400 instance33["PyMethod_Type"],
2401 instance1["libpython3.12.so:PyMethod_Type"],
2402 instance33["PyModuleDef_Type"],
2403 instance1["libpython3.12.so:PyModuleDef_Type"],
2404 instance1["libpython3.12.so:PyModule_Type"],
2405 instance33["PyODictItems_Type"],
2406 instance1["libpython3.12.so:PyODictItems_Type"],
2407 instance33["PyODictIter_Type"],
2408 instance1["libpython3.12.so:PyODictIter_Type"],
2409 instance33["PyODictKeys_Type"],
2410 instance1["libpython3.12.so:PyODictKeys_Type"],
2411 instance33["PyODictValues_Type"],
2412 instance1["libpython3.12.so:PyODictValues_Type"],
2413 instance33["PyODict_Type"],
2414 instance1["libpython3.12.so:PyODict_Type"],
2415 instance33["PyOS_InputHook"],
2416 instance1["libpython3.12.so:PyOS_InputHook"],
2417 instance33["PyOS_ReadlineFunctionPointer"],
2418 instance1["libpython3.12.so:PyOS_ReadlineFunctionPointer"],
2419 instance33["PyPickleBuffer_Type"],
2420 instance1["libpython3.12.so:PyPickleBuffer_Type"],
2421 instance33["PyProperty_Type"],
2422 instance1["libpython3.12.so:PyProperty_Type"],
2423 instance33["PyRangeIter_Type"],
2424 instance1["libpython3.12.so:PyRangeIter_Type"],
2425 instance33["PyRange_Type"],
2426 instance1["libpython3.12.so:PyRange_Type"],
2427 instance33["PyReversed_Type"],
2428 instance1["libpython3.12.so:PyReversed_Type"],
2429 instance33["PySeqIter_Type"],
2430 instance1["libpython3.12.so:PySeqIter_Type"],
2431 instance33["PySetIter_Type"],
2432 instance1["libpython3.12.so:PySetIter_Type"],
2433 instance33["PySet_Type"],
2434 instance1["libpython3.12.so:PySet_Type"],
2435 instance33["PySlice_Type"],
2436 instance1["libpython3.12.so:PySlice_Type"],
2437 instance33["PyStaticMethod_Type"],
2438 instance1["libpython3.12.so:PyStaticMethod_Type"],
2439 instance33["PyStdPrinter_Type"],
2440 instance1["libpython3.12.so:PyStdPrinter_Type"],
2441 instance33["PyStructSequence_UnnamedField"],
2442 instance1["libpython3.12.so:PyStructSequence_UnnamedField"],
2443 instance1["libpython3.12.so:PySuper_Type"],
2444 instance33["PyTraceBack_Type"],
2445 instance1["libpython3.12.so:PyTraceBack_Type"],
2446 instance33["PyTupleIter_Type"],
2447 instance1["libpython3.12.so:PyTupleIter_Type"],
2448 instance33["PyTuple_Type"],
2449 instance1["libpython3.12.so:PyTuple_Type"],
2450 instance33["PyType_Type"],
2451 instance1["libpython3.12.so:PyType_Type"],
2452 instance33["PyUnicodeIter_Type"],
2453 instance1["libpython3.12.so:PyUnicodeIter_Type"],
2454 instance33["PyUnicode_Type"],
2455 instance1["libpython3.12.so:PyUnicode_Type"],
2456 instance33["PyWrapperDescr_Type"],
2457 instance1["libpython3.12.so:PyWrapperDescr_Type"],
2458 instance33["PyZip_Type"],
2459 instance1["libpython3.12.so:PyZip_Type"],
2460 instance33["Py_BytesWarningFlag"],
2461 instance1["libpython3.12.so:Py_BytesWarningFlag"],
2462 instance33["Py_DebugFlag"],
2463 instance1["libpython3.12.so:Py_DebugFlag"],
2464 instance33["Py_DontWriteBytecodeFlag"],
2465 instance1["libpython3.12.so:Py_DontWriteBytecodeFlag"],
2466 instance33["Py_FileSystemDefaultEncodeErrors"],
2467 instance1["libpython3.12.so:Py_FileSystemDefaultEncodeErrors"],
2468 instance33["Py_FileSystemDefaultEncoding"],
2469 instance1["libpython3.12.so:Py_FileSystemDefaultEncoding"],
2470 instance33["Py_FrozenFlag"],
2471 instance1["libpython3.12.so:Py_FrozenFlag"],
2472 instance33["Py_GenericAliasType"],
2473 instance1["libpython3.12.so:Py_GenericAliasType"],
2474 instance33["Py_HasFileSystemDefaultEncoding"],
2475 instance1["libpython3.12.so:Py_HasFileSystemDefaultEncoding"],
2476 instance33["Py_HashRandomizationFlag"],
2477 instance1["libpython3.12.so:Py_HashRandomizationFlag"],
2478 instance33["Py_IgnoreEnvironmentFlag"],
2479 instance1["libpython3.12.so:Py_IgnoreEnvironmentFlag"],
2480 instance33["Py_InspectFlag"],
2481 instance1["libpython3.12.so:Py_InspectFlag"],
2482 instance33["Py_InteractiveFlag"],
2483 instance1["libpython3.12.so:Py_InteractiveFlag"],
2484 instance33["Py_IsolatedFlag"],
2485 instance1["libpython3.12.so:Py_IsolatedFlag"],
2486 instance33["Py_NoSiteFlag"],
2487 instance1["libpython3.12.so:Py_NoSiteFlag"],
2488 instance33["Py_NoUserSiteDirectory"],
2489 instance1["libpython3.12.so:Py_NoUserSiteDirectory"],
2490 instance33["Py_OptimizeFlag"],
2491 instance1["libpython3.12.so:Py_OptimizeFlag"],
2492 instance33["Py_QuietFlag"],
2493 instance1["libpython3.12.so:Py_QuietFlag"],
2494 instance33["Py_UTF8Mode"],
2495 instance1["libpython3.12.so:Py_UTF8Mode"],
2496 instance33["Py_UnbufferedStdioFlag"],
2497 instance1["libpython3.12.so:Py_UnbufferedStdioFlag"],
2498 instance33["Py_VerboseFlag"],
2499 instance1["libpython3.12.so:Py_VerboseFlag"],
2500 instance33["Py_hexdigits"],
2501 instance1["libpython3.12.so:Py_hexdigits"],
2502 instance1["libpython3.12.so:_CLOCK_MONOTONIC"],
2503 instance1["libpython3.12.so:_CLOCK_REALTIME"],
2504 instance33["_PyAsyncGenASend_Type"],
2505 instance1["libpython3.12.so:_PyAsyncGenASend_Type"],
2506 instance33["_PyAsyncGenAThrow_Type"],
2507 instance1["libpython3.12.so:_PyAsyncGenAThrow_Type"],
2508 instance33["_PyAsyncGenWrappedValue_Type"],
2509 instance1["libpython3.12.so:_PyAsyncGenWrappedValue_Type"],
2510 instance33["_PyBufferWrapper_Type"],
2511 instance1["libpython3.12.so:_PyBufferWrapper_Type"],
2512 instance33["_PyByteArray_empty_string"],
2513 instance1["libpython3.12.so:_PyByteArray_empty_string"],
2514 instance33["_PyCoroWrapper_Type"],
2515 instance1["libpython3.12.so:_PyCoroWrapper_Type"],
2516 instance33["_PyImport_FrozenBootstrap"],
2517 instance1["libpython3.12.so:_PyImport_FrozenBootstrap"],
2518 instance33["_PyImport_FrozenStdlib"],
2519 instance1["libpython3.12.so:_PyImport_FrozenStdlib"],
2520 instance33["_PyImport_FrozenTest"],
2521 instance1["libpython3.12.so:_PyImport_FrozenTest"],
2522 instance33["_PyInterpreterID_Type"],
2523 instance1["libpython3.12.so:_PyInterpreterID_Type"],
2524 instance33["_PyLong_DigitValue"],
2525 instance1["libpython3.12.so:_PyLong_DigitValue"],
2526 instance33["_PyManagedBuffer_Type"],
2527 instance1["libpython3.12.so:_PyManagedBuffer_Type"],
2528 instance33["_PyMethodWrapper_Type"],
2529 instance1["libpython3.12.so:_PyMethodWrapper_Type"],
2530 instance33["_PyNamespace_Type"],
2531 instance1["libpython3.12.so:_PyNamespace_Type"],
2532 instance33["_PyNone_Type"],
2533 instance1["libpython3.12.so:_PyNone_Type"],
2534 instance33["_PyNotImplemented_Type"],
2535 instance1["libpython3.12.so:_PyNotImplemented_Type"],
2536 instance33["_PyOS_ReadlineTState"],
2537 instance1["libpython3.12.so:_PyOS_ReadlineTState"],
2538 instance33["_PyRuntime"],
2539 instance1["libpython3.12.so:_PyRuntime"],
2540 instance1["libpython3.12.so:_PyWeakref_CallableProxyType"],
2541 instance1["libpython3.12.so:_PyWeakref_ProxyType"],
2542 instance1["libpython3.12.so:_PyWeakref_RefType"],
2543 instance33["_Py_EllipsisObject"],
2544 instance1["libpython3.12.so:_Py_EllipsisObject"],
2545 instance1["libpython3.12.so:_Py_FalseStruct"],
2546 instance33["_Py_HasFileSystemDefaultEncodeErrors"],
2547 instance1["libpython3.12.so:_Py_HasFileSystemDefaultEncodeErrors"],
2548 instance33["_Py_HashSecret"],
2549 instance1["libpython3.12.so:_Py_HashSecret"],
2550 instance1["libpython3.12.so:_Py_NoneStruct"],
2551 instance33["_Py_NotImplementedStruct"],
2552 instance1["libpython3.12.so:_Py_NotImplementedStruct"],
2553 instance33["_Py_SwappedOp"],
2554 instance1["libpython3.12.so:_Py_SwappedOp"],
2555 instance1["libpython3.12.so:_Py_TrueStruct"],
2556 instance33["_Py_ascii_whitespace"],
2557 instance1["libpython3.12.so:_Py_ascii_whitespace"],
2558 instance33["_Py_ctype_table"],
2559 instance1["libpython3.12.so:_Py_ctype_table"],
2560 instance33["_Py_ctype_tolower"],
2561 instance1["libpython3.12.so:_Py_ctype_tolower"],
2562 instance33["_Py_ctype_toupper"],
2563 instance1["libpython3.12.so:_Py_ctype_toupper"],
2564 instance34["environ"],
2565 instance1["libpython3.12.so:environ"],
2566 instance1["libpython3.12.so:errno"],
2567 instance34["h_errno"],
2568 instance1["libpython3.12.so:h_errno"],
2569 instance34["stderr"],
2570 instance1["libpython3.12.so:stderr"],
2571 instance34["stdin"],
2572 instance1["libpython3.12.so:stdin"],
2573 instance34["stdout"],
2574 instance1["libpython3.12.so:stdout"],
2575 instance34["__wasm_apply_data_relocs"],
2576 instance34["_initialize"],
2577 instance1["libc.so:_CLOCK_REALTIME"],
2578 instance34["__optpos"],
2579 instance1["libc.so:__optpos"],
2580 instance34["__optreset"],
2581 instance1["libc.so:__optreset"],
2582 instance34["__signgam"],
2583 instance1["libc.so:__signgam"],
2584 instance34["__stack_chk_guard"],
2585 instance1["libc.so:__stack_chk_guard"],
2586 instance34["__wasilibc_cwd"],
2587 instance1["libc.so:__wasilibc_cwd"],
2588 instance34["__wasilibc_environ"],
2589 instance1["libc.so:__wasilibc_environ"],
2590 instance1["libc.so:errno"],
2591 instance34["getdate_err"],
2592 instance1["libc.so:getdate_err"],
2593 instance34["optarg"],
2594 instance1["libc.so:optarg"],
2595 instance34["opterr"],
2596 instance1["libc.so:opterr"],
2597 instance34["optind"],
2598 instance1["libc.so:optind"],
2599 instance34["optopt"],
2600 instance1["libc.so:optopt"],
2601 instance36["__wasm_apply_data_relocs"],
2602 instance36["_initialize"],
2603 instance1["libwasi-emulated-process-clocks.so:errno"],
2604 instance30["__wasm_apply_data_relocs"],
2605 instance30["_initialize"],
2606 instance38["__wasm_apply_data_relocs"],
2607 instance38["_initialize"],
2608 instance1["libwasi-emulated-signal.so:errno"],
2609 instance1["libwasi-emulated-signal.so:stderr"],
2610 instance37["__wasm_apply_data_relocs"],
2611 instance37["_initialize"],
2612 instance37["__wasm_set_libraries"],
2613 instance32["PyInit_componentize_py_runtime"],
2614 instance33["PyObject_GenericGetDict"],
2615 instance33["PyObject_GenericSetDict"],
2616 instance33["PyType_GenericAlloc"],
2617 instance32["_ZN102_$LT$std..panicking..begin_panic_handler..FormatStringPayload$u20$as$u20$core..panic..PanicPayload$GT$3get17h6aaf6f1496bce847E"],
2618 instance32["_ZN102_$LT$std..panicking..begin_panic_handler..FormatStringPayload$u20$as$u20$core..panic..PanicPayload$GT$8take_box17hf35b00560506f6d0E"],
2619 instance32["_ZN106_$LT$$LT$std..path..Iter$u20$as$u20$core..fmt..Debug$GT$..fmt..DebugHelper$u20$as$u20$core..fmt..Debug$GT$3fmt17h3f92d0c023bcce2eE"],
2620 instance32["_ZN112_$LT$$LT$std..path..Components$u20$as$u20$core..fmt..Debug$GT$..fmt..DebugHelper$u20$as$u20$core..fmt..Debug$GT$3fmt17hbd07695bdbe964c4E"],
2621 instance32["_ZN254_$LT$alloc..boxed..convert..$LT$impl$u20$core..convert..From$LT$alloc..string..String$GT$$u20$for$u20$alloc..boxed..Box$LT$dyn$u20$core..error..Error$u2b$core..marker..Sync$u2b$core..marker..Send$GT$$GT$..from..StringError$u20$as$u20$core..fmt..Debug$GT$3fmt17h3fa1391424a7f208E"],
2622 instance32["_ZN256_$LT$alloc..boxed..convert..$LT$impl$u20$core..convert..From$LT$alloc..string..String$GT$$u20$for$u20$alloc..boxed..Box$LT$dyn$u20$core..error..Error$u2b$core..marker..Sync$u2b$core..marker..Send$GT$$GT$..from..StringError$u20$as$u20$core..error..Error$GT$11description17he7337e4540246fbfE"],
2623 instance32["_ZN256_$LT$alloc..boxed..convert..$LT$impl$u20$core..convert..From$LT$alloc..string..String$GT$$u20$for$u20$alloc..boxed..Box$LT$dyn$u20$core..error..Error$u2b$core..marker..Sync$u2b$core..marker..Send$GT$$GT$..from..StringError$u20$as$u20$core..fmt..Display$GT$3fmt17h8a67c98662c49e1aE"],
2624 instance32["_ZN41_$LT$char$u20$as$u20$core..fmt..Debug$GT$3fmt17h14e7e418f5fe6c39E"],
2625 instance32["_ZN43_$LT$char$u20$as$u20$core..fmt..Display$GT$3fmt17hfa18e4c0a907541eE"],
2626 instance32["_ZN4core3fmt3num3imp51_$LT$impl$u20$core..fmt..Display$u20$for$u20$u8$GT$3fmt17h553742713efd3d1bE"],
2627 instance32["_ZN4core3fmt3num3imp54_$LT$impl$u20$core..fmt..Display$u20$for$u20$isize$GT$3fmt17h08d6f2bcc208e04dE"],
2628 instance32["_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u16$GT$3fmt17h90c342341c7b0ce5E"],
2629 instance32["_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17he2e19476b472642cE"],
2630 instance32["_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u64$GT$3fmt17hf9f3b84e28ca39e6E"],
2631 instance32["_ZN4core3fmt3num3imp54_$LT$impl$u20$core..fmt..Display$u20$for$u20$isize$GT$3fmt17h08d6f2bcc208e04dE"],
2632 instance32["_ZN4core3fmt3num3imp52_$LT$impl$u20$core..fmt..Display$u20$for$u20$u32$GT$3fmt17he2e19476b472642cE"],
2633 instance32["_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$u8$GT$3fmt17h9a6074995c5ecf04E"],
2634 instance32["_ZN4core3fmt3num52_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$u8$GT$3fmt17hd038c2aeb36616d2E"],
2635 instance32["_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$u16$GT$3fmt17h87bf0a9238d9be6eE"],
2636 instance32["_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$u32$GT$3fmt17haa4a6fec090f618dE"],
2637 instance32["_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..UpperHex$u20$for$u20$u32$GT$3fmt17h7a42ab312c5ec006E"],
2638 instance32["_ZN4core3fmt3num54_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$i128$GT$3fmt17h0d81a87a9bc40305E"],
2639 instance32["_ZN4core3fmt3num53_$LT$impl$u20$core..fmt..LowerHex$u20$for$u20$u32$GT$3fmt17haa4a6fec090f618dE"],
2640 instance32["_ZN4core3fmt5float50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$f32$GT$3fmt17h986b8ca26caf1bddE"],
2641 instance32["_ZN4core3fmt5float50_$LT$impl$u20$core..fmt..Debug$u20$for$u20$f64$GT$3fmt17h0bdfa53dbc6b594aE"],
2642 instance32["_ZN53_$LT$pyo3..err..PyErr$u20$as$u20$core..fmt..Debug$GT$3fmt17he5fae13af032ffa3E"],
2643 instance32["_ZN54_$LT$std..fs..FileType$u20$as$u20$core..fmt..Debug$GT$3fmt17h78ba7b8fa5015321E"],
2644 instance32["_ZN55_$LT$pyo3..err..PyErr$u20$as$u20$core..fmt..Display$GT$3fmt17h5e6ff7465d4c5e06E"],
2645 instance32["_ZN55_$LT$std..path..PathBuf$u20$as$u20$core..fmt..Debug$GT$3fmt17hedb88436bbe914fcE"],
2646 instance32["_ZN56_$LT$anyhow..ensure..Buf$u20$as$u20$core..fmt..Write$GT$9write_str17hbfb018783fef5b78E"],
2647 instance32["_ZN56_$LT$std..thread..Thread$u20$as$u20$core..fmt..Debug$GT$3fmt17h9a309dbc3e57a108E"],
2648 instance32["_ZN57_$LT$core..fmt..Arguments$u20$as$u20$core..fmt..Debug$GT$3fmt17h48174b1c0242081dE"],
2649 instance32["_ZN58_$LT$std..time..SystemTime$u20$as$u20$core..fmt..Debug$GT$3fmt17h50142b892b6ed91cE"],
2650 instance32["_ZN59_$LT$core..fmt..Arguments$u20$as$u20$core..fmt..Display$GT$3fmt17h38e7200d8e8b0479E"],
2651 instance32["_ZN60_$LT$core..cell..BorrowError$u20$as$u20$core..fmt..Debug$GT$3fmt17h6324ba5d7e4a4ab9E"],
2652 instance32["_ZN60_$LT$core..str..lossy..Debug$u20$as$u20$core..fmt..Debug$GT$3fmt17h6316fb8264d10f42E"],
2653 instance32["_ZN60_$LT$std..io..error..Error$u20$as$u20$core..fmt..Display$GT$3fmt17hba364255b85d11a6E"],
2654 instance32["_ZN63_$LT$core..cell..BorrowMutError$u20$as$u20$core..fmt..Debug$GT$3fmt17hb2d74b452a608284E"],
2655 instance32["_ZN63_$LT$std..ffi..os_str..OsString$u20$as$u20$core..fmt..Debug$GT$3fmt17h37303df8df9336eeE"],
2656 instance32["_ZN63_$LT$wasi..lib_generated..Errno$u20$as$u20$core..fmt..Debug$GT$3fmt17h0df3feaddbb8e3bdE"],
2657 instance32["_ZN64_$LT$anyhow..wrapper..BoxedError$u20$as$u20$core..fmt..Debug$GT$3fmt17hb738f9f81e946087E"],
2658 instance32["_ZN65_$LT$std..sys..pal..wasi..os..Env$u20$as$u20$core..fmt..Debug$GT$3fmt17he49d924ea17f457bE"],
2659 instance32["_ZN66_$LT$anyhow..wrapper..BoxedError$u20$as$u20$core..error..Error$GT$6source17h613ef3bcf952323cE"],
2660 instance32["_ZN66_$LT$anyhow..wrapper..BoxedError$u20$as$u20$core..fmt..Display$GT$3fmt17h7ca820186e5df61aE"],
2661 instance32["_ZN67_$LT$core..net..ip_addr..Ipv4Addr$u20$as$u20$core..fmt..Display$GT$3fmt17hf2861ca3ee3df41bE"],
2662 instance32["_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$10write_char17ha19b267463a56771E"],
2663 instance32["_ZN68_$LT$core..fmt..builders..PadAdapter$u20$as$u20$core..fmt..Write$GT$9write_str17h64ab2f0486dd37f7E"],
2664 instance32["_ZN68_$LT$std..sys..pal..wasi..args..Args$u20$as$u20$core..fmt..Debug$GT$3fmt17h71c1222c441c673fE"],
2665 instance32["_ZN69_$LT$std..sys..pal..wasi..stdio..Stderr$u20$as$u20$std..io..Write$GT$14write_vectored17hc8888b74f5cd61aeE"],
2666 instance32["_ZN69_$LT$std..sys..pal..wasi..stdio..Stderr$u20$as$u20$std..io..Write$GT$5write17h5909554ed492b60eE"],
2667 instance32["_ZN6anyhow5error60_$LT$impl$u20$core..fmt..Debug$u20$for$u20$anyhow..Error$GT$3fmt17h94bd2c8dc4d8b4b9E"],
2668 instance32["_ZN70_$LT$core..slice..ascii..EscapeAscii$u20$as$u20$core..fmt..Display$GT$3fmt17h1fbfb32891f00601E"],
2669 instance32["_ZN73_$LT$std..sys..pal..wasi..os..EnvStrDebug$u20$as$u20$core..fmt..Debug$GT$3fmt17hfa77bb4c0f4138ecE"],
2670 instance32["_ZN73_$LT$std..sys_common..process..CommandEnv$u20$as$u20$core..fmt..Debug$GT$3fmt17h86c1a849b4c18c2cE"],
2671 instance32["_ZN79_$LT$std..backtrace_rs..symbolize..SymbolName$u20$as$u20$core..fmt..Display$GT$3fmt17h4ccff03dca5a8d12E"],
2672 instance32["_ZN89_$LT$std..panicking..rust_panic_without_hook..RewrapBox$u20$as$u20$core..fmt..Display$GT$3fmt17he32529e050e29d3dE"],
2673 instance32["_ZN92_$LT$std..panicking..begin_panic_handler..StaticStrPayload$u20$as$u20$core..fmt..Display$GT$3fmt17h72fc443e08dca3dbE"],
2674 instance32["_ZN95_$LT$std..panicking..begin_panic_handler..FormatStringPayload$u20$as$u20$core..fmt..Display$GT$3fmt17h8ccff0243b0e20c7E"],
2675 instance32["_ZN96_$LT$std..panicking..rust_panic_without_hook..RewrapBox$u20$as$u20$core..panic..PanicPayload$GT$8take_box17h56b70b040b42e50cE"],
2676 instance32["_ZN98_$LT$std..sys..backtrace..BacktraceLock..print..DisplayBacktrace$u20$as$u20$core..fmt..Display$GT$3fmt17h905271c9236184cbE"],
2677 instance32["_ZN99_$LT$std..panicking..begin_panic_handler..StaticStrPayload$u20$as$u20$core..panic..PanicPayload$GT$8take_box17h2f5764162976cbb6E"],
2678 instance32["cabi_realloc"],
2679 instance33["PyByteArray_AsString"],
2680 instance33["PyByteArray_FromObject"],
2681 instance33["PyByteArray_FromStringAndSize"],
2682 instance33["PyByteArray_Resize"],
2683 instance33["PyByteArray_Size"],
2684 instance33["PyBytes_AsString"],
2685 instance33["PyBytes_FromStringAndSize"],
2686 instance33["PyBytes_Size"],
2687 instance33["PyCMethod_New"],
2688 instance33["PyCallable_Check"],
2689 instance33["PyCapsule_GetContext"],
2690 instance33["PyCapsule_GetName"],
2691 instance33["PyCapsule_GetPointer"],
2692 instance33["PyCapsule_Import"],
2693 instance33["PyCapsule_IsValid"],
2694 instance33["PyCapsule_SetContext"],
2695 instance33["PyComplex_FromDoubles"],
2696 instance33["PyComplex_ImagAsDouble"],
2697 instance33["PyComplex_RealAsDouble"],
2698 instance33["PyDict_Clear"],
2699 instance33["PyDict_Contains"],
2700 instance33["PyDict_Copy"],
2701 instance33["PyDict_DelItem"],
2702 instance33["PyDict_GetItemWithError"],
2703 instance33["PyDict_Items"],
2704 instance33["PyDict_Keys"],
2705 instance33["PyDict_Merge"],
2706 instance33["PyDict_MergeFromSeq2"],
2707 instance33["PyDict_New"],
2708 instance33["PyDict_SetItem"],
2709 instance33["PyDict_Update"],
2710 instance33["PyDict_Values"],
2711 instance33["PyErr_CheckSignals"],
2712 instance33["PyErr_Clear"],
2713 instance33["PyErr_DisplayException"],
2714 instance33["PyErr_GetRaisedException"],
2715 instance33["PyErr_GivenExceptionMatches"],
2716 instance33["PyErr_NewExceptionWithDoc"],
2717 instance33["PyErr_Occurred"],
2718 instance33["PyErr_Print"],
2719 instance33["PyErr_PrintEx"],
2720 instance33["PyErr_SetObject"],
2721 instance33["PyErr_SetRaisedException"],
2722 instance33["PyErr_SetString"],
2723 instance33["PyErr_WarnEx"],
2724 instance33["PyErr_WarnExplicit"],
2725 instance33["PyErr_WriteUnraisable"],
2726 instance33["PyEval_EvalCode"],
2727 instance33["PyEval_GetBuiltins"],
2728 instance33["PyEval_RestoreThread"],
2729 instance33["PyEval_SaveThread"],
2730 instance33["PyException_GetCause"],
2731 instance33["PyException_GetTraceback"],
2732 instance33["PyException_SetCause"],
2733 instance33["PyException_SetTraceback"],
2734 instance33["PyFloat_AsDouble"],
2735 instance33["PyFloat_FromDouble"],
2736 instance33["PyFrozenSet_New"],
2737 instance33["PyGILState_Ensure"],
2738 instance33["PyGILState_Release"],
2739 instance33["PyImport_AddModule"],
2740 instance33["PyImport_AppendInittab"],
2741 instance33["PyImport_ExecCodeModuleEx"],
2742 instance33["PyImport_Import"],
2743 instance33["PyInterpreterState_Get"],
2744 instance33["PyInterpreterState_GetID"],
2745 instance33["PyIter_Check"],
2746 instance33["PyIter_Next"],
2747 instance33["PyList_Append"],
2748 instance33["PyList_AsTuple"],
2749 instance33["PyList_GetItem"],
2750 instance33["PyList_GetSlice"],
2751 instance33["PyList_Insert"],
2752 instance33["PyList_New"],
2753 instance33["PyList_Reverse"],
2754 instance33["PyList_SetItem"],
2755 instance33["PyList_Sort"],
2756 instance33["PyLong_AsLong"],
2757 instance33["PyLong_AsLongLong"],
2758 instance33["PyLong_AsUnsignedLongLong"],
2759 instance33["PyLong_FromLong"],
2760 instance33["PyLong_FromLongLong"],
2761 instance33["PyLong_FromSsize_t"],
2762 instance33["PyLong_FromUnsignedLongLong"],
2763 instance33["PyMapping_Keys"],
2764 instance33["PyMemoryView_FromObject"],
2765 instance33["PyModule_Create2"],
2766 instance33["PyModule_GetDict"],
2767 instance33["PyModule_GetFilenameObject"],
2768 instance33["PyModule_GetNameObject"],
2769 instance33["PyModule_New"],
2770 instance33["PyNumber_Absolute"],
2771 instance33["PyNumber_Add"],
2772 instance33["PyNumber_And"],
2773 instance33["PyNumber_Divmod"],
2774 instance33["PyNumber_FloorDivide"],
2775 instance33["PyNumber_Index"],
2776 instance33["PyNumber_Invert"],
2777 instance33["PyNumber_Lshift"],
2778 instance33["PyNumber_MatrixMultiply"],
2779 instance33["PyNumber_Multiply"],
2780 instance33["PyNumber_Negative"],
2781 instance33["PyNumber_Or"],
2782 instance33["PyNumber_Positive"],
2783 instance33["PyNumber_Power"],
2784 instance33["PyNumber_Remainder"],
2785 instance33["PyNumber_Rshift"],
2786 instance33["PyNumber_Subtract"],
2787 instance33["PyNumber_TrueDivide"],
2788 instance33["PyNumber_Xor"],
2789 instance33["PyOS_FSPath"],
2790 instance33["PyObject_Call"],
2791 instance33["PyObject_CallNoArgs"],
2792 instance33["PyObject_DelItem"],
2793 instance33["PyObject_Dir"],
2794 instance33["PyObject_GetAttr"],
2795 instance33["PyObject_GetItem"],
2796 instance33["PyObject_GetIter"],
2797 instance33["PyObject_Hash"],
2798 instance33["PyObject_IsInstance"],
2799 instance33["PyObject_IsSubclass"],
2800 instance33["PyObject_IsTrue"],
2801 instance33["PyObject_LengthHint"],
2802 instance33["PyObject_Repr"],
2803 instance33["PyObject_RichCompare"],
2804 instance33["PyObject_SetAttr"],
2805 instance33["PyObject_SetAttrString"],
2806 instance33["PyObject_SetItem"],
2807 instance33["PyObject_Size"],
2808 instance33["PyObject_Str"],
2809 instance33["PyObject_VectorcallMethod"],
2810 instance33["PySequence_Check"],
2811 instance33["PySequence_Contains"],
2812 instance33["PySequence_Count"],
2813 instance33["PySequence_DelItem"],
2814 instance33["PySequence_Index"],
2815 instance33["PySequence_List"],
2816 instance33["PySequence_SetItem"],
2817 instance33["PySequence_Size"],
2818 instance33["PySet_Add"],
2819 instance33["PySet_Contains"],
2820 instance33["PySet_Discard"],
2821 instance33["PySet_New"],
2822 instance33["PySet_Pop"],
2823 instance33["PySet_Size"],
2824 instance33["PySlice_AdjustIndices"],
2825 instance33["PySlice_New"],
2826 instance33["PySlice_Unpack"],
2827 instance33["PyThreadState_Get"],
2828 instance33["PyTraceBack_Print"],
2829 instance33["PyTuple_GetItem"],
2830 instance33["PyTuple_GetSlice"],
2831 instance33["PyTuple_New"],
2832 instance33["PyType_FromSpec"],
2833 instance33["PyType_GetName"],
2834 instance33["PyType_GetQualName"],
2835 instance33["PyType_IsSubtype"],
2836 instance33["PyUnicodeDecodeError_Create"],
2837 instance33["PyUnicode_AsEncodedString"],
2838 instance33["PyUnicode_AsUTF8AndSize"],
2839 instance33["PyUnicode_AsUTF8String"],
2840 instance33["PyUnicode_DecodeFSDefaultAndSize"],
2841 instance33["PyUnicode_EncodeFSDefault"],
2842 instance33["PyUnicode_FromEncodedObject"],
2843 instance33["PyUnicode_FromStringAndSize"],
2844 instance33["PyUnicode_InternInPlace"],
2845 instance33["PyWeakref_GetObject"],
2846 instance33["PyWeakref_NewProxy"],
2847 instance33["PyWeakref_NewRef"],
2848 instance33["Py_CompileStringExFlags"],
2849 instance33["Py_GetVersion"],
2850 instance33["Py_InitializeEx"],
2851 instance33["Py_IsInitialized"],
2852 instance33["_PyLong_AsByteArray"],
2853 instance33["_PyLong_FromByteArray"],
2854 instance33["_PyLong_NumBits"],
2855 instance33["_PyObject_MakeTpCall"],
2856 instance33["_Py_CheckFunctionResult"],
2857 instance33["_Py_Dealloc"],
2858 instance34["__wasilibc_find_relpath"],
2859 instance34["__wasilibc_get_environ"],
2860 instance34["__wasilibc_reset_preopens"],
2861 instance34["abort"],
2862 instance34["calloc"],
2863 instance34["cbrt"],
2864 instance34["chdir"],
2865 instance34["close"],
2866 instance35["componentize-py#CallIndirect"],
2867 instance34["exit"],
2868 instance34["exp"],
2869 instance34["free"],
2870 instance34["getcwd"],
2871 instance34["getenv"],
2872 instance34["log"],
2873 instance34["log2"],
2874 instance34["malloc"],
2875 instance34["memcmp"],
2876 instance34["memcpy"],
2877 instance34["memmove"],
2878 instance34["memset"],
2879 instance34["posix_memalign"],
2880 instance34["realloc"],
2881 instance34["setenv"],
2882 instance34["strerror_r"],
2883 instance34["strlen"],
2884 instance34["unsetenv"],
2885 instance33["PyByteArray_Concat"],
2886 instance33["PyInit__abc"],
2887 instance33["PyInit__ast"],
2888 instance33["PyInit__asyncio"],
2889 instance33["PyInit__bisect"],
2890 instance33["PyInit__blake2"],
2891 instance33["PyInit__codecs"],
2892 instance33["PyInit__codecs_cn"],
2893 instance33["PyInit__codecs_hk"],
2894 instance33["PyInit__codecs_iso2022"],
2895 instance33["PyInit__codecs_jp"],
2896 instance33["PyInit__codecs_kr"],
2897 instance33["PyInit__codecs_tw"],
2898 instance33["PyInit__collections"],
2899 instance33["PyInit__contextvars"],
2900 instance33["PyInit__crypt"],
2901 instance33["PyInit__csv"],
2902 instance33["PyInit__datetime"],
2903 instance33["PyInit__decimal"],
2904 instance33["PyInit__elementtree"],
2905 instance33["PyInit__functools"],
2906 instance33["PyInit__heapq"],
2907 instance33["PyInit__imp"],
2908 instance33["PyInit__io"],
2909 instance33["PyInit__json"],
2910 instance33["PyInit__locale"],
2911 instance33["PyInit__lsprof"],
2912 instance33["PyInit__md5"],
2913 instance33["PyInit__multibytecodec"],
2914 instance33["PyInit__opcode"],
2915 instance33["PyInit__operator"],
2916 instance33["PyInit__pickle"],
2917 instance33["PyInit__queue"],
2918 instance33["PyInit__random"],
2919 instance33["PyInit__sha1"],
2920 instance33["PyInit__sha2"],
2921 instance33["PyInit__sha3"],
2922 instance33["PyInit__signal"],
2923 instance33["PyInit__socket"],
2924 instance33["PyInit__sre"],
2925 instance33["PyInit__stat"],
2926 instance33["PyInit__statistics"],
2927 instance33["PyInit__string"],
2928 instance33["PyInit__struct"],
2929 instance33["PyInit__symtable"],
2930 instance33["PyInit__thread"],
2931 instance33["PyInit__tokenize"],
2932 instance33["PyInit__tracemalloc"],
2933 instance33["PyInit__typing"],
2934 instance33["PyInit__weakref"],
2935 instance33["PyInit__zoneinfo"],
2936 instance33["PyInit_array"],
2937 instance33["PyInit_atexit"],
2938 instance33["PyInit_audioop"],
2939 instance33["PyInit_binascii"],
2940 instance33["PyInit_cmath"],
2941 instance33["PyInit_errno"],
2942 instance33["PyInit_faulthandler"],
2943 instance33["PyInit_gc"],
2944 instance33["PyInit_itertools"],
2945 instance33["PyInit_math"],
2946 instance33["PyInit_posix"],
2947 instance33["PyInit_pyexpat"],
2948 instance33["PyInit_select"],
2949 instance33["PyInit_time"],
2950 instance33["PyInit_unicodedata"],
2951 instance33["PyMarshal_Init"],
2952 instance33["PyMem_Free"],
2953 instance33["PyMem_Malloc"],
2954 instance33["PyMem_RawFree"],
2955 instance33["PyMem_RawMalloc"],
2956 instance33["PyMem_Realloc"],
2957 instance33["PyNumber_InPlaceAdd"],
2958 instance33["PyNumber_InPlaceAnd"],
2959 instance33["PyNumber_InPlaceFloorDivide"],
2960 instance33["PyNumber_InPlaceLshift"],
2961 instance33["PyNumber_InPlaceMatrixMultiply"],
2962 instance33["PyNumber_InPlaceMultiply"],
2963 instance33["PyNumber_InPlaceOr"],
2964 instance33["PyNumber_InPlaceRemainder"],
2965 instance33["PyNumber_InPlaceRshift"],
2966 instance33["PyNumber_InPlaceSubtract"],
2967 instance33["PyNumber_InPlaceTrueDivide"],
2968 instance33["PyNumber_InPlaceXor"],
2969 instance33["PyObject_ASCII"],
2970 instance33["PyObject_Free"],
2971 instance33["PyObject_GC_Del"],
2972 instance33["PyObject_GenericGetAttr"],
2973 instance33["PyObject_GenericSetAttr"],
2974 instance33["PyObject_HashNotImplemented"],
2975 instance33["PyObject_Malloc"],
2976 instance33["PyObject_Realloc"],
2977 instance33["PyObject_SelfIter"],
2978 instance33["PyType_GenericNew"],
2979 instance33["PyUnicode_AsASCIIString"],
2980 instance33["PyUnicode_Concat"],
2981 instance33["PyUnicode_Contains"],
2982 instance33["PyUnicode_RichCompare"],
2983 instance33["PyVectorcall_Call"],
2984 instance33["Py_GenericAlias"],
2985 instance33["_PyDictView_Intersect"],
2986 instance33["_PyEval_EvalFrameDefault"],
2987 instance33["_PyEval_SliceIndexNotNone"],
2988 instance33["_PyFloat_FormatAdvancedWriter"],
2989 instance33["_PyFunction_Vectorcall"],
2990 instance33["_PyGen_Finalize"],
2991 instance33["_PyLong_FormatAdvancedWriter"],
2992 instance33["_PyObject_NextNotImplemented"],
2993 instance33["_PyTime_gmtime"],
2994 instance33["_PyTime_localtime"],
2995 instance33["_PyUnicode_FormatAdvancedWriter"],
2996 instance33["_PyWarnings_Init"],
2997 instance33["_Py_HashPointer"],
2998 instance33["_Py_add_one_to_index_C"],
2999 instance33["_Py_add_one_to_index_F"],
3000 instance33["_Py_hashtable_compare_direct"],
3001 instance33["_Py_hashtable_destroy"],
3002 instance33["_Py_hashtable_hash_ptr"],
3003 instance38["__SIG_ERR"],
3004 instance38["__SIG_IGN"],
3005 instance34["copysign"],
3006 instance34["cos"],
3007 instance34["exp2"],
3008 instance34["fabs"],
3009 instance34["sin"],
3010 instance34["sqrt"],
3011 instance34["__wasilibc_tell"],
3012 instance34["_Exit"],
3013 instance34["accept"],
3014 instance34["accept4"],
3015 instance34["access"],
3016 instance34["acos"],
3017 instance34["acosh"],
3018 instance34["asin"],
3019 instance34["asinh"],
3020 instance34["atan"],
3021 instance34["atan2"],
3022 instance34["atanh"],
3023 instance34["bind"],
3024 instance34["chmod"],
3025 instance34["clearerr"],
3026 instance36["__clock"],
3027 instance34["clock_getres"],
3028 instance34["clock_gettime"],
3029 instance34["clock_nanosleep"],
3030 instance34["closedir"],
3031 instance34["confstr"],
3032 instance34["connect"],
3033 instance34["cosh"],
3034 instance34["crypt_r"],
3035 instance37["dlerror"],
3036 instance37["dlopen"],
3037 instance37["dlsym"],
3038 instance34["erf"],
3039 instance34["erfc"],
3040 instance34["explicit_bzero"],
3041 instance34["expm1"],
3042 instance34["faccessat"],
3043 instance34["fchmod"],
3044 instance34["fchmodat"],
3045 instance34["fclose"],
3046 instance34["fcntl"],
3047 instance34["fdatasync"],
3048 instance34["fdopen"],
3049 instance34["feof"],
3050 instance34["ferror"],
3051 instance34["fflush"],
3052 instance34["fgets"],
3053 instance34["fileno"],
3054 instance34["fma"],
3055 instance34["fmod"],
3056 instance34["fopen"],
3057 instance34["fopencookie"],
3058 instance34["fpathconf"],
3059 instance34["fprintf"],
3060 instance34["fputc"],
3061 instance34["fputs"],
3062 instance34["fread"],
3063 instance34["freeaddrinfo"],
3064 instance34["frexp"],
3065 instance34["fstat"],
3066 instance34["fstatat"],
3067 instance34["fstatvfs"],
3068 instance34["fsync"],
3069 instance34["ftell"],
3070 instance34["ftruncate"],
3071 instance34["futimens"],
3072 instance34["fwrite"],
3073 instance34["gai_strerror"],
3074 instance34["getaddrinfo"],
3075 instance34["getc"],
3076 instance34["__getentropy"],
3077 instance34["gethostbyaddr"],
3078 instance34["gethostbyname"],
3079 instance34["getnameinfo"],
3080 instance34["getpeername"],
3081 instance34["getprotobyname"],
3082 instance34["getservbyname"],
3083 instance34["getservbyport"],
3084 instance34["getsockname"],
3085 instance34["getsockopt"],
3086 instance34["gettimeofday"],
3087 instance34["gmtime_r"],
3088 instance34["hstrerror"],
3089 instance34["htonl"],
3090 instance34["htons"],
3091 instance34["hypot"],
3092 instance34["inet_aton"],
3093 instance34["inet_ntop"],
3094 instance34["inet_pton"],
3095 instance34["ioctl"],
3096 instance34["isalnum"],
3097 instance34["__isatty"],
3098 instance34["isxdigit"],
3099 instance34["ldexp"],
3100 instance34["link"],
3101 instance34["linkat"],
3102 instance34["listen"],
3103 instance34["localeconv"],
3104 instance34["localtime_r"],
3105 instance34["log10"],
3106 instance34["log1p"],
3107 instance34["lseek"],
3108 instance34["lstat"],
3109 instance34["mbrtowc"],
3110 instance34["mbstowcs"],
3111 instance34["memchr"],
3112 instance34["memrchr"],
3113 instance34["mkdir"],
3114 instance34["mkdirat"],
3115 instance34["mktime"],
3116 instance34["modf"],
3117 instance34["nextafter"],
3118 instance34["__nl_langinfo"],
3119 instance34["ntohl"],
3120 instance34["ntohs"],
3121 instance34["open"],
3122 instance34["openat"],
3123 instance34["opendir"],
3124 instance34["pathconf"],
3125 instance34["poll"],
3126 instance34["posix_fadvise"],
3127 instance34["pow"],
3128 instance34["pread"],
3129 instance34["preadv"],
3130 instance34["printf"],
3131 instance34["puts"],
3132 instance34["pwrite"],
3133 instance34["pwritev"],
3134 instance34["qsort"],
3135 instance38["raise"],
3136 instance34["read"],
3137 instance34["readdir"],
3138 instance34["readlink"],
3139 instance34["readlinkat"],
3140 instance34["readv"],
3141 instance34["realpath"],
3142 instance34["recv"],
3143 instance34["recvfrom"],
3144 instance34["rename"],
3145 instance34["renameat"],
3146 instance34["rewind"],
3147 instance34["rmdir"],
3148 instance34["round"],
3149 instance34["sched_yield"],
3150 instance34["select"],
3151 instance34["send"],
3152 instance34["sendto"],
3153 instance34["setlocale"],
3154 instance34["setsockopt"],
3155 instance34["setvbuf"],
3156 instance34["shutdown"],
3157 instance38["signal"],
3158 instance34["sinh"],
3159 instance34["snprintf"],
3160 instance34["socket"],
3161 instance34["sprintf"],
3162 instance34["stat"],
3163 instance34["statvfs"],
3164 instance34["strchr"],
3165 instance34["strcmp"],
3166 instance34["strcpy"],
3167 instance34["strcspn"],
3168 instance34["strerror"],
3169 instance34["strncat"],
3170 instance34["strncmp"],
3171 instance34["strncpy"],
3172 instance34["strpbrk"],
3173 instance34["strrchr"],
3174 instance38["strsignal"],
3175 instance34["strstr"],
3176 instance34["strtol"],
3177 instance34["strtoul"],
3178 instance34["symlink"],
3179 instance34["symlinkat"],
3180 instance34["sysconf"],
3181 instance34["tan"],
3182 instance34["tanh"],
3183 instance34["time"],
3184 instance36["times"],
3185 instance34["tolower"],
3186 instance34["toupper"],
3187 instance34["truncate"],
3188 instance34["uname"],
3189 instance34["ungetc"],
3190 instance34["unlink"],
3191 instance34["unlinkat"],
3192 instance34["utimensat"],
3193 instance34["vfprintf"],
3194 instance34["vsnprintf"],
3195 instance34["wcschr"],
3196 instance34["wcscmp"],
3197 instance34["wcscoll"],
3198 instance34["wcscpy"],
3199 instance34["wcsftime"],
3200 instance34["wcslen"],
3201 instance34["wcsncmp"],
3202 instance34["wcsncpy"],
3203 instance34["wcsrchr"],
3204 instance34["wcstok"],
3205 instance34["wcstol"],
3206 instance34["wcstombs"],
3207 instance34["wcsxfrm"],
3208 instance34["wmemchr"],
3209 instance34["wmemcmp"],
3210 instance34["write"],
3211 instance34["writev"],
3212 instance34["__wasilibc_find_relpath_alloc"],
3213 instance34["feof"],
3214 instance34["ferror"],
3215 instance34["getc"],
3216 instance34["getc_unlocked"],
3217 instance34["putc"],
3218 instance34["putc_unlocked"],
3219 instance34["freelocale"],
3220 instance34["getdelim"],
3221 instance34["fscanf"],
3222 instance34["fwscanf"],
3223 instance34["scanf"],
3224 instance34["sscanf"],
3225 instance34["swscanf"],
3226 instance34["vfscanf"],
3227 instance34["vfwscanf"],
3228 instance34["vscanf"],
3229 instance34["vsscanf"],
3230 instance34["vswscanf"],
3231 instance34["vwscanf"],
3232 instance34["wscanf"],
3233 instance34["__main_void"],
3234 instance34["getopt"],
3235 instance34["printf"],
3236 instance34["strtod_l"],
3237 instance34["strtof_l"],
3238 instance34["strtoimax"],
3239 instance34["strtol"],
3240 instance34["strtold_l"],
3241 instance34["strtoll"],
3242 instance34["strtoul"],
3243 instance34["strtoull"],
3244 instance34["strtoumax"],
3245 instance34["basename"],
3246 instance34["strerror_r"],
3247 instance34["alphasort"],
3248 instance34["asctime_r"],
3249 instance34["clearerr"],
3250 instance34["creat"],
3251 instance34["remainder"],
3252 instance34["remainderf"],
3253 instance34["__duplocale"],
3254 instance34["feof"],
3255 instance34["ferror"],
3256 instance34["fflush"],
3257 instance34["getc_unlocked"],
3258 instance34["fgetpos"],
3259 instance34["fgets"],
3260 instance34["__fgetwc_unlocked"],
3261 instance34["fgetws"],
3262 instance34["fileno"],
3263 instance34["fopen"],
3264 instance34["__fpurge"],
3265 instance34["putc_unlocked"],
3266 instance34["fputs"],
3267 instance34["__fputwc_unlocked"],
3268 instance34["fputws"],
3269 instance34["fread"],
3270 instance34["freopen"],
3271 instance34["fseeko"],
3272 instance34["fseeko"],
3273 instance34["fsetpos"],
3274 instance34["ftello"],
3275 instance34["ftello"],
3276 instance34["futimesat"],
3277 instance34["fwrite"],
3278 instance34["__fgetwc_unlocked"],
3279 instance34["getwchar"],
3280 instance34["glob"],
3281 instance34["globfree"],
3282 instance34["hcreate_r"],
3283 instance34["hdestroy_r"],
3284 instance34["hsearch_r"],
3285 instance34["printf"],
3286 instance34["__isalnum_l"],
3287 instance34["__isalpha_l"],
3288 instance34["__isblank_l"],
3289 instance34["__iscntrl_l"],
3290 instance34["__isdigit_l"],
3291 instance34["__isgraph_l"],
3292 instance34["__islower_l"],
3293 instance34["__isprint_l"],
3294 instance34["__ispunct_l"],
3295 instance34["__isspace_l"],
3296 instance34["__isupper_l"],
3297 instance34["__iswalnum_l"],
3298 instance34["__iswalpha_l"],
3299 instance34["__iswblank_l"],
3300 instance34["__iswcntrl_l"],
3301 instance34["__iswctype_l"],
3302 instance34["__iswdigit_l"],
3303 instance34["__iswgraph_l"],
3304 instance34["__iswlower_l"],
3305 instance34["__iswprint_l"],
3306 instance34["__iswpunct_l"],
3307 instance34["__iswspace_l"],
3308 instance34["__iswupper_l"],
3309 instance34["__iswxdigit_l"],
3310 instance34["__isxdigit_l"],
3311 instance34["lgamma_r"],
3312 instance34["lgammaf_r"],
3313 instance34["__lgammal_r"],
3314 instance34["__newlocale"],
3315 instance34["nftw"],
3316 instance34["__nl_langinfo_l"],
3317 instance34["exp10"],
3318 instance34["exp10f"],
3319 instance34["exp10l"],
3320 instance34["__fputwc_unlocked"],
3321 instance34["putwchar"],
3322 instance34["qsort_r"],
3323 instance34["__reallocarray"],
3324 instance34["stpcpy"],
3325 instance34["stpncpy"],
3326 instance34["__strcasecmp_l"],
3327 instance34["strchrnul"],
3328 instance34["__strcoll_l"],
3329 instance34["__strerror_l"],
3330 instance34["strftime_l"],
3331 instance34["__strncasecmp_l"],
3332 instance34["__strxfrm_l"],
3333 instance34["__tolower_l"],
3334 instance34["__toupper_l"],
3335 instance34["__towctrans_l"],
3336 instance34["__towlower_l"],
3337 instance34["__towupper_l"],
3338 instance34["__uselocale"],
3339 instance34["versionsort"],
3340 instance34["__wcscoll_l"],
3341 instance34["__wcsftime_l"],
3342 instance34["__wcsxfrm_l"],
3343 instance34["__wctrans_l"],
3344 instance34["__wctype_l"],
3345 instance38["signal"],
3346 instance38["signal"],
3347 ]).exports(store)
3348 core_memory0 = instance1["memory"]
3349 assert(isinstance(core_memory0, wasmtime.Memory))
3350 self._core_memory0 = core_memory0
3351 realloc0 = instance32["cabi_realloc"]
3352 assert(isinstance(realloc0, wasmtime.Func))
3353 self._realloc0 = realloc0
3354 post_return0 = instance32["cabi_post_exports#init"]
3355 assert(isinstance(post_return0, wasmtime.Func))
3356 self._post_return0 = post_return0
3357 realloc1 = instance35["cabi_import_realloc"]
3358 assert(isinstance(realloc1, wasmtime.Func))
3359 self._realloc1 = realloc1
3360 post_return1 = instance35["cabi_post_component:basicresource/my-interface-name#[method]demo-resource-class.greet"]
3361 assert(isinstance(post_return1, wasmtime.Func))
3362 self._post_return1 = post_return1
3363 post_return2 = instance35["cabi_post_component:basicresource/my-interface-name#interface-func"]
3364 assert(isinstance(post_return2, wasmtime.Func))
3365 self._post_return2 = post_return2
3366 lift_callee0 = instance32["exports#init"]
3367 assert(isinstance(lift_callee0, wasmtime.Func))
3368 self.lift_callee0 = lift_callee0
3369 lift_callee1 = instance35["component:basicresource/my-interface-name#[constructor]demo-resource-class"]
3370 assert(isinstance(lift_callee1, wasmtime.Func))
3371 self.lift_callee1 = lift_callee1
3372 lift_callee2 = instance35["component:basicresource/my-interface-name#[method]demo-resource-class.greet"]
3373 assert(isinstance(lift_callee2, wasmtime.Func))
3374 self.lift_callee2 = lift_callee2
3375 lift_callee3 = instance35["component:basicresource/my-interface-name#interface-func"]
3376 assert(isinstance(lift_callee3, wasmtime.Func))
3377 self.lift_callee3 = lift_callee3
3378 def my_interface_name(self) -> my_interface_name.MyInterfaceName:
3379 return my_interface_name.MyInterfaceName(self)
3380 def exports(self) -> exports.Exports:
3381 return exports.Exports(self)