hermes-wasm 1.7.59 → 1.7.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hermes_wasm.d.ts +30 -29
- package/hermes_wasm.js +147 -148
- package/hermes_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/hermes_wasm.d.ts
CHANGED
|
@@ -246,8 +246,26 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
246
246
|
|
|
247
247
|
export interface InitOutput {
|
|
248
248
|
readonly memory: WebAssembly.Memory;
|
|
249
|
-
readonly
|
|
250
|
-
readonly
|
|
249
|
+
readonly __wbg_remoteindex_free: (a: number, b: number) => void;
|
|
250
|
+
readonly remoteindex_cache_stats: (a: number) => any;
|
|
251
|
+
readonly remoteindex_clear_idb_cache: (a: number) => any;
|
|
252
|
+
readonly remoteindex_default_fields: (a: number) => any;
|
|
253
|
+
readonly remoteindex_export_cache: (a: number) => [number, number];
|
|
254
|
+
readonly remoteindex_field_names: (a: number) => any;
|
|
255
|
+
readonly remoteindex_get_document: (a: number, b: number, c: number, d: number) => any;
|
|
256
|
+
readonly remoteindex_import_cache: (a: number, b: number, c: number) => [number, number];
|
|
257
|
+
readonly remoteindex_load: (a: number) => any;
|
|
258
|
+
readonly remoteindex_load_cache_from_idb: (a: number) => any;
|
|
259
|
+
readonly remoteindex_load_with_idb_cache: (a: number) => any;
|
|
260
|
+
readonly remoteindex_network_stats: (a: number) => any;
|
|
261
|
+
readonly remoteindex_new: (a: number, b: number) => number;
|
|
262
|
+
readonly remoteindex_num_docs: (a: number) => number;
|
|
263
|
+
readonly remoteindex_num_segments: (a: number) => number;
|
|
264
|
+
readonly remoteindex_reset_network_stats: (a: number) => void;
|
|
265
|
+
readonly remoteindex_save_cache_to_idb: (a: number) => any;
|
|
266
|
+
readonly remoteindex_search: (a: number, b: number, c: number, d: number) => any;
|
|
267
|
+
readonly remoteindex_search_offset: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
268
|
+
readonly remoteindex_with_cache_size: (a: number, b: number, c: number) => number;
|
|
251
269
|
readonly __wbg_indexregistry_free: (a: number, b: number) => void;
|
|
252
270
|
readonly __wbg_ipfsindex_free: (a: number, b: number) => void;
|
|
253
271
|
readonly indexregistry_add_remote: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
@@ -274,26 +292,8 @@ export interface InitOutput {
|
|
|
274
292
|
readonly ipfsindex_search: (a: number, b: number, c: number, d: number) => any;
|
|
275
293
|
readonly ipfsindex_search_offset: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
276
294
|
readonly ipfsindex_with_cache_size: (a: number, b: number, c: number) => number;
|
|
277
|
-
readonly
|
|
278
|
-
readonly
|
|
279
|
-
readonly remoteindex_clear_idb_cache: (a: number) => any;
|
|
280
|
-
readonly remoteindex_default_fields: (a: number) => any;
|
|
281
|
-
readonly remoteindex_export_cache: (a: number) => [number, number];
|
|
282
|
-
readonly remoteindex_field_names: (a: number) => any;
|
|
283
|
-
readonly remoteindex_get_document: (a: number, b: number, c: number, d: number) => any;
|
|
284
|
-
readonly remoteindex_import_cache: (a: number, b: number, c: number) => [number, number];
|
|
285
|
-
readonly remoteindex_load: (a: number) => any;
|
|
286
|
-
readonly remoteindex_load_cache_from_idb: (a: number) => any;
|
|
287
|
-
readonly remoteindex_load_with_idb_cache: (a: number) => any;
|
|
288
|
-
readonly remoteindex_network_stats: (a: number) => any;
|
|
289
|
-
readonly remoteindex_new: (a: number, b: number) => number;
|
|
290
|
-
readonly remoteindex_num_docs: (a: number) => number;
|
|
291
|
-
readonly remoteindex_num_segments: (a: number) => number;
|
|
292
|
-
readonly remoteindex_reset_network_stats: (a: number) => void;
|
|
293
|
-
readonly remoteindex_save_cache_to_idb: (a: number) => any;
|
|
294
|
-
readonly remoteindex_search: (a: number, b: number, c: number, d: number) => any;
|
|
295
|
-
readonly remoteindex_search_offset: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
296
|
-
readonly remoteindex_with_cache_size: (a: number, b: number, c: number) => number;
|
|
295
|
+
readonly init: () => void;
|
|
296
|
+
readonly setup_logging: () => void;
|
|
297
297
|
readonly rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
298
298
|
readonly rust_zstd_wasm_shim_free: (a: number) => void;
|
|
299
299
|
readonly rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
@@ -302,13 +302,14 @@ export interface InitOutput {
|
|
|
302
302
|
readonly rust_zstd_wasm_shim_memmove: (a: number, b: number, c: number) => number;
|
|
303
303
|
readonly rust_zstd_wasm_shim_memset: (a: number, b: number, c: number) => number;
|
|
304
304
|
readonly rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
305
|
-
readonly
|
|
306
|
-
readonly
|
|
307
|
-
readonly
|
|
308
|
-
readonly
|
|
309
|
-
readonly
|
|
310
|
-
readonly
|
|
311
|
-
readonly
|
|
305
|
+
readonly wasm_bindgen_7f07ed4026f738e___closure__destroy___dyn_core_5858575f5ab61d4b___ops__function__FnMut__web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent____Output_______: (a: number, b: number) => void;
|
|
306
|
+
readonly wasm_bindgen_7f07ed4026f738e___closure__destroy___dyn_core_5858575f5ab61d4b___ops__function__FnMut_____Output_______: (a: number, b: number) => void;
|
|
307
|
+
readonly wasm_bindgen_7f07ed4026f738e___closure__destroy___dyn_core_5858575f5ab61d4b___ops__function__FnMut__wasm_bindgen_7f07ed4026f738e___JsValue____Output___core_5858575f5ab61d4b___result__Result_____wasm_bindgen_7f07ed4026f738e___JsError___: (a: number, b: number) => void;
|
|
308
|
+
readonly wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___wasm_bindgen_7f07ed4026f738e___JsValue__core_5858575f5ab61d4b___result__Result_____wasm_bindgen_7f07ed4026f738e___JsError__: (a: number, b: number, c: any) => [number, number];
|
|
309
|
+
readonly wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___js_sys_61199577b62b9f23___Function_fn_wasm_bindgen_7f07ed4026f738e___JsValue_____wasm_bindgen_7f07ed4026f738e___sys__Undefined___js_sys_61199577b62b9f23___Function_fn_wasm_bindgen_7f07ed4026f738e___JsValue_____wasm_bindgen_7f07ed4026f738e___sys__Undefined______: (a: number, b: number, c: any, d: any) => void;
|
|
310
|
+
readonly wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent_____: (a: number, b: number, c: any) => void;
|
|
311
|
+
readonly wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______1: (a: number, b: number, c: any) => void;
|
|
312
|
+
readonly wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke______: (a: number, b: number) => void;
|
|
312
313
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
313
314
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
314
315
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/hermes_wasm.js
CHANGED
|
@@ -530,53 +530,53 @@ export function init() {
|
|
|
530
530
|
* Setup logging to browser console (can be called explicitly)
|
|
531
531
|
*/
|
|
532
532
|
export function setup_logging() {
|
|
533
|
-
wasm.
|
|
533
|
+
wasm.setup_logging();
|
|
534
534
|
}
|
|
535
535
|
|
|
536
536
|
function __wbg_get_imports() {
|
|
537
537
|
const import0 = {
|
|
538
538
|
__proto__: null,
|
|
539
|
-
|
|
539
|
+
__wbg_Error_dbcd8782dbb273a2: function(arg0, arg1) {
|
|
540
540
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
541
541
|
return ret;
|
|
542
542
|
},
|
|
543
|
-
|
|
543
|
+
__wbg_String_8564e559799eccda: function(arg0, arg1) {
|
|
544
544
|
const ret = String(arg1);
|
|
545
545
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
546
546
|
const len1 = WASM_VECTOR_LEN;
|
|
547
547
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
548
548
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
549
549
|
},
|
|
550
|
-
|
|
550
|
+
__wbg___wbindgen_debug_string_6cf0badf0b90f6ef: function(arg0, arg1) {
|
|
551
551
|
const ret = debugString(arg1);
|
|
552
552
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
553
553
|
const len1 = WASM_VECTOR_LEN;
|
|
554
554
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
555
555
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
556
556
|
},
|
|
557
|
-
|
|
557
|
+
__wbg___wbindgen_is_function_4500d4795b15e70b: function(arg0) {
|
|
558
558
|
const ret = typeof(arg0) === 'function';
|
|
559
559
|
return ret;
|
|
560
560
|
},
|
|
561
|
-
|
|
561
|
+
__wbg___wbindgen_is_null_5467e07e008308e7: function(arg0) {
|
|
562
562
|
const ret = arg0 === null;
|
|
563
563
|
return ret;
|
|
564
564
|
},
|
|
565
|
-
|
|
565
|
+
__wbg___wbindgen_is_string_89134e23eba104e4: function(arg0) {
|
|
566
566
|
const ret = typeof(arg0) === 'string';
|
|
567
567
|
return ret;
|
|
568
568
|
},
|
|
569
|
-
|
|
569
|
+
__wbg___wbindgen_is_undefined_1296fcc83c2da07a: function(arg0) {
|
|
570
570
|
const ret = arg0 === undefined;
|
|
571
571
|
return ret;
|
|
572
572
|
},
|
|
573
|
-
|
|
573
|
+
__wbg___wbindgen_number_get_3330675b4e5c3680: function(arg0, arg1) {
|
|
574
574
|
const obj = arg1;
|
|
575
575
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
576
576
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
577
577
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
578
578
|
},
|
|
579
|
-
|
|
579
|
+
__wbg___wbindgen_string_get_7b8bc463f6cbeefe: function(arg0, arg1) {
|
|
580
580
|
const obj = arg1;
|
|
581
581
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
582
582
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -584,65 +584,61 @@ function __wbg_get_imports() {
|
|
|
584
584
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
585
585
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
586
586
|
},
|
|
587
|
-
|
|
587
|
+
__wbg___wbindgen_throw_89ca9e2c67795ec1: function(arg0, arg1) {
|
|
588
588
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
589
589
|
},
|
|
590
|
-
|
|
590
|
+
__wbg__wbg_cb_unref_f00ff3c6385bd6fa: function(arg0) {
|
|
591
591
|
arg0._wbg_cb_unref();
|
|
592
592
|
},
|
|
593
|
-
|
|
594
|
-
arg0.abort();
|
|
595
|
-
},
|
|
596
|
-
__wbg_abort_d549b92d3c665de1: function(arg0, arg1) {
|
|
593
|
+
__wbg_abort_d5982476775d2739: function(arg0, arg1) {
|
|
597
594
|
arg0.abort(arg1);
|
|
598
595
|
},
|
|
599
|
-
|
|
596
|
+
__wbg_abort_e6a92d5623297220: function(arg0) {
|
|
597
|
+
arg0.abort();
|
|
598
|
+
},
|
|
599
|
+
__wbg_append_bddb95024c591a53: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
600
600
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
601
601
|
}, arguments); },
|
|
602
|
-
|
|
602
|
+
__wbg_arrayBuffer_c95edc576c2724fe: function() { return handleError(function (arg0) {
|
|
603
603
|
const ret = arg0.arrayBuffer();
|
|
604
604
|
return ret;
|
|
605
605
|
}, arguments); },
|
|
606
|
-
|
|
607
|
-
const ret = arg0.call(arg1);
|
|
608
|
-
return ret;
|
|
609
|
-
}, arguments); },
|
|
610
|
-
__wbg_call_4708e0c13bdc8e95: function() { return handleError(function (arg0, arg1, arg2) {
|
|
606
|
+
__wbg_call_3eadb5cea0462653: function() { return handleError(function (arg0, arg1, arg2) {
|
|
611
607
|
const ret = arg0.call(arg1, arg2);
|
|
612
608
|
return ret;
|
|
613
609
|
}, arguments); },
|
|
614
|
-
|
|
610
|
+
__wbg_call_dcf4c86f489d6628: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
615
611
|
const ret = arg0.call(arg1, arg2, arg3, arg4);
|
|
616
612
|
return ret;
|
|
617
613
|
}, arguments); },
|
|
618
|
-
|
|
614
|
+
__wbg_clearTimeout_2256f1e7b94ef517: function(arg0) {
|
|
619
615
|
const ret = clearTimeout(arg0);
|
|
620
616
|
return ret;
|
|
621
617
|
},
|
|
622
|
-
|
|
618
|
+
__wbg_contains_d38c70c743d09f5e: function(arg0, arg1, arg2) {
|
|
623
619
|
const ret = arg0.contains(getStringFromWasm0(arg1, arg2));
|
|
624
620
|
return ret;
|
|
625
621
|
},
|
|
626
|
-
|
|
622
|
+
__wbg_createObjectStore_1f9ec54763e0af72: function() { return handleError(function (arg0, arg1, arg2) {
|
|
627
623
|
const ret = arg0.createObjectStore(getStringFromWasm0(arg1, arg2));
|
|
628
624
|
return ret;
|
|
629
625
|
}, arguments); },
|
|
630
|
-
|
|
626
|
+
__wbg_debug_512ce669a0dda245: function(arg0) {
|
|
631
627
|
console.debug(arg0);
|
|
632
628
|
},
|
|
633
|
-
|
|
629
|
+
__wbg_delete_ffc7e97edc062f76: function() { return handleError(function (arg0, arg1) {
|
|
634
630
|
const ret = arg0.delete(arg1);
|
|
635
631
|
return ret;
|
|
636
632
|
}, arguments); },
|
|
637
|
-
|
|
633
|
+
__wbg_done_82b14aeb31e98db6: function(arg0) {
|
|
638
634
|
const ret = arg0.done;
|
|
639
635
|
return ret;
|
|
640
636
|
},
|
|
641
|
-
|
|
637
|
+
__wbg_entries_279f7c28f13d750a: function(arg0) {
|
|
642
638
|
const ret = arg0.entries();
|
|
643
639
|
return ret;
|
|
644
640
|
},
|
|
645
|
-
|
|
641
|
+
__wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
|
|
646
642
|
let deferred0_0;
|
|
647
643
|
let deferred0_1;
|
|
648
644
|
try {
|
|
@@ -653,49 +649,49 @@ function __wbg_get_imports() {
|
|
|
653
649
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
654
650
|
}
|
|
655
651
|
},
|
|
656
|
-
|
|
652
|
+
__wbg_error_d0b9fd88b7a19297: function(arg0) {
|
|
657
653
|
console.error(arg0);
|
|
658
654
|
},
|
|
659
|
-
|
|
655
|
+
__wbg_fetch_43b2f110608a59ff: function(arg0) {
|
|
660
656
|
const ret = fetch(arg0);
|
|
661
657
|
return ret;
|
|
662
658
|
},
|
|
663
|
-
|
|
659
|
+
__wbg_fetch_457fd31a889a3605: function(arg0, arg1) {
|
|
664
660
|
const ret = arg0.fetch(arg1);
|
|
665
661
|
return ret;
|
|
666
662
|
},
|
|
667
|
-
|
|
663
|
+
__wbg_fetch_c170c157e1a111d4: function(arg0, arg1) {
|
|
668
664
|
const ret = arg0.fetch(arg1);
|
|
669
665
|
return ret;
|
|
670
666
|
},
|
|
671
|
-
|
|
667
|
+
__wbg_get_1e44061194c39591: function() { return handleError(function (arg0, arg1) {
|
|
672
668
|
const ret = arg0.get(arg1);
|
|
673
669
|
return ret;
|
|
674
670
|
}, arguments); },
|
|
675
|
-
|
|
671
|
+
__wbg_get_229657ec2da079cd: function(arg0, arg1) {
|
|
676
672
|
const ret = arg0[arg1 >>> 0];
|
|
677
673
|
return ret;
|
|
678
674
|
},
|
|
679
|
-
|
|
675
|
+
__wbg_get_89f3a4c398b4872e: function() { return handleError(function (arg0, arg1) {
|
|
680
676
|
const ret = Reflect.get(arg0, arg1);
|
|
681
677
|
return ret;
|
|
682
678
|
}, arguments); },
|
|
683
|
-
|
|
679
|
+
__wbg_has_01b31fbd88bb3e8f: function() { return handleError(function (arg0, arg1) {
|
|
684
680
|
const ret = Reflect.has(arg0, arg1);
|
|
685
681
|
return ret;
|
|
686
682
|
}, arguments); },
|
|
687
|
-
|
|
683
|
+
__wbg_headers_fa752b79db86f8b3: function(arg0) {
|
|
688
684
|
const ret = arg0.headers;
|
|
689
685
|
return ret;
|
|
690
686
|
},
|
|
691
|
-
|
|
687
|
+
__wbg_indexedDB_c189b6019194263d: function() { return handleError(function (arg0) {
|
|
692
688
|
const ret = arg0.indexedDB;
|
|
693
689
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
694
690
|
}, arguments); },
|
|
695
|
-
|
|
691
|
+
__wbg_info_3fad8ca00db5aa77: function(arg0) {
|
|
696
692
|
console.info(arg0);
|
|
697
693
|
},
|
|
698
|
-
|
|
694
|
+
__wbg_instanceof_IdbDatabase_1f434ee10170b816: function(arg0) {
|
|
699
695
|
let result;
|
|
700
696
|
try {
|
|
701
697
|
result = arg0 instanceof IDBDatabase;
|
|
@@ -705,7 +701,7 @@ function __wbg_get_imports() {
|
|
|
705
701
|
const ret = result;
|
|
706
702
|
return ret;
|
|
707
703
|
},
|
|
708
|
-
|
|
704
|
+
__wbg_instanceof_IdbOpenDbRequest_7abbd2dc33aa157e: function(arg0) {
|
|
709
705
|
let result;
|
|
710
706
|
try {
|
|
711
707
|
result = arg0 instanceof IDBOpenDBRequest;
|
|
@@ -715,7 +711,7 @@ function __wbg_get_imports() {
|
|
|
715
711
|
const ret = result;
|
|
716
712
|
return ret;
|
|
717
713
|
},
|
|
718
|
-
|
|
714
|
+
__wbg_instanceof_IdbRequest_6f71574cda04750b: function(arg0) {
|
|
719
715
|
let result;
|
|
720
716
|
try {
|
|
721
717
|
result = arg0 instanceof IDBRequest;
|
|
@@ -725,7 +721,7 @@ function __wbg_get_imports() {
|
|
|
725
721
|
const ret = result;
|
|
726
722
|
return ret;
|
|
727
723
|
},
|
|
728
|
-
|
|
724
|
+
__wbg_instanceof_Response_1844be67dbd5e161: function(arg0) {
|
|
729
725
|
let result;
|
|
730
726
|
try {
|
|
731
727
|
result = arg0 instanceof Response;
|
|
@@ -735,7 +731,7 @@ function __wbg_get_imports() {
|
|
|
735
731
|
const ret = result;
|
|
736
732
|
return ret;
|
|
737
733
|
},
|
|
738
|
-
|
|
734
|
+
__wbg_instanceof_Uint8Array_6482c66fce35827d: function(arg0) {
|
|
739
735
|
let result;
|
|
740
736
|
try {
|
|
741
737
|
result = arg0 instanceof Uint8Array;
|
|
@@ -745,7 +741,7 @@ function __wbg_get_imports() {
|
|
|
745
741
|
const ret = result;
|
|
746
742
|
return ret;
|
|
747
743
|
},
|
|
748
|
-
|
|
744
|
+
__wbg_instanceof_Window_27a653e1b516dd65: function(arg0) {
|
|
749
745
|
let result;
|
|
750
746
|
try {
|
|
751
747
|
result = arg0 instanceof Window;
|
|
@@ -755,41 +751,57 @@ function __wbg_get_imports() {
|
|
|
755
751
|
const ret = result;
|
|
756
752
|
return ret;
|
|
757
753
|
},
|
|
758
|
-
|
|
754
|
+
__wbg_isArray_fe5201bfdab7e39d: function(arg0) {
|
|
759
755
|
const ret = Array.isArray(arg0);
|
|
760
756
|
return ret;
|
|
761
757
|
},
|
|
762
|
-
|
|
758
|
+
__wbg_length_f875d3a041bab91a: function(arg0) {
|
|
763
759
|
const ret = arg0.length;
|
|
764
760
|
return ret;
|
|
765
761
|
},
|
|
766
|
-
|
|
762
|
+
__wbg_log_240aa86e7eb48d31: function(arg0) {
|
|
767
763
|
console.log(arg0);
|
|
768
764
|
},
|
|
769
|
-
|
|
770
|
-
const ret = new
|
|
765
|
+
__wbg_new_08d33c204155a3e2: function() { return handleError(function () {
|
|
766
|
+
const ret = new AbortController();
|
|
767
|
+
return ret;
|
|
768
|
+
}, arguments); },
|
|
769
|
+
__wbg_new_227d7c05414eb861: function() {
|
|
770
|
+
const ret = new Error();
|
|
771
771
|
return ret;
|
|
772
772
|
},
|
|
773
|
-
|
|
774
|
-
const ret = new
|
|
773
|
+
__wbg_new_5947ca72f3fee3e6: function() {
|
|
774
|
+
const ret = new Map();
|
|
775
775
|
return ret;
|
|
776
776
|
},
|
|
777
|
-
|
|
777
|
+
__wbg_new_6e7681a5f6f98ceb: function(arg0) {
|
|
778
|
+
const ret = new Uint8Array(arg0);
|
|
779
|
+
return ret;
|
|
780
|
+
},
|
|
781
|
+
__wbg_new_6feff3e11e4d0799: function() {
|
|
782
|
+
const ret = new Object();
|
|
783
|
+
return ret;
|
|
784
|
+
},
|
|
785
|
+
__wbg_new_e88efd8ca5aef956: function() { return handleError(function () {
|
|
778
786
|
const ret = new Headers();
|
|
779
787
|
return ret;
|
|
780
788
|
}, arguments); },
|
|
781
|
-
|
|
782
|
-
const ret = new
|
|
789
|
+
__wbg_new_ff7f9cc4c9a4a0cf: function() {
|
|
790
|
+
const ret = new Array();
|
|
783
791
|
return ret;
|
|
784
792
|
},
|
|
785
|
-
|
|
793
|
+
__wbg_new_from_slice_a5be53238f31f9f7: function(arg0, arg1) {
|
|
794
|
+
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
795
|
+
return ret;
|
|
796
|
+
},
|
|
797
|
+
__wbg_new_typed_f79896f0ea5f7de8: function(arg0, arg1) {
|
|
786
798
|
try {
|
|
787
799
|
var state0 = {a: arg0, b: arg1};
|
|
788
800
|
var cb0 = (arg0, arg1) => {
|
|
789
801
|
const a = state0.a;
|
|
790
802
|
state0.a = 0;
|
|
791
803
|
try {
|
|
792
|
-
return
|
|
804
|
+
return wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___js_sys_61199577b62b9f23___Function_fn_wasm_bindgen_7f07ed4026f738e___JsValue_____wasm_bindgen_7f07ed4026f738e___sys__Undefined___js_sys_61199577b62b9f23___Function_fn_wasm_bindgen_7f07ed4026f738e___JsValue_____wasm_bindgen_7f07ed4026f738e___sys__Undefined______(a, state0.b, arg0, arg1);
|
|
793
805
|
} finally {
|
|
794
806
|
state0.a = a;
|
|
795
807
|
}
|
|
@@ -800,206 +812,186 @@ function __wbg_get_imports() {
|
|
|
800
812
|
state0.a = state0.b = 0;
|
|
801
813
|
}
|
|
802
814
|
},
|
|
803
|
-
|
|
804
|
-
const ret = new AbortController();
|
|
805
|
-
return ret;
|
|
806
|
-
}, arguments); },
|
|
807
|
-
__wbg_new_dca287b076112a51: function() {
|
|
808
|
-
const ret = new Map();
|
|
809
|
-
return ret;
|
|
810
|
-
},
|
|
811
|
-
__wbg_new_dd2b680c8bf6ae29: function(arg0) {
|
|
812
|
-
const ret = new Uint8Array(arg0);
|
|
813
|
-
return ret;
|
|
814
|
-
},
|
|
815
|
-
__wbg_new_from_slice_a3d2629dc1826784: function(arg0, arg1) {
|
|
816
|
-
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
817
|
-
return ret;
|
|
818
|
-
},
|
|
819
|
-
__wbg_new_no_args_1c7c842f08d00ebb: function(arg0, arg1) {
|
|
820
|
-
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
821
|
-
return ret;
|
|
822
|
-
},
|
|
823
|
-
__wbg_new_with_str_and_init_a61cbc6bdef21614: function() { return handleError(function (arg0, arg1, arg2) {
|
|
815
|
+
__wbg_new_with_str_and_init_66de5344635d3590: function() { return handleError(function (arg0, arg1, arg2) {
|
|
824
816
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
825
817
|
return ret;
|
|
826
818
|
}, arguments); },
|
|
827
|
-
|
|
819
|
+
__wbg_next_ae5b710aea83f41e: function() { return handleError(function (arg0) {
|
|
828
820
|
const ret = arg0.next();
|
|
829
821
|
return ret;
|
|
830
822
|
}, arguments); },
|
|
831
|
-
|
|
823
|
+
__wbg_now_7132c007bbc70074: function(arg0) {
|
|
832
824
|
const ret = arg0.now();
|
|
833
825
|
return ret;
|
|
834
826
|
},
|
|
835
|
-
|
|
827
|
+
__wbg_objectStoreNames_6a07249be7ebb662: function(arg0) {
|
|
836
828
|
const ret = arg0.objectStoreNames;
|
|
837
829
|
return ret;
|
|
838
830
|
},
|
|
839
|
-
|
|
831
|
+
__wbg_objectStore_015d3ed0b7cb1d99: function() { return handleError(function (arg0, arg1, arg2) {
|
|
840
832
|
const ret = arg0.objectStore(getStringFromWasm0(arg1, arg2));
|
|
841
833
|
return ret;
|
|
842
834
|
}, arguments); },
|
|
843
|
-
|
|
835
|
+
__wbg_ok_0eac9778dcc96740: function(arg0) {
|
|
844
836
|
const ret = arg0.ok;
|
|
845
837
|
return ret;
|
|
846
838
|
},
|
|
847
|
-
|
|
839
|
+
__wbg_open_2a8fd50228546f1e: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
848
840
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2), arg3 >>> 0);
|
|
849
841
|
return ret;
|
|
850
842
|
}, arguments); },
|
|
851
|
-
|
|
843
|
+
__wbg_prototypesetcall_37f00e1be5c4015a: function(arg0, arg1, arg2) {
|
|
852
844
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
853
845
|
},
|
|
854
|
-
|
|
846
|
+
__wbg_put_1be98ea4de1d2c9f: function() { return handleError(function (arg0, arg1, arg2) {
|
|
855
847
|
const ret = arg0.put(arg1, arg2);
|
|
856
848
|
return ret;
|
|
857
849
|
}, arguments); },
|
|
858
|
-
|
|
850
|
+
__wbg_queueMicrotask_5e387cf4d8e3f63e: function(arg0) {
|
|
851
|
+
queueMicrotask(arg0);
|
|
852
|
+
},
|
|
853
|
+
__wbg_queueMicrotask_77bf5a3ad712168b: function(arg0) {
|
|
859
854
|
const ret = arg0.queueMicrotask;
|
|
860
855
|
return ret;
|
|
861
856
|
},
|
|
862
|
-
|
|
863
|
-
queueMicrotask(arg0);
|
|
864
|
-
},
|
|
865
|
-
__wbg_resolve_002c4b7d9d8f6b64: function(arg0) {
|
|
857
|
+
__wbg_resolve_2e8556632715b12f: function(arg0) {
|
|
866
858
|
const ret = Promise.resolve(arg0);
|
|
867
859
|
return ret;
|
|
868
860
|
},
|
|
869
|
-
|
|
861
|
+
__wbg_result_a341f12d4cb786ef: function() { return handleError(function (arg0) {
|
|
870
862
|
const ret = arg0.result;
|
|
871
863
|
return ret;
|
|
872
864
|
}, arguments); },
|
|
873
|
-
|
|
865
|
+
__wbg_setTimeout_b188b3bcc8977c7d: function(arg0, arg1) {
|
|
874
866
|
const ret = setTimeout(arg0, arg1);
|
|
875
867
|
return ret;
|
|
876
868
|
},
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
return ret;
|
|
869
|
+
__wbg_set_601f3e1d081df3ac: function(arg0, arg1, arg2) {
|
|
870
|
+
arg0[arg1 >>> 0] = arg2;
|
|
880
871
|
},
|
|
881
|
-
|
|
872
|
+
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
882
873
|
arg0[arg1] = arg2;
|
|
883
874
|
},
|
|
884
|
-
|
|
875
|
+
__wbg_set_b1226382f10be917: function(arg0, arg1, arg2) {
|
|
876
|
+
const ret = arg0.set(arg1, arg2);
|
|
877
|
+
return ret;
|
|
878
|
+
},
|
|
879
|
+
__wbg_set_body_42d5ed933a1840a1: function(arg0, arg1) {
|
|
885
880
|
arg0.body = arg1;
|
|
886
881
|
},
|
|
887
|
-
|
|
882
|
+
__wbg_set_cache_546c3dda0e43ae0c: function(arg0, arg1) {
|
|
888
883
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
889
884
|
},
|
|
890
|
-
|
|
885
|
+
__wbg_set_credentials_328fbf29cfdfa342: function(arg0, arg1) {
|
|
891
886
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
892
887
|
},
|
|
893
|
-
|
|
894
|
-
arg0[arg1 >>> 0] = arg2;
|
|
895
|
-
},
|
|
896
|
-
__wbg_set_headers_cfc5f4b2c1f20549: function(arg0, arg1) {
|
|
888
|
+
__wbg_set_headers_1f8bdee11d576059: function(arg0, arg1) {
|
|
897
889
|
arg0.headers = arg1;
|
|
898
890
|
},
|
|
899
|
-
|
|
891
|
+
__wbg_set_method_5a35896632ca213d: function(arg0, arg1, arg2) {
|
|
900
892
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
901
893
|
},
|
|
902
|
-
|
|
894
|
+
__wbg_set_mode_6fa10db5d133ac26: function(arg0, arg1) {
|
|
903
895
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
904
896
|
},
|
|
905
|
-
|
|
897
|
+
__wbg_set_oncomplete_98a2196d755d2d24: function(arg0, arg1) {
|
|
906
898
|
arg0.oncomplete = arg1;
|
|
907
899
|
},
|
|
908
|
-
|
|
900
|
+
__wbg_set_onerror_bac43f7bea6aea04: function(arg0, arg1) {
|
|
909
901
|
arg0.onerror = arg1;
|
|
910
902
|
},
|
|
911
|
-
|
|
903
|
+
__wbg_set_onsuccess_b11a47e22cc3b04d: function(arg0, arg1) {
|
|
912
904
|
arg0.onsuccess = arg1;
|
|
913
905
|
},
|
|
914
|
-
|
|
906
|
+
__wbg_set_onupgradeneeded_884f0a93f1b2fc89: function(arg0, arg1) {
|
|
915
907
|
arg0.onupgradeneeded = arg1;
|
|
916
908
|
},
|
|
917
|
-
|
|
909
|
+
__wbg_set_signal_0d93209e168efc85: function(arg0, arg1) {
|
|
918
910
|
arg0.signal = arg1;
|
|
919
911
|
},
|
|
920
|
-
|
|
912
|
+
__wbg_signal_a0d9fead74a07e34: function(arg0) {
|
|
921
913
|
const ret = arg0.signal;
|
|
922
914
|
return ret;
|
|
923
915
|
},
|
|
924
|
-
|
|
916
|
+
__wbg_stack_3b0d974bbf31e44f: function(arg0, arg1) {
|
|
925
917
|
const ret = arg1.stack;
|
|
926
918
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
927
919
|
const len1 = WASM_VECTOR_LEN;
|
|
928
920
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
929
921
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
930
922
|
},
|
|
931
|
-
|
|
923
|
+
__wbg_static_accessor_GLOBAL_280fe6a619bbfbf6: function() {
|
|
932
924
|
const ret = typeof global === 'undefined' ? null : global;
|
|
933
925
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
934
926
|
},
|
|
935
|
-
|
|
927
|
+
__wbg_static_accessor_GLOBAL_THIS_12c1f4811ec605d1: function() {
|
|
936
928
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
937
929
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
938
930
|
},
|
|
939
|
-
|
|
931
|
+
__wbg_static_accessor_SELF_3a156961626f54d9: function() {
|
|
940
932
|
const ret = typeof self === 'undefined' ? null : self;
|
|
941
933
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
942
934
|
},
|
|
943
|
-
|
|
935
|
+
__wbg_static_accessor_WINDOW_210015b3eb6018a4: function() {
|
|
944
936
|
const ret = typeof window === 'undefined' ? null : window;
|
|
945
937
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
946
938
|
},
|
|
947
|
-
|
|
939
|
+
__wbg_status_1544422a8c64aef0: function(arg0) {
|
|
948
940
|
const ret = arg0.status;
|
|
949
941
|
return ret;
|
|
950
942
|
},
|
|
951
|
-
|
|
943
|
+
__wbg_target_28a021f6fbeb8e04: function(arg0) {
|
|
952
944
|
const ret = arg0.target;
|
|
953
945
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
954
946
|
},
|
|
955
|
-
|
|
956
|
-
const ret = arg0.then(arg1
|
|
947
|
+
__wbg_then_5ce48a9e69c0d3cd: function(arg0, arg1) {
|
|
948
|
+
const ret = arg0.then(arg1);
|
|
957
949
|
return ret;
|
|
958
950
|
},
|
|
959
|
-
|
|
960
|
-
const ret = arg0.then(arg1);
|
|
951
|
+
__wbg_then_f73127af3894d61c: function(arg0, arg1, arg2) {
|
|
952
|
+
const ret = arg0.then(arg1, arg2);
|
|
961
953
|
return ret;
|
|
962
954
|
},
|
|
963
|
-
|
|
955
|
+
__wbg_transaction_3a9df0b414667515: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
964
956
|
const ret = arg0.transaction(getStringFromWasm0(arg1, arg2), __wbindgen_enum_IdbTransactionMode[arg3]);
|
|
965
957
|
return ret;
|
|
966
958
|
}, arguments); },
|
|
967
|
-
|
|
959
|
+
__wbg_transaction_f2fa9c1bd80a868f: function() { return handleError(function (arg0, arg1, arg2) {
|
|
968
960
|
const ret = arg0.transaction(getStringFromWasm0(arg1, arg2));
|
|
969
961
|
return ret;
|
|
970
962
|
}, arguments); },
|
|
971
|
-
|
|
963
|
+
__wbg_url_271945e420831f05: function(arg0, arg1) {
|
|
972
964
|
const ret = arg1.url;
|
|
973
965
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
974
966
|
const len1 = WASM_VECTOR_LEN;
|
|
975
967
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
976
968
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
977
969
|
},
|
|
978
|
-
|
|
970
|
+
__wbg_value_3e1fdb73e1353fb3: function(arg0) {
|
|
979
971
|
const ret = arg0.value;
|
|
980
972
|
return ret;
|
|
981
973
|
},
|
|
982
|
-
|
|
974
|
+
__wbg_warn_998077100f0e7387: function(arg0) {
|
|
983
975
|
console.warn(arg0);
|
|
984
976
|
},
|
|
985
977
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
986
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
987
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
978
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 174, function: Function { arguments: [NamedExternref("Event")], shim_idx: 175, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
979
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_7f07ed4026f738e___closure__destroy___dyn_core_5858575f5ab61d4b___ops__function__FnMut__web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent____Output_______, wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent_____);
|
|
988
980
|
return ret;
|
|
989
981
|
},
|
|
990
982
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
991
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
992
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
983
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 174, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 175, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
984
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_7f07ed4026f738e___closure__destroy___dyn_core_5858575f5ab61d4b___ops__function__FnMut__web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent____Output_______, wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______1);
|
|
993
985
|
return ret;
|
|
994
986
|
},
|
|
995
987
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
996
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
997
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
988
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 581, function: Function { arguments: [], shim_idx: 582, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
989
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_7f07ed4026f738e___closure__destroy___dyn_core_5858575f5ab61d4b___ops__function__FnMut_____Output_______, wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke______);
|
|
998
990
|
return ret;
|
|
999
991
|
},
|
|
1000
992
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1001
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1002
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
993
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 611, function: Function { arguments: [Externref], shim_idx: 612, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
994
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_7f07ed4026f738e___closure__destroy___dyn_core_5858575f5ab61d4b___ops__function__FnMut__wasm_bindgen_7f07ed4026f738e___JsValue____Output___core_5858575f5ab61d4b___result__Result_____wasm_bindgen_7f07ed4026f738e___JsError___, wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___wasm_bindgen_7f07ed4026f738e___JsValue__core_5858575f5ab61d4b___result__Result_____wasm_bindgen_7f07ed4026f738e___JsError__);
|
|
1003
995
|
return ret;
|
|
1004
996
|
},
|
|
1005
997
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -1038,20 +1030,27 @@ function __wbg_get_imports() {
|
|
|
1038
1030
|
};
|
|
1039
1031
|
}
|
|
1040
1032
|
|
|
1041
|
-
function
|
|
1042
|
-
wasm.
|
|
1033
|
+
function wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke______(arg0, arg1) {
|
|
1034
|
+
wasm.wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke______(arg0, arg1);
|
|
1043
1035
|
}
|
|
1044
1036
|
|
|
1045
|
-
function
|
|
1046
|
-
wasm.
|
|
1037
|
+
function wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent_____(arg0, arg1, arg2) {
|
|
1038
|
+
wasm.wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent_____(arg0, arg1, arg2);
|
|
1047
1039
|
}
|
|
1048
1040
|
|
|
1049
|
-
function
|
|
1050
|
-
wasm.
|
|
1041
|
+
function wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______1(arg0, arg1, arg2) {
|
|
1042
|
+
wasm.wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___web_sys_681e534fe2ba1193___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______1(arg0, arg1, arg2);
|
|
1043
|
+
}
|
|
1044
|
+
|
|
1045
|
+
function wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___wasm_bindgen_7f07ed4026f738e___JsValue__core_5858575f5ab61d4b___result__Result_____wasm_bindgen_7f07ed4026f738e___JsError__(arg0, arg1, arg2) {
|
|
1046
|
+
const ret = wasm.wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___wasm_bindgen_7f07ed4026f738e___JsValue__core_5858575f5ab61d4b___result__Result_____wasm_bindgen_7f07ed4026f738e___JsError__(arg0, arg1, arg2);
|
|
1047
|
+
if (ret[1]) {
|
|
1048
|
+
throw takeFromExternrefTable0(ret[0]);
|
|
1049
|
+
}
|
|
1051
1050
|
}
|
|
1052
1051
|
|
|
1053
|
-
function
|
|
1054
|
-
wasm.
|
|
1052
|
+
function wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___js_sys_61199577b62b9f23___Function_fn_wasm_bindgen_7f07ed4026f738e___JsValue_____wasm_bindgen_7f07ed4026f738e___sys__Undefined___js_sys_61199577b62b9f23___Function_fn_wasm_bindgen_7f07ed4026f738e___JsValue_____wasm_bindgen_7f07ed4026f738e___sys__Undefined______(arg0, arg1, arg2, arg3) {
|
|
1053
|
+
wasm.wasm_bindgen_7f07ed4026f738e___convert__closures_____invoke___js_sys_61199577b62b9f23___Function_fn_wasm_bindgen_7f07ed4026f738e___JsValue_____wasm_bindgen_7f07ed4026f738e___sys__Undefined___js_sys_61199577b62b9f23___Function_fn_wasm_bindgen_7f07ed4026f738e___JsValue_____wasm_bindgen_7f07ed4026f738e___sys__Undefined______(arg0, arg1, arg2, arg3);
|
|
1055
1054
|
}
|
|
1056
1055
|
|
|
1057
1056
|
|
package/hermes_wasm_bg.wasm
CHANGED
|
Binary file
|