hermes-wasm 1.8.100 → 1.8.102
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 +36 -36
- package/hermes_wasm.js +165 -161
- package/hermes_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/hermes_wasm.d.ts
CHANGED
|
@@ -374,6 +374,37 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
374
374
|
|
|
375
375
|
export interface InitOutput {
|
|
376
376
|
readonly memory: WebAssembly.Memory;
|
|
377
|
+
readonly __wbg_indexregistry_free: (a: number, b: number) => void;
|
|
378
|
+
readonly __wbg_remoteindex_free: (a: number, b: number) => void;
|
|
379
|
+
readonly indexregistry_add_remote: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
380
|
+
readonly indexregistry_list: (a: number) => any;
|
|
381
|
+
readonly indexregistry_new: () => number;
|
|
382
|
+
readonly indexregistry_remove: (a: number, b: number, c: number) => void;
|
|
383
|
+
readonly indexregistry_search: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
384
|
+
readonly remoteindex_cache_stats: (a: number) => any;
|
|
385
|
+
readonly remoteindex_clear_idb_cache: (a: number) => any;
|
|
386
|
+
readonly remoteindex_default_fields: (a: number) => any;
|
|
387
|
+
readonly remoteindex_export_cache: (a: number) => [number, number];
|
|
388
|
+
readonly remoteindex_field_names: (a: number) => any;
|
|
389
|
+
readonly remoteindex_getDocumentWithFields: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
390
|
+
readonly remoteindex_get_document: (a: number, b: number, c: number, d: number) => any;
|
|
391
|
+
readonly remoteindex_import_cache: (a: number, b: number, c: number) => [number, number];
|
|
392
|
+
readonly remoteindex_load: (a: number) => any;
|
|
393
|
+
readonly remoteindex_load_cache_from_idb: (a: number) => any;
|
|
394
|
+
readonly remoteindex_load_with_idb_cache: (a: number) => any;
|
|
395
|
+
readonly remoteindex_network_stats: (a: number) => any;
|
|
396
|
+
readonly remoteindex_new: (a: number, b: number) => number;
|
|
397
|
+
readonly remoteindex_num_docs: (a: number) => number;
|
|
398
|
+
readonly remoteindex_num_segments: (a: number) => number;
|
|
399
|
+
readonly remoteindex_reset_network_stats: (a: number) => void;
|
|
400
|
+
readonly remoteindex_save_cache_to_idb: (a: number) => any;
|
|
401
|
+
readonly remoteindex_search: (a: number, b: number, c: number, d: number) => any;
|
|
402
|
+
readonly remoteindex_searchStructured: (a: number, b: any) => any;
|
|
403
|
+
readonly remoteindex_search_offset: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
404
|
+
readonly remoteindex_with_cache_size: (a: number, b: number, c: number) => number;
|
|
405
|
+
readonly set_log_level: (a: number, b: number) => void;
|
|
406
|
+
readonly init: () => void;
|
|
407
|
+
readonly setup_logging: () => void;
|
|
377
408
|
readonly __wbg_ipfsindex_free: (a: number, b: number) => void;
|
|
378
409
|
readonly ipfsindex_cache_stats: (a: number) => any;
|
|
379
410
|
readonly ipfsindex_clear_idb_cache: (a: number) => any;
|
|
@@ -410,37 +441,6 @@ export interface InitOutput {
|
|
|
410
441
|
readonly localindex_searchOffset: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
411
442
|
readonly localindex_searchStructured: (a: number, b: any) => any;
|
|
412
443
|
readonly localindex_withStorage: (a: any, b: number, c: number) => any;
|
|
413
|
-
readonly __wbg_indexregistry_free: (a: number, b: number) => void;
|
|
414
|
-
readonly __wbg_remoteindex_free: (a: number, b: number) => void;
|
|
415
|
-
readonly indexregistry_add_remote: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
416
|
-
readonly indexregistry_list: (a: number) => any;
|
|
417
|
-
readonly indexregistry_new: () => number;
|
|
418
|
-
readonly indexregistry_remove: (a: number, b: number, c: number) => void;
|
|
419
|
-
readonly indexregistry_search: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
420
|
-
readonly remoteindex_cache_stats: (a: number) => any;
|
|
421
|
-
readonly remoteindex_clear_idb_cache: (a: number) => any;
|
|
422
|
-
readonly remoteindex_default_fields: (a: number) => any;
|
|
423
|
-
readonly remoteindex_export_cache: (a: number) => [number, number];
|
|
424
|
-
readonly remoteindex_field_names: (a: number) => any;
|
|
425
|
-
readonly remoteindex_getDocumentWithFields: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
426
|
-
readonly remoteindex_get_document: (a: number, b: number, c: number, d: number) => any;
|
|
427
|
-
readonly remoteindex_import_cache: (a: number, b: number, c: number) => [number, number];
|
|
428
|
-
readonly remoteindex_load: (a: number) => any;
|
|
429
|
-
readonly remoteindex_load_cache_from_idb: (a: number) => any;
|
|
430
|
-
readonly remoteindex_load_with_idb_cache: (a: number) => any;
|
|
431
|
-
readonly remoteindex_network_stats: (a: number) => any;
|
|
432
|
-
readonly remoteindex_new: (a: number, b: number) => number;
|
|
433
|
-
readonly remoteindex_num_docs: (a: number) => number;
|
|
434
|
-
readonly remoteindex_num_segments: (a: number) => number;
|
|
435
|
-
readonly remoteindex_reset_network_stats: (a: number) => void;
|
|
436
|
-
readonly remoteindex_save_cache_to_idb: (a: number) => any;
|
|
437
|
-
readonly remoteindex_search: (a: number, b: number, c: number, d: number) => any;
|
|
438
|
-
readonly remoteindex_searchStructured: (a: number, b: any) => any;
|
|
439
|
-
readonly remoteindex_search_offset: (a: number, b: number, c: number, d: number, e: number) => any;
|
|
440
|
-
readonly remoteindex_with_cache_size: (a: number, b: number, c: number) => number;
|
|
441
|
-
readonly set_log_level: (a: number, b: number) => void;
|
|
442
|
-
readonly init: () => void;
|
|
443
|
-
readonly setup_logging: () => void;
|
|
444
444
|
readonly rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
445
445
|
readonly rust_zstd_wasm_shim_free: (a: number) => void;
|
|
446
446
|
readonly rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
@@ -449,11 +449,11 @@ export interface InitOutput {
|
|
|
449
449
|
readonly rust_zstd_wasm_shim_memmove: (a: number, b: number, c: number) => number;
|
|
450
450
|
readonly rust_zstd_wasm_shim_memset: (a: number, b: number, c: number) => number;
|
|
451
451
|
readonly rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
|
|
452
|
-
readonly
|
|
453
|
-
readonly
|
|
454
|
-
readonly
|
|
455
|
-
readonly
|
|
456
|
-
readonly
|
|
452
|
+
readonly wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___wasm_bindgen_59d1ba5bf4f9bc4d___JsValue__core_9b3796e30d99ddb7___result__Result_____wasm_bindgen_59d1ba5bf4f9bc4d___JsError___true_: (a: number, b: number, c: any) => [number, number];
|
|
453
|
+
readonly wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___js_sys_f10df6a9ba39f6a6___Function_fn_wasm_bindgen_59d1ba5bf4f9bc4d___JsValue_____wasm_bindgen_59d1ba5bf4f9bc4d___sys__Undefined___js_sys_f10df6a9ba39f6a6___Function_fn_wasm_bindgen_59d1ba5bf4f9bc4d___JsValue_____wasm_bindgen_59d1ba5bf4f9bc4d___sys__Undefined_______true_: (a: number, b: number, c: any, d: any) => void;
|
|
454
|
+
readonly wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___web_sys_8ef1360eb40b80a5___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true_: (a: number, b: number, c: any) => void;
|
|
455
|
+
readonly wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___web_sys_8ef1360eb40b80a5___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true__2: (a: number, b: number, c: any) => void;
|
|
456
|
+
readonly wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke_______true_: (a: number, b: number) => void;
|
|
457
457
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
458
458
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
459
459
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/hermes_wasm.js
CHANGED
|
@@ -794,11 +794,11 @@ export function setup_logging() {
|
|
|
794
794
|
function __wbg_get_imports() {
|
|
795
795
|
const import0 = {
|
|
796
796
|
__proto__: null,
|
|
797
|
-
|
|
797
|
+
__wbg_Error_408e67f47ca7b58b: function(arg0, arg1) {
|
|
798
798
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
799
799
|
return ret;
|
|
800
800
|
},
|
|
801
|
-
|
|
801
|
+
__wbg_Number_3890faa6d3ff057d: function(arg0) {
|
|
802
802
|
const ret = Number(arg0);
|
|
803
803
|
return ret;
|
|
804
804
|
},
|
|
@@ -809,68 +809,68 @@ function __wbg_get_imports() {
|
|
|
809
809
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
810
810
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
811
811
|
},
|
|
812
|
-
|
|
812
|
+
__wbg___wbindgen_bigint_get_as_i64_c4ecf48528083721: function(arg0, arg1) {
|
|
813
813
|
const v = arg1;
|
|
814
814
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
815
815
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
816
816
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
817
817
|
},
|
|
818
|
-
|
|
818
|
+
__wbg___wbindgen_boolean_get_c9c83ebd41b34df3: function(arg0) {
|
|
819
819
|
const v = arg0;
|
|
820
820
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
821
821
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
822
822
|
},
|
|
823
|
-
|
|
823
|
+
__wbg___wbindgen_debug_string_a57024b9c6e4a48b: function(arg0, arg1) {
|
|
824
824
|
const ret = debugString(arg1);
|
|
825
825
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
826
826
|
const len1 = WASM_VECTOR_LEN;
|
|
827
827
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
828
828
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
829
829
|
},
|
|
830
|
-
|
|
830
|
+
__wbg___wbindgen_in_ac983077f137f2e6: function(arg0, arg1) {
|
|
831
831
|
const ret = arg0 in arg1;
|
|
832
832
|
return ret;
|
|
833
833
|
},
|
|
834
|
-
|
|
834
|
+
__wbg___wbindgen_is_bigint_8ffbbef442139384: function(arg0) {
|
|
835
835
|
const ret = typeof(arg0) === 'bigint';
|
|
836
836
|
return ret;
|
|
837
837
|
},
|
|
838
|
-
|
|
838
|
+
__wbg___wbindgen_is_function_5e4570eb24ffa122: function(arg0) {
|
|
839
839
|
const ret = typeof(arg0) === 'function';
|
|
840
840
|
return ret;
|
|
841
841
|
},
|
|
842
|
-
|
|
842
|
+
__wbg___wbindgen_is_null_7d13f41e1a2d5140: function(arg0) {
|
|
843
843
|
const ret = arg0 === null;
|
|
844
844
|
return ret;
|
|
845
845
|
},
|
|
846
|
-
|
|
846
|
+
__wbg___wbindgen_is_object_a2790eb24c211ea0: function(arg0) {
|
|
847
847
|
const val = arg0;
|
|
848
848
|
const ret = typeof(val) === 'object' && val !== null;
|
|
849
849
|
return ret;
|
|
850
850
|
},
|
|
851
|
-
|
|
851
|
+
__wbg___wbindgen_is_string_e6f02f0ea5f20a32: function(arg0) {
|
|
852
852
|
const ret = typeof(arg0) === 'string';
|
|
853
853
|
return ret;
|
|
854
854
|
},
|
|
855
|
-
|
|
855
|
+
__wbg___wbindgen_is_undefined_6cff064c44e0d823: function(arg0) {
|
|
856
856
|
const ret = arg0 === undefined;
|
|
857
857
|
return ret;
|
|
858
858
|
},
|
|
859
|
-
|
|
859
|
+
__wbg___wbindgen_jsval_eq_0a18949a61670320: function(arg0, arg1) {
|
|
860
860
|
const ret = arg0 === arg1;
|
|
861
861
|
return ret;
|
|
862
862
|
},
|
|
863
|
-
|
|
863
|
+
__wbg___wbindgen_jsval_loose_eq_acf2776254a8d832: function(arg0, arg1) {
|
|
864
864
|
const ret = arg0 == arg1;
|
|
865
865
|
return ret;
|
|
866
866
|
},
|
|
867
|
-
|
|
867
|
+
__wbg___wbindgen_number_get_136b9679cab35cfb: function(arg0, arg1) {
|
|
868
868
|
const obj = arg1;
|
|
869
869
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
870
870
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
871
871
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
872
872
|
},
|
|
873
|
-
|
|
873
|
+
__wbg___wbindgen_string_get_d154f1e671052120: function(arg0, arg1) {
|
|
874
874
|
const obj = arg1;
|
|
875
875
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
876
876
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -878,80 +878,77 @@ function __wbg_get_imports() {
|
|
|
878
878
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
879
879
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
880
880
|
},
|
|
881
|
-
|
|
881
|
+
__wbg___wbindgen_throw_bb96b2010945f0bc: function(arg0, arg1) {
|
|
882
882
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
883
883
|
},
|
|
884
|
-
|
|
884
|
+
__wbg__wbg_cb_unref_be22cc64ae6946a0: function(arg0) {
|
|
885
885
|
arg0._wbg_cb_unref();
|
|
886
886
|
},
|
|
887
|
-
|
|
888
|
-
arg0.abort();
|
|
889
|
-
},
|
|
890
|
-
__wbg_abort_eee9248a6d680839: function(arg0, arg1) {
|
|
887
|
+
__wbg_abort_1254fe4ac5695dc0: function(arg0, arg1) {
|
|
891
888
|
arg0.abort(arg1);
|
|
892
889
|
},
|
|
893
|
-
|
|
890
|
+
__wbg_abort_d8615b5857e112b3: function(arg0) {
|
|
891
|
+
arg0.abort();
|
|
892
|
+
},
|
|
893
|
+
__wbg_append_acad6a3f39a3e778: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
894
894
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
895
895
|
}, arguments); },
|
|
896
|
-
|
|
896
|
+
__wbg_arrayBuffer_16433f17fbd74397: function() { return handleError(function (arg0) {
|
|
897
897
|
const ret = arg0.arrayBuffer();
|
|
898
898
|
return ret;
|
|
899
899
|
}, arguments); },
|
|
900
|
-
|
|
900
|
+
__wbg_buffer_78291c0e094ccf99: function(arg0) {
|
|
901
901
|
const ret = arg0.buffer;
|
|
902
902
|
return ret;
|
|
903
903
|
},
|
|
904
|
-
|
|
905
|
-
const ret = arg0.call(arg1, arg2, arg3
|
|
904
|
+
__wbg_call_0f2a9af232c18fd2: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
905
|
+
const ret = arg0.call(arg1, arg2, arg3);
|
|
906
906
|
return ret;
|
|
907
907
|
}, arguments); },
|
|
908
|
-
|
|
908
|
+
__wbg_call_1c5886ab9c57d1c7: function() { return handleError(function (arg0, arg1) {
|
|
909
909
|
const ret = arg0.call(arg1);
|
|
910
910
|
return ret;
|
|
911
911
|
}, arguments); },
|
|
912
|
-
|
|
912
|
+
__wbg_call_35dba3c747ad7521: function() { return handleError(function (arg0, arg1, arg2) {
|
|
913
913
|
const ret = arg0.call(arg1, arg2);
|
|
914
914
|
return ret;
|
|
915
915
|
}, arguments); },
|
|
916
|
-
|
|
917
|
-
const ret = arg0.call(arg1, arg2, arg3);
|
|
916
|
+
__wbg_call_39f824e18d9d2414: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
917
|
+
const ret = arg0.call(arg1, arg2, arg3, arg4);
|
|
918
918
|
return ret;
|
|
919
919
|
}, arguments); },
|
|
920
920
|
__wbg_clearTimeout_333bba87532ab9d3: function(arg0) {
|
|
921
921
|
const ret = clearTimeout(arg0);
|
|
922
922
|
return ret;
|
|
923
923
|
},
|
|
924
|
-
|
|
924
|
+
__wbg_contains_83777a747f0bcc85: function(arg0, arg1, arg2) {
|
|
925
925
|
const ret = arg0.contains(getStringFromWasm0(arg1, arg2));
|
|
926
926
|
return ret;
|
|
927
927
|
},
|
|
928
|
-
|
|
928
|
+
__wbg_createObjectStore_d3884936b845900f: function() { return handleError(function (arg0, arg1, arg2) {
|
|
929
929
|
const ret = arg0.createObjectStore(getStringFromWasm0(arg1, arg2));
|
|
930
930
|
return ret;
|
|
931
931
|
}, arguments); },
|
|
932
|
-
|
|
932
|
+
__wbg_debug_3853dbaf0bca30f9: function(arg0) {
|
|
933
933
|
console.debug(arg0);
|
|
934
934
|
},
|
|
935
|
-
|
|
935
|
+
__wbg_delete_27b012593b3f623b: function() { return handleError(function (arg0, arg1) {
|
|
936
936
|
const ret = arg0.delete(arg1);
|
|
937
937
|
return ret;
|
|
938
938
|
}, arguments); },
|
|
939
|
-
|
|
939
|
+
__wbg_done_669171204c3dcae2: function(arg0) {
|
|
940
940
|
const ret = arg0.done;
|
|
941
941
|
return ret;
|
|
942
942
|
},
|
|
943
|
-
|
|
944
|
-
const ret = Object.entries(arg0);
|
|
945
|
-
return ret;
|
|
946
|
-
},
|
|
947
|
-
__wbg_entries_900cefd6f70eb290: function(arg0) {
|
|
943
|
+
__wbg_entries_2c710161cbd65b89: function(arg0) {
|
|
948
944
|
const ret = arg0.entries();
|
|
949
945
|
return ret;
|
|
950
946
|
},
|
|
951
|
-
|
|
952
|
-
|
|
947
|
+
__wbg_entries_7774d489e1da5f4f: function(arg0) {
|
|
948
|
+
const ret = Object.entries(arg0);
|
|
949
|
+
return ret;
|
|
953
950
|
},
|
|
954
|
-
|
|
951
|
+
__wbg_error_757e9472f8410341: function(arg0, arg1) {
|
|
955
952
|
let deferred0_0;
|
|
956
953
|
let deferred0_1;
|
|
957
954
|
try {
|
|
@@ -962,38 +959,41 @@ function __wbg_get_imports() {
|
|
|
962
959
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
963
960
|
}
|
|
964
961
|
},
|
|
962
|
+
__wbg_error_dd408a7b3cb542dd: function(arg0) {
|
|
963
|
+
console.error(arg0);
|
|
964
|
+
},
|
|
965
965
|
__wbg_fetch_074561c3e313c86f: function(arg0) {
|
|
966
966
|
const ret = fetch(arg0);
|
|
967
967
|
return ret;
|
|
968
968
|
},
|
|
969
|
-
|
|
969
|
+
__wbg_fetch_729fad2e5272298f: function(arg0, arg1) {
|
|
970
970
|
const ret = arg0.fetch(arg1);
|
|
971
971
|
return ret;
|
|
972
972
|
},
|
|
973
|
-
|
|
973
|
+
__wbg_fetch_d752d93f5b259503: function(arg0, arg1) {
|
|
974
974
|
const ret = arg0.fetch(arg1);
|
|
975
975
|
return ret;
|
|
976
976
|
},
|
|
977
|
-
|
|
977
|
+
__wbg_getRandomValues_a608c4436c19407a: function() { return handleError(function (arg0, arg1) {
|
|
978
978
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
979
979
|
}, arguments); },
|
|
980
|
-
|
|
981
|
-
const ret = arg0
|
|
982
|
-
return ret;
|
|
983
|
-
},
|
|
984
|
-
__wbg_get_78f252d074a84d0b: function() { return handleError(function (arg0, arg1) {
|
|
985
|
-
const ret = Reflect.get(arg0, arg1);
|
|
980
|
+
__wbg_get_4babbbf9303c1945: function() { return handleError(function (arg0, arg1) {
|
|
981
|
+
const ret = arg0.get(arg1);
|
|
986
982
|
return ret;
|
|
987
983
|
}, arguments); },
|
|
988
|
-
|
|
984
|
+
__wbg_get_971a0c45d172643f: function() { return handleError(function (arg0, arg1) {
|
|
989
985
|
const ret = Reflect.get(arg0, arg1);
|
|
990
986
|
return ret;
|
|
991
987
|
}, arguments); },
|
|
992
|
-
|
|
993
|
-
const ret = arg0
|
|
988
|
+
__wbg_get_c0c8f8d7da0c03dd: function(arg0, arg1) {
|
|
989
|
+
const ret = arg0[arg1 >>> 0];
|
|
990
|
+
return ret;
|
|
991
|
+
},
|
|
992
|
+
__wbg_get_d173c0308df22d37: function() { return handleError(function (arg0, arg1) {
|
|
993
|
+
const ret = Reflect.get(arg0, arg1);
|
|
994
994
|
return ret;
|
|
995
995
|
}, arguments); },
|
|
996
|
-
|
|
996
|
+
__wbg_get_unchecked_e20b893aeafc3fca: function(arg0, arg1) {
|
|
997
997
|
const ret = arg0[arg1 >>> 0];
|
|
998
998
|
return ret;
|
|
999
999
|
},
|
|
@@ -1001,22 +1001,22 @@ function __wbg_get_imports() {
|
|
|
1001
1001
|
const ret = arg0[arg1];
|
|
1002
1002
|
return ret;
|
|
1003
1003
|
},
|
|
1004
|
-
|
|
1004
|
+
__wbg_has_b3a6e6d0d28295fa: function() { return handleError(function (arg0, arg1) {
|
|
1005
1005
|
const ret = Reflect.has(arg0, arg1);
|
|
1006
1006
|
return ret;
|
|
1007
1007
|
}, arguments); },
|
|
1008
|
-
|
|
1008
|
+
__wbg_headers_92567b07014384b9: function(arg0) {
|
|
1009
1009
|
const ret = arg0.headers;
|
|
1010
1010
|
return ret;
|
|
1011
1011
|
},
|
|
1012
|
-
|
|
1012
|
+
__wbg_indexedDB_9e20c97c033151f3: function() { return handleError(function (arg0) {
|
|
1013
1013
|
const ret = arg0.indexedDB;
|
|
1014
1014
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1015
1015
|
}, arguments); },
|
|
1016
|
-
|
|
1016
|
+
__wbg_info_726982aff9befe16: function(arg0) {
|
|
1017
1017
|
console.info(arg0);
|
|
1018
1018
|
},
|
|
1019
|
-
|
|
1019
|
+
__wbg_instanceof_ArrayBuffer_993d02d2d254cad1: function(arg0) {
|
|
1020
1020
|
let result;
|
|
1021
1021
|
try {
|
|
1022
1022
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1026,7 +1026,7 @@ function __wbg_get_imports() {
|
|
|
1026
1026
|
const ret = result;
|
|
1027
1027
|
return ret;
|
|
1028
1028
|
},
|
|
1029
|
-
|
|
1029
|
+
__wbg_instanceof_IdbDatabase_e9dd9f20c51d8d42: function(arg0) {
|
|
1030
1030
|
let result;
|
|
1031
1031
|
try {
|
|
1032
1032
|
result = arg0 instanceof IDBDatabase;
|
|
@@ -1036,7 +1036,7 @@ function __wbg_get_imports() {
|
|
|
1036
1036
|
const ret = result;
|
|
1037
1037
|
return ret;
|
|
1038
1038
|
},
|
|
1039
|
-
|
|
1039
|
+
__wbg_instanceof_IdbOpenDbRequest_b913751ffb9239bb: function(arg0) {
|
|
1040
1040
|
let result;
|
|
1041
1041
|
try {
|
|
1042
1042
|
result = arg0 instanceof IDBOpenDBRequest;
|
|
@@ -1046,7 +1046,7 @@ function __wbg_get_imports() {
|
|
|
1046
1046
|
const ret = result;
|
|
1047
1047
|
return ret;
|
|
1048
1048
|
},
|
|
1049
|
-
|
|
1049
|
+
__wbg_instanceof_IdbRequest_471b050024626dac: function(arg0) {
|
|
1050
1050
|
let result;
|
|
1051
1051
|
try {
|
|
1052
1052
|
result = arg0 instanceof IDBRequest;
|
|
@@ -1056,7 +1056,7 @@ function __wbg_get_imports() {
|
|
|
1056
1056
|
const ret = result;
|
|
1057
1057
|
return ret;
|
|
1058
1058
|
},
|
|
1059
|
-
|
|
1059
|
+
__wbg_instanceof_Map_9a4d6ead180ae3a9: function(arg0) {
|
|
1060
1060
|
let result;
|
|
1061
1061
|
try {
|
|
1062
1062
|
result = arg0 instanceof Map;
|
|
@@ -1066,7 +1066,7 @@ function __wbg_get_imports() {
|
|
|
1066
1066
|
const ret = result;
|
|
1067
1067
|
return ret;
|
|
1068
1068
|
},
|
|
1069
|
-
|
|
1069
|
+
__wbg_instanceof_Response_8f49efbd4bfd76d6: function(arg0) {
|
|
1070
1070
|
let result;
|
|
1071
1071
|
try {
|
|
1072
1072
|
result = arg0 instanceof Response;
|
|
@@ -1076,7 +1076,7 @@ function __wbg_get_imports() {
|
|
|
1076
1076
|
const ret = result;
|
|
1077
1077
|
return ret;
|
|
1078
1078
|
},
|
|
1079
|
-
|
|
1079
|
+
__wbg_instanceof_Uint8Array_f935dbb0aa7cdeed: function(arg0) {
|
|
1080
1080
|
let result;
|
|
1081
1081
|
try {
|
|
1082
1082
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1086,7 +1086,7 @@ function __wbg_get_imports() {
|
|
|
1086
1086
|
const ret = result;
|
|
1087
1087
|
return ret;
|
|
1088
1088
|
},
|
|
1089
|
-
|
|
1089
|
+
__wbg_instanceof_Window_5625ff9937037a38: function(arg0) {
|
|
1090
1090
|
let result;
|
|
1091
1091
|
try {
|
|
1092
1092
|
result = arg0 instanceof Window;
|
|
@@ -1096,23 +1096,23 @@ function __wbg_get_imports() {
|
|
|
1096
1096
|
const ret = result;
|
|
1097
1097
|
return ret;
|
|
1098
1098
|
},
|
|
1099
|
-
|
|
1099
|
+
__wbg_isArray_6339f732981044bf: function(arg0) {
|
|
1100
1100
|
const ret = Array.isArray(arg0);
|
|
1101
1101
|
return ret;
|
|
1102
1102
|
},
|
|
1103
|
-
|
|
1103
|
+
__wbg_isSafeInteger_f3d6cd19ccfe4512: function(arg0) {
|
|
1104
1104
|
const ret = Number.isSafeInteger(arg0);
|
|
1105
1105
|
return ret;
|
|
1106
1106
|
},
|
|
1107
|
-
|
|
1107
|
+
__wbg_iterator_5cebbb86e33c6dd6: function() {
|
|
1108
1108
|
const ret = Symbol.iterator;
|
|
1109
1109
|
return ret;
|
|
1110
1110
|
},
|
|
1111
|
-
|
|
1111
|
+
__wbg_length_36bd29c6848c2144: function(arg0) {
|
|
1112
1112
|
const ret = arg0.length;
|
|
1113
1113
|
return ret;
|
|
1114
1114
|
},
|
|
1115
|
-
|
|
1115
|
+
__wbg_length_ecfa2c63d3d0d82c: function(arg0) {
|
|
1116
1116
|
const ret = arg0.length;
|
|
1117
1117
|
return ret;
|
|
1118
1118
|
},
|
|
@@ -1120,49 +1120,49 @@ function __wbg_get_imports() {
|
|
|
1120
1120
|
const ret = LocalIndex.__wrap(arg0);
|
|
1121
1121
|
return ret;
|
|
1122
1122
|
},
|
|
1123
|
-
|
|
1123
|
+
__wbg_log_e6372b4fbfc9f81e: function(arg0) {
|
|
1124
1124
|
console.log(arg0);
|
|
1125
1125
|
},
|
|
1126
|
-
|
|
1127
|
-
const ret = new
|
|
1126
|
+
__wbg_new_116be93542d39019: function() {
|
|
1127
|
+
const ret = new Array();
|
|
1128
1128
|
return ret;
|
|
1129
|
-
},
|
|
1129
|
+
},
|
|
1130
1130
|
__wbg_new_227d7c05414eb861: function() {
|
|
1131
1131
|
const ret = new Error();
|
|
1132
1132
|
return ret;
|
|
1133
1133
|
},
|
|
1134
|
-
|
|
1135
|
-
const ret = new
|
|
1134
|
+
__wbg_new_77cc4f4f472aeb81: function(arg0) {
|
|
1135
|
+
const ret = new Uint8Array(arg0);
|
|
1136
1136
|
return ret;
|
|
1137
1137
|
},
|
|
1138
|
-
|
|
1139
|
-
const ret = new
|
|
1138
|
+
__wbg_new_95039e162b0c4466: function() { return handleError(function () {
|
|
1139
|
+
const ret = new Headers();
|
|
1140
1140
|
return ret;
|
|
1141
1141
|
}, arguments); },
|
|
1142
|
-
|
|
1142
|
+
__wbg_new_cdf041679ded4c5f: function() {
|
|
1143
1143
|
const ret = new Map();
|
|
1144
1144
|
return ret;
|
|
1145
1145
|
},
|
|
1146
|
-
|
|
1147
|
-
const ret = new Uint8Array(arg0);
|
|
1148
|
-
return ret;
|
|
1149
|
-
},
|
|
1150
|
-
__wbg_new_da52cf8fe3429cb2: function() {
|
|
1146
|
+
__wbg_new_ebe3e0f6837f0879: function() {
|
|
1151
1147
|
const ret = new Object();
|
|
1152
1148
|
return ret;
|
|
1153
1149
|
},
|
|
1154
|
-
|
|
1150
|
+
__wbg_new_f5712de39c931ddf: function() { return handleError(function () {
|
|
1151
|
+
const ret = new AbortController();
|
|
1152
|
+
return ret;
|
|
1153
|
+
}, arguments); },
|
|
1154
|
+
__wbg_new_from_slice_3eea173078478cfe: function(arg0, arg1) {
|
|
1155
1155
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1156
1156
|
return ret;
|
|
1157
1157
|
},
|
|
1158
|
-
|
|
1158
|
+
__wbg_new_typed_cceaf62d8d95e9f2: function(arg0, arg1) {
|
|
1159
1159
|
try {
|
|
1160
1160
|
var state0 = {a: arg0, b: arg1};
|
|
1161
1161
|
var cb0 = (arg0, arg1) => {
|
|
1162
1162
|
const a = state0.a;
|
|
1163
1163
|
state0.a = 0;
|
|
1164
1164
|
try {
|
|
1165
|
-
return
|
|
1165
|
+
return wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___js_sys_f10df6a9ba39f6a6___Function_fn_wasm_bindgen_59d1ba5bf4f9bc4d___JsValue_____wasm_bindgen_59d1ba5bf4f9bc4d___sys__Undefined___js_sys_f10df6a9ba39f6a6___Function_fn_wasm_bindgen_59d1ba5bf4f9bc4d___JsValue_____wasm_bindgen_59d1ba5bf4f9bc4d___sys__Undefined_______true_(a, state0.b, arg0, arg1);
|
|
1166
1166
|
} finally {
|
|
1167
1167
|
state0.a = a;
|
|
1168
1168
|
}
|
|
@@ -1173,61 +1173,61 @@ function __wbg_get_imports() {
|
|
|
1173
1173
|
state0.a = 0;
|
|
1174
1174
|
}
|
|
1175
1175
|
},
|
|
1176
|
-
|
|
1176
|
+
__wbg_new_with_str_and_init_5a37d576dec75a86: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1177
1177
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
1178
1178
|
return ret;
|
|
1179
1179
|
}, arguments); },
|
|
1180
|
-
|
|
1181
|
-
const ret = arg0.next;
|
|
1182
|
-
return ret;
|
|
1183
|
-
},
|
|
1184
|
-
__wbg_next_71f2aa1cb3d1e37e: function() { return handleError(function (arg0) {
|
|
1180
|
+
__wbg_next_42cf16ee0dafc9e2: function() { return handleError(function (arg0) {
|
|
1185
1181
|
const ret = arg0.next();
|
|
1186
1182
|
return ret;
|
|
1187
1183
|
}, arguments); },
|
|
1188
|
-
|
|
1184
|
+
__wbg_next_8f26b64fa5e9f64b: function(arg0) {
|
|
1185
|
+
const ret = arg0.next;
|
|
1186
|
+
return ret;
|
|
1187
|
+
},
|
|
1188
|
+
__wbg_now_2283802bfbda617e: function(arg0) {
|
|
1189
1189
|
const ret = arg0.now();
|
|
1190
1190
|
return ret;
|
|
1191
1191
|
},
|
|
1192
|
-
|
|
1192
|
+
__wbg_objectStoreNames_94ee5410bc505cae: function(arg0) {
|
|
1193
1193
|
const ret = arg0.objectStoreNames;
|
|
1194
1194
|
return ret;
|
|
1195
1195
|
},
|
|
1196
|
-
|
|
1196
|
+
__wbg_objectStore_222b7add2b5c2770: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1197
1197
|
const ret = arg0.objectStore(getStringFromWasm0(arg1, arg2));
|
|
1198
1198
|
return ret;
|
|
1199
1199
|
}, arguments); },
|
|
1200
|
-
|
|
1200
|
+
__wbg_ok_917dc17857b16c56: function(arg0) {
|
|
1201
1201
|
const ret = arg0.ok;
|
|
1202
1202
|
return ret;
|
|
1203
1203
|
},
|
|
1204
|
-
|
|
1204
|
+
__wbg_open_c5ecda93515ce190: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1205
1205
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2), arg3 >>> 0);
|
|
1206
1206
|
return ret;
|
|
1207
1207
|
}, arguments); },
|
|
1208
|
-
|
|
1208
|
+
__wbg_prototypesetcall_de8e0d9553586985: function(arg0, arg1, arg2) {
|
|
1209
1209
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1210
1210
|
},
|
|
1211
|
-
|
|
1211
|
+
__wbg_push_adb0107829f02d75: function(arg0, arg1) {
|
|
1212
1212
|
const ret = arg0.push(arg1);
|
|
1213
1213
|
return ret;
|
|
1214
1214
|
},
|
|
1215
|
-
|
|
1215
|
+
__wbg_put_5e0ae8c80bb952a7: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1216
1216
|
const ret = arg0.put(arg1, arg2);
|
|
1217
1217
|
return ret;
|
|
1218
1218
|
}, arguments); },
|
|
1219
|
-
|
|
1219
|
+
__wbg_queueMicrotask_ac694eae12e92dfb: function(arg0) {
|
|
1220
|
+
queueMicrotask(arg0);
|
|
1221
|
+
},
|
|
1222
|
+
__wbg_queueMicrotask_be5fe34a8f4cad4d: function(arg0) {
|
|
1220
1223
|
const ret = arg0.queueMicrotask;
|
|
1221
1224
|
return ret;
|
|
1222
1225
|
},
|
|
1223
|
-
|
|
1224
|
-
queueMicrotask(arg0);
|
|
1225
|
-
},
|
|
1226
|
-
__wbg_resolve_2191a4dfe481c25b: function(arg0) {
|
|
1226
|
+
__wbg_resolve_020f95d838c6ef25: function(arg0) {
|
|
1227
1227
|
const ret = Promise.resolve(arg0);
|
|
1228
1228
|
return ret;
|
|
1229
1229
|
},
|
|
1230
|
-
|
|
1230
|
+
__wbg_result_0501bea148306f01: function() { return handleError(function (arg0) {
|
|
1231
1231
|
const ret = arg0.result;
|
|
1232
1232
|
return ret;
|
|
1233
1233
|
}, arguments); },
|
|
@@ -1235,50 +1235,50 @@ function __wbg_get_imports() {
|
|
|
1235
1235
|
const ret = setTimeout(arg0, arg1);
|
|
1236
1236
|
return ret;
|
|
1237
1237
|
},
|
|
1238
|
-
|
|
1238
|
+
__wbg_set_014226dfeca53178: function(arg0, arg1, arg2) {
|
|
1239
1239
|
const ret = arg0.set(arg1, arg2);
|
|
1240
1240
|
return ret;
|
|
1241
1241
|
},
|
|
1242
1242
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
1243
1243
|
arg0[arg1] = arg2;
|
|
1244
1244
|
},
|
|
1245
|
-
|
|
1245
|
+
__wbg_set_a80955eb93b145c6: function(arg0, arg1, arg2) {
|
|
1246
1246
|
arg0[arg1 >>> 0] = arg2;
|
|
1247
1247
|
},
|
|
1248
|
-
|
|
1248
|
+
__wbg_set_body_f301b68bff45f419: function(arg0, arg1) {
|
|
1249
1249
|
arg0.body = arg1;
|
|
1250
1250
|
},
|
|
1251
|
-
|
|
1251
|
+
__wbg_set_cache_ab8f11813716fe29: function(arg0, arg1) {
|
|
1252
1252
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
1253
1253
|
},
|
|
1254
|
-
|
|
1254
|
+
__wbg_set_credentials_d7f3b810cbf191e1: function(arg0, arg1) {
|
|
1255
1255
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
1256
1256
|
},
|
|
1257
|
-
|
|
1257
|
+
__wbg_set_headers_805555608daf7f2a: function(arg0, arg1) {
|
|
1258
1258
|
arg0.headers = arg1;
|
|
1259
1259
|
},
|
|
1260
|
-
|
|
1260
|
+
__wbg_set_method_cf2b992b9a610bc3: function(arg0, arg1, arg2) {
|
|
1261
1261
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
1262
1262
|
},
|
|
1263
|
-
|
|
1263
|
+
__wbg_set_mode_d6479dfd6696c8d3: function(arg0, arg1) {
|
|
1264
1264
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
1265
1265
|
},
|
|
1266
|
-
|
|
1266
|
+
__wbg_set_oncomplete_ff31bdacaa1b3558: function(arg0, arg1) {
|
|
1267
1267
|
arg0.oncomplete = arg1;
|
|
1268
1268
|
},
|
|
1269
|
-
|
|
1269
|
+
__wbg_set_onerror_41278ace6abe3973: function(arg0, arg1) {
|
|
1270
1270
|
arg0.onerror = arg1;
|
|
1271
1271
|
},
|
|
1272
|
-
|
|
1272
|
+
__wbg_set_onsuccess_86d76d6974cd57e4: function(arg0, arg1) {
|
|
1273
1273
|
arg0.onsuccess = arg1;
|
|
1274
1274
|
},
|
|
1275
|
-
|
|
1275
|
+
__wbg_set_onupgradeneeded_79b60102909f4a5e: function(arg0, arg1) {
|
|
1276
1276
|
arg0.onupgradeneeded = arg1;
|
|
1277
1277
|
},
|
|
1278
|
-
|
|
1278
|
+
__wbg_set_signal_115b9e9423652e66: function(arg0, arg1) {
|
|
1279
1279
|
arg0.signal = arg1;
|
|
1280
1280
|
},
|
|
1281
|
-
|
|
1281
|
+
__wbg_signal_58449b7eb331d1be: function(arg0) {
|
|
1282
1282
|
const ret = arg0.signal;
|
|
1283
1283
|
return ret;
|
|
1284
1284
|
},
|
|
@@ -1289,78 +1289,78 @@ function __wbg_get_imports() {
|
|
|
1289
1289
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1290
1290
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1291
1291
|
},
|
|
1292
|
-
|
|
1293
|
-
const ret = typeof
|
|
1292
|
+
__wbg_static_accessor_GLOBAL_THIS_466428f93b4eaa76: function() {
|
|
1293
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
1294
1294
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1295
1295
|
},
|
|
1296
|
-
|
|
1297
|
-
const ret = typeof
|
|
1296
|
+
__wbg_static_accessor_GLOBAL_c7aea38d4de089bc: function() {
|
|
1297
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
1298
1298
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1299
1299
|
},
|
|
1300
|
-
|
|
1300
|
+
__wbg_static_accessor_SELF_42d4fae05e59267a: function() {
|
|
1301
1301
|
const ret = typeof self === 'undefined' ? null : self;
|
|
1302
1302
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1303
1303
|
},
|
|
1304
|
-
|
|
1304
|
+
__wbg_static_accessor_WINDOW_e0db14a0eba6a812: function() {
|
|
1305
1305
|
const ret = typeof window === 'undefined' ? null : window;
|
|
1306
1306
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1307
1307
|
},
|
|
1308
|
-
|
|
1308
|
+
__wbg_status_b0de02a07fd7d927: function(arg0) {
|
|
1309
1309
|
const ret = arg0.status;
|
|
1310
1310
|
return ret;
|
|
1311
1311
|
},
|
|
1312
|
-
|
|
1312
|
+
__wbg_target_13424fe1cdc436ac: function(arg0) {
|
|
1313
1313
|
const ret = arg0.target;
|
|
1314
1314
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1315
1315
|
},
|
|
1316
|
-
|
|
1317
|
-
const ret = arg0.then(arg1
|
|
1316
|
+
__wbg_then_7026b513a94278a8: function(arg0, arg1) {
|
|
1317
|
+
const ret = arg0.then(arg1);
|
|
1318
1318
|
return ret;
|
|
1319
1319
|
},
|
|
1320
|
-
|
|
1321
|
-
const ret = arg0.then(arg1);
|
|
1320
|
+
__wbg_then_72819b8d4e081fb5: function(arg0, arg1, arg2) {
|
|
1321
|
+
const ret = arg0.then(arg1, arg2);
|
|
1322
1322
|
return ret;
|
|
1323
1323
|
},
|
|
1324
|
-
|
|
1324
|
+
__wbg_transaction_361a2ad1cc05a09a: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1325
1325
|
const ret = arg0.transaction(getStringFromWasm0(arg1, arg2));
|
|
1326
1326
|
return ret;
|
|
1327
1327
|
}, arguments); },
|
|
1328
|
-
|
|
1328
|
+
__wbg_transaction_728366e915610cb0: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1329
1329
|
const ret = arg0.transaction(getStringFromWasm0(arg1, arg2), __wbindgen_enum_IdbTransactionMode[arg3]);
|
|
1330
1330
|
return ret;
|
|
1331
1331
|
}, arguments); },
|
|
1332
|
-
|
|
1332
|
+
__wbg_url_82c95d5d2e2ba977: function(arg0, arg1) {
|
|
1333
1333
|
const ret = arg1.url;
|
|
1334
1334
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1335
1335
|
const len1 = WASM_VECTOR_LEN;
|
|
1336
1336
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1337
1337
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1338
1338
|
},
|
|
1339
|
-
|
|
1339
|
+
__wbg_value_1e2369fab29b420e: function(arg0) {
|
|
1340
1340
|
const ret = arg0.value;
|
|
1341
1341
|
return ret;
|
|
1342
1342
|
},
|
|
1343
|
-
|
|
1343
|
+
__wbg_warn_917d7f727ab78481: function(arg0) {
|
|
1344
1344
|
console.warn(arg0);
|
|
1345
1345
|
},
|
|
1346
1346
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1347
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1348
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1347
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1682, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1348
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___wasm_bindgen_59d1ba5bf4f9bc4d___JsValue__core_9b3796e30d99ddb7___result__Result_____wasm_bindgen_59d1ba5bf4f9bc4d___JsError___true_);
|
|
1349
1349
|
return ret;
|
|
1350
1350
|
},
|
|
1351
1351
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1352
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
1353
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1352
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 291, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1353
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___web_sys_8ef1360eb40b80a5___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true_);
|
|
1354
1354
|
return ret;
|
|
1355
1355
|
},
|
|
1356
1356
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1357
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx:
|
|
1358
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1357
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 291, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1358
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___web_sys_8ef1360eb40b80a5___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true__2);
|
|
1359
1359
|
return ret;
|
|
1360
1360
|
},
|
|
1361
1361
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1362
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
1363
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1362
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 823, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1363
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke_______true_);
|
|
1364
1364
|
return ret;
|
|
1365
1365
|
},
|
|
1366
1366
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -1399,27 +1399,27 @@ function __wbg_get_imports() {
|
|
|
1399
1399
|
};
|
|
1400
1400
|
}
|
|
1401
1401
|
|
|
1402
|
-
function
|
|
1403
|
-
wasm.
|
|
1402
|
+
function wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke_______true_(arg0, arg1) {
|
|
1403
|
+
wasm.wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke_______true_(arg0, arg1);
|
|
1404
1404
|
}
|
|
1405
1405
|
|
|
1406
|
-
function
|
|
1407
|
-
wasm.
|
|
1406
|
+
function wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___web_sys_8ef1360eb40b80a5___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true_(arg0, arg1, arg2) {
|
|
1407
|
+
wasm.wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___web_sys_8ef1360eb40b80a5___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true_(arg0, arg1, arg2);
|
|
1408
1408
|
}
|
|
1409
1409
|
|
|
1410
|
-
function
|
|
1411
|
-
wasm.
|
|
1410
|
+
function wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___web_sys_8ef1360eb40b80a5___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true__2(arg0, arg1, arg2) {
|
|
1411
|
+
wasm.wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___web_sys_8ef1360eb40b80a5___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true__2(arg0, arg1, arg2);
|
|
1412
1412
|
}
|
|
1413
1413
|
|
|
1414
|
-
function
|
|
1415
|
-
const ret = wasm.
|
|
1414
|
+
function wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___wasm_bindgen_59d1ba5bf4f9bc4d___JsValue__core_9b3796e30d99ddb7___result__Result_____wasm_bindgen_59d1ba5bf4f9bc4d___JsError___true_(arg0, arg1, arg2) {
|
|
1415
|
+
const ret = wasm.wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___wasm_bindgen_59d1ba5bf4f9bc4d___JsValue__core_9b3796e30d99ddb7___result__Result_____wasm_bindgen_59d1ba5bf4f9bc4d___JsError___true_(arg0, arg1, arg2);
|
|
1416
1416
|
if (ret[1]) {
|
|
1417
1417
|
throw takeFromExternrefTable0(ret[0]);
|
|
1418
1418
|
}
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
|
-
function
|
|
1422
|
-
wasm.
|
|
1421
|
+
function wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___js_sys_f10df6a9ba39f6a6___Function_fn_wasm_bindgen_59d1ba5bf4f9bc4d___JsValue_____wasm_bindgen_59d1ba5bf4f9bc4d___sys__Undefined___js_sys_f10df6a9ba39f6a6___Function_fn_wasm_bindgen_59d1ba5bf4f9bc4d___JsValue_____wasm_bindgen_59d1ba5bf4f9bc4d___sys__Undefined_______true_(arg0, arg1, arg2, arg3) {
|
|
1422
|
+
wasm.wasm_bindgen_59d1ba5bf4f9bc4d___convert__closures_____invoke___js_sys_f10df6a9ba39f6a6___Function_fn_wasm_bindgen_59d1ba5bf4f9bc4d___JsValue_____wasm_bindgen_59d1ba5bf4f9bc4d___sys__Undefined___js_sys_f10df6a9ba39f6a6___Function_fn_wasm_bindgen_59d1ba5bf4f9bc4d___JsValue_____wasm_bindgen_59d1ba5bf4f9bc4d___sys__Undefined_______true_(arg0, arg1, arg2, arg3);
|
|
1423
1423
|
}
|
|
1424
1424
|
|
|
1425
1425
|
|
|
@@ -1689,11 +1689,15 @@ function __wbg_finalize_init(instance, module) {
|
|
|
1689
1689
|
|
|
1690
1690
|
async function __wbg_load(module, imports) {
|
|
1691
1691
|
if (typeof Response === 'function' && module instanceof Response) {
|
|
1692
|
+
if (!module.ok) {
|
|
1693
|
+
throw new Error(`failed to fetch Wasm: ${module.status} ${module.statusText} fetching '${module.url}'`);
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1692
1696
|
if (typeof WebAssembly.instantiateStreaming === 'function') {
|
|
1693
1697
|
try {
|
|
1694
1698
|
return await WebAssembly.instantiateStreaming(module, imports);
|
|
1695
1699
|
} catch (e) {
|
|
1696
|
-
const validResponse =
|
|
1700
|
+
const validResponse = expectedResponseType(module.type);
|
|
1697
1701
|
|
|
1698
1702
|
if (validResponse && module.headers.get('Content-Type') !== 'application/wasm') {
|
|
1699
1703
|
console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n", e);
|
package/hermes_wasm_bg.wasm
CHANGED
|
Binary file
|