hermes-wasm 1.8.34 → 1.8.38
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 +5 -5
- package/hermes_wasm.js +156 -160
- package/hermes_wasm_bg.wasm +0 -0
- package/package.json +2 -2
package/hermes_wasm.d.ts
CHANGED
|
@@ -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_d478aa502ec49634___convert__closures_____invoke___wasm_bindgen_d478aa502ec49634___JsValue__core_5858575f5ab61d4b___result__Result_____wasm_bindgen_d478aa502ec49634___JsError___true_: (a: number, b: number, c: any) => [number, number];
|
|
453
|
+
readonly wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___js_sys_33a76414397a76d___Function_fn_wasm_bindgen_d478aa502ec49634___JsValue_____wasm_bindgen_d478aa502ec49634___sys__Undefined___js_sys_33a76414397a76d___Function_fn_wasm_bindgen_d478aa502ec49634___JsValue_____wasm_bindgen_d478aa502ec49634___sys__Undefined_______true_: (a: number, b: number, c: any, d: any) => void;
|
|
454
|
+
readonly wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___web_sys_80115fef8ffc5bb1___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true_: (a: number, b: number, c: any) => void;
|
|
455
|
+
readonly wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___web_sys_80115fef8ffc5bb1___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true__2: (a: number, b: number, c: any) => void;
|
|
456
|
+
readonly wasm_bindgen_d478aa502ec49634___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
|
@@ -38,7 +38,7 @@ export class IndexRegistry {
|
|
|
38
38
|
}
|
|
39
39
|
constructor() {
|
|
40
40
|
const ret = wasm.indexregistry_new();
|
|
41
|
-
this.__wbg_ptr = ret
|
|
41
|
+
this.__wbg_ptr = ret;
|
|
42
42
|
IndexRegistryFinalization.register(this, this.__wbg_ptr, this);
|
|
43
43
|
return this;
|
|
44
44
|
}
|
|
@@ -77,7 +77,6 @@ if (Symbol.dispose) IndexRegistry.prototype[Symbol.dispose] = IndexRegistry.prot
|
|
|
77
77
|
*/
|
|
78
78
|
export class IpfsIndex {
|
|
79
79
|
static __wrap(ptr) {
|
|
80
|
-
ptr = ptr >>> 0;
|
|
81
80
|
const obj = Object.create(IpfsIndex.prototype);
|
|
82
81
|
obj.__wbg_ptr = ptr;
|
|
83
82
|
IpfsIndexFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -233,7 +232,7 @@ export class IpfsIndex {
|
|
|
233
232
|
const ptr0 = passStringToWasm0(base_path, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
234
233
|
const len0 = WASM_VECTOR_LEN;
|
|
235
234
|
const ret = wasm.ipfsindex_new(ptr0, len0);
|
|
236
|
-
this.__wbg_ptr = ret
|
|
235
|
+
this.__wbg_ptr = ret;
|
|
237
236
|
IpfsIndexFinalization.register(this, this.__wbg_ptr, this);
|
|
238
237
|
return this;
|
|
239
238
|
}
|
|
@@ -332,7 +331,6 @@ if (Symbol.dispose) IpfsIndex.prototype[Symbol.dispose] = IpfsIndex.prototype.fr
|
|
|
332
331
|
*/
|
|
333
332
|
export class LocalIndex {
|
|
334
333
|
static __wrap(ptr) {
|
|
335
|
-
ptr = ptr >>> 0;
|
|
336
334
|
const obj = Object.create(LocalIndex.prototype);
|
|
337
335
|
obj.__wbg_ptr = ptr;
|
|
338
336
|
LocalIndexFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -520,7 +518,6 @@ if (Symbol.dispose) LocalIndex.prototype[Symbol.dispose] = LocalIndex.prototype.
|
|
|
520
518
|
*/
|
|
521
519
|
export class RemoteIndex {
|
|
522
520
|
static __wrap(ptr) {
|
|
523
|
-
ptr = ptr >>> 0;
|
|
524
521
|
const obj = Object.create(RemoteIndex.prototype);
|
|
525
522
|
obj.__wbg_ptr = ptr;
|
|
526
523
|
RemoteIndexFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -680,7 +677,7 @@ export class RemoteIndex {
|
|
|
680
677
|
const ptr0 = passStringToWasm0(base_url, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
681
678
|
const len0 = WASM_VECTOR_LEN;
|
|
682
679
|
const ret = wasm.remoteindex_new(ptr0, len0);
|
|
683
|
-
this.__wbg_ptr = ret
|
|
680
|
+
this.__wbg_ptr = ret;
|
|
684
681
|
RemoteIndexFinalization.register(this, this.__wbg_ptr, this);
|
|
685
682
|
return this;
|
|
686
683
|
}
|
|
@@ -794,15 +791,14 @@ export function set_log_level(level) {
|
|
|
794
791
|
export function setup_logging() {
|
|
795
792
|
wasm.setup_logging();
|
|
796
793
|
}
|
|
797
|
-
|
|
798
794
|
function __wbg_get_imports() {
|
|
799
795
|
const import0 = {
|
|
800
796
|
__proto__: null,
|
|
801
|
-
|
|
797
|
+
__wbg_Error_92b29b0548f8b746: function(arg0, arg1) {
|
|
802
798
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
803
799
|
return ret;
|
|
804
800
|
},
|
|
805
|
-
|
|
801
|
+
__wbg_Number_9a4e0ecb0fa16705: function(arg0) {
|
|
806
802
|
const ret = Number(arg0);
|
|
807
803
|
return ret;
|
|
808
804
|
},
|
|
@@ -813,68 +809,68 @@ function __wbg_get_imports() {
|
|
|
813
809
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
814
810
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
815
811
|
},
|
|
816
|
-
|
|
812
|
+
__wbg___wbindgen_bigint_get_as_i64_d968e41184ae354f: function(arg0, arg1) {
|
|
817
813
|
const v = arg1;
|
|
818
814
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
819
815
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
820
816
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
821
817
|
},
|
|
822
|
-
|
|
818
|
+
__wbg___wbindgen_boolean_get_fa956cfa2d1bd751: function(arg0) {
|
|
823
819
|
const v = arg0;
|
|
824
820
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
825
821
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
826
822
|
},
|
|
827
|
-
|
|
823
|
+
__wbg___wbindgen_debug_string_c25d447a39f5578f: function(arg0, arg1) {
|
|
828
824
|
const ret = debugString(arg1);
|
|
829
825
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
830
826
|
const len1 = WASM_VECTOR_LEN;
|
|
831
827
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
832
828
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
833
829
|
},
|
|
834
|
-
|
|
830
|
+
__wbg___wbindgen_in_aca499c5de7ff5e5: function(arg0, arg1) {
|
|
835
831
|
const ret = arg0 in arg1;
|
|
836
832
|
return ret;
|
|
837
833
|
},
|
|
838
|
-
|
|
834
|
+
__wbg___wbindgen_is_bigint_2f76dc55065b4273: function(arg0) {
|
|
839
835
|
const ret = typeof(arg0) === 'bigint';
|
|
840
836
|
return ret;
|
|
841
837
|
},
|
|
842
|
-
|
|
838
|
+
__wbg___wbindgen_is_function_1ff95bcc5517c252: function(arg0) {
|
|
843
839
|
const ret = typeof(arg0) === 'function';
|
|
844
840
|
return ret;
|
|
845
841
|
},
|
|
846
|
-
|
|
842
|
+
__wbg___wbindgen_is_null_ea9085d691f535d3: function(arg0) {
|
|
847
843
|
const ret = arg0 === null;
|
|
848
844
|
return ret;
|
|
849
845
|
},
|
|
850
|
-
|
|
846
|
+
__wbg___wbindgen_is_object_a27215656b807791: function(arg0) {
|
|
851
847
|
const val = arg0;
|
|
852
848
|
const ret = typeof(val) === 'object' && val !== null;
|
|
853
849
|
return ret;
|
|
854
850
|
},
|
|
855
|
-
|
|
851
|
+
__wbg___wbindgen_is_string_ea5e6cc2e4141dfe: function(arg0) {
|
|
856
852
|
const ret = typeof(arg0) === 'string';
|
|
857
853
|
return ret;
|
|
858
854
|
},
|
|
859
|
-
|
|
855
|
+
__wbg___wbindgen_is_undefined_c05833b95a3cf397: function(arg0) {
|
|
860
856
|
const ret = arg0 === undefined;
|
|
861
857
|
return ret;
|
|
862
858
|
},
|
|
863
|
-
|
|
859
|
+
__wbg___wbindgen_jsval_eq_e659fcf7b0e32763: function(arg0, arg1) {
|
|
864
860
|
const ret = arg0 === arg1;
|
|
865
861
|
return ret;
|
|
866
862
|
},
|
|
867
|
-
|
|
863
|
+
__wbg___wbindgen_jsval_loose_eq_db4c3b15f63fc170: function(arg0, arg1) {
|
|
868
864
|
const ret = arg0 == arg1;
|
|
869
865
|
return ret;
|
|
870
866
|
},
|
|
871
|
-
|
|
867
|
+
__wbg___wbindgen_number_get_394265ed1e1b84ee: function(arg0, arg1) {
|
|
872
868
|
const obj = arg1;
|
|
873
869
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
874
870
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
875
871
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
876
872
|
},
|
|
877
|
-
|
|
873
|
+
__wbg___wbindgen_string_get_b0ca35b86a603356: function(arg0, arg1) {
|
|
878
874
|
const obj = arg1;
|
|
879
875
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
880
876
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -882,77 +878,77 @@ function __wbg_get_imports() {
|
|
|
882
878
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
883
879
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
884
880
|
},
|
|
885
|
-
|
|
881
|
+
__wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
|
|
886
882
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
887
883
|
},
|
|
888
|
-
|
|
884
|
+
__wbg__wbg_cb_unref_fffb441def202758: function(arg0) {
|
|
889
885
|
arg0._wbg_cb_unref();
|
|
890
886
|
},
|
|
891
|
-
|
|
887
|
+
__wbg_abort_8bae0f33e7833997: function(arg0) {
|
|
892
888
|
arg0.abort();
|
|
893
889
|
},
|
|
894
|
-
|
|
890
|
+
__wbg_abort_eee9248a6d680839: function(arg0, arg1) {
|
|
895
891
|
arg0.abort(arg1);
|
|
896
892
|
},
|
|
897
|
-
|
|
893
|
+
__wbg_append_01c74e5c6b58aa64: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
898
894
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
899
895
|
}, arguments); },
|
|
900
|
-
|
|
896
|
+
__wbg_arrayBuffer_3b637f0fa65c5351: function() { return handleError(function (arg0) {
|
|
901
897
|
const ret = arg0.arrayBuffer();
|
|
902
898
|
return ret;
|
|
903
899
|
}, arguments); },
|
|
904
|
-
|
|
900
|
+
__wbg_buffer_54b87055582c8a81: function(arg0) {
|
|
905
901
|
const ret = arg0.buffer;
|
|
906
902
|
return ret;
|
|
907
903
|
},
|
|
908
|
-
|
|
909
|
-
const ret = arg0.call(arg1, arg2, arg3);
|
|
904
|
+
__wbg_call_44b7209e1e252e6a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
905
|
+
const ret = arg0.call(arg1, arg2, arg3, arg4);
|
|
910
906
|
return ret;
|
|
911
907
|
}, arguments); },
|
|
912
|
-
|
|
908
|
+
__wbg_call_8a2dd23819f8a60a: function() { return handleError(function (arg0, arg1) {
|
|
913
909
|
const ret = arg0.call(arg1);
|
|
914
910
|
return ret;
|
|
915
911
|
}, arguments); },
|
|
916
|
-
|
|
912
|
+
__wbg_call_a6e5c5dce5018821: function() { return handleError(function (arg0, arg1, arg2) {
|
|
917
913
|
const ret = arg0.call(arg1, arg2);
|
|
918
914
|
return ret;
|
|
919
915
|
}, arguments); },
|
|
920
|
-
|
|
921
|
-
const ret = arg0.call(arg1, arg2, arg3
|
|
916
|
+
__wbg_call_e3b662382210db98: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
917
|
+
const ret = arg0.call(arg1, arg2, arg3);
|
|
922
918
|
return ret;
|
|
923
919
|
}, arguments); },
|
|
924
|
-
|
|
920
|
+
__wbg_clearTimeout_333bba87532ab9d3: function(arg0) {
|
|
925
921
|
const ret = clearTimeout(arg0);
|
|
926
922
|
return ret;
|
|
927
923
|
},
|
|
928
|
-
|
|
924
|
+
__wbg_contains_72b3d3ec2e94729e: function(arg0, arg1, arg2) {
|
|
929
925
|
const ret = arg0.contains(getStringFromWasm0(arg1, arg2));
|
|
930
926
|
return ret;
|
|
931
927
|
},
|
|
932
|
-
|
|
928
|
+
__wbg_createObjectStore_ff668af6e79f0433: function() { return handleError(function (arg0, arg1, arg2) {
|
|
933
929
|
const ret = arg0.createObjectStore(getStringFromWasm0(arg1, arg2));
|
|
934
930
|
return ret;
|
|
935
931
|
}, arguments); },
|
|
936
|
-
|
|
932
|
+
__wbg_debug_87fd9b1a625b7efb: function(arg0) {
|
|
937
933
|
console.debug(arg0);
|
|
938
934
|
},
|
|
939
|
-
|
|
935
|
+
__wbg_delete_e7e50168de5ef96e: function() { return handleError(function (arg0, arg1) {
|
|
940
936
|
const ret = arg0.delete(arg1);
|
|
941
937
|
return ret;
|
|
942
938
|
}, arguments); },
|
|
943
|
-
|
|
939
|
+
__wbg_done_89b2b13e91a60321: function(arg0) {
|
|
944
940
|
const ret = arg0.done;
|
|
945
941
|
return ret;
|
|
946
942
|
},
|
|
947
|
-
|
|
943
|
+
__wbg_entries_015dc610cd81ede0: function(arg0) {
|
|
948
944
|
const ret = Object.entries(arg0);
|
|
949
945
|
return ret;
|
|
950
946
|
},
|
|
951
|
-
|
|
947
|
+
__wbg_entries_900cefd6f70eb290: function(arg0) {
|
|
952
948
|
const ret = arg0.entries();
|
|
953
949
|
return ret;
|
|
954
950
|
},
|
|
955
|
-
|
|
951
|
+
__wbg_error_744744ff0c9861e6: function(arg0) {
|
|
956
952
|
console.error(arg0);
|
|
957
953
|
},
|
|
958
954
|
__wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
|
|
@@ -966,38 +962,38 @@ function __wbg_get_imports() {
|
|
|
966
962
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
967
963
|
}
|
|
968
964
|
},
|
|
969
|
-
|
|
970
|
-
const ret =
|
|
965
|
+
__wbg_fetch_074561c3e313c86f: function(arg0) {
|
|
966
|
+
const ret = fetch(arg0);
|
|
971
967
|
return ret;
|
|
972
968
|
},
|
|
973
|
-
|
|
969
|
+
__wbg_fetch_6ecc661950e58d49: function(arg0, arg1) {
|
|
974
970
|
const ret = arg0.fetch(arg1);
|
|
975
971
|
return ret;
|
|
976
972
|
},
|
|
977
|
-
|
|
978
|
-
const ret = fetch(
|
|
973
|
+
__wbg_fetch_b5951fc96f52f786: function(arg0, arg1) {
|
|
974
|
+
const ret = arg0.fetch(arg1);
|
|
979
975
|
return ret;
|
|
980
976
|
},
|
|
981
977
|
__wbg_getRandomValues_3f44b700395062e5: function() { return handleError(function (arg0, arg1) {
|
|
982
978
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
983
979
|
}, arguments); },
|
|
984
|
-
|
|
980
|
+
__wbg_get_507a50627bffa49b: function(arg0, arg1) {
|
|
985
981
|
const ret = arg0[arg1 >>> 0];
|
|
986
982
|
return ret;
|
|
987
983
|
},
|
|
988
|
-
|
|
989
|
-
const ret =
|
|
984
|
+
__wbg_get_78f252d074a84d0b: function() { return handleError(function (arg0, arg1) {
|
|
985
|
+
const ret = Reflect.get(arg0, arg1);
|
|
990
986
|
return ret;
|
|
991
987
|
}, arguments); },
|
|
992
|
-
|
|
988
|
+
__wbg_get_c7eb1f358a7654df: function() { return handleError(function (arg0, arg1) {
|
|
993
989
|
const ret = Reflect.get(arg0, arg1);
|
|
994
990
|
return ret;
|
|
995
991
|
}, arguments); },
|
|
996
|
-
|
|
997
|
-
const ret =
|
|
992
|
+
__wbg_get_cefddcaffca4fbb7: function() { return handleError(function (arg0, arg1) {
|
|
993
|
+
const ret = arg0.get(arg1);
|
|
998
994
|
return ret;
|
|
999
995
|
}, arguments); },
|
|
1000
|
-
|
|
996
|
+
__wbg_get_unchecked_6e0ad6d2a41b06f6: function(arg0, arg1) {
|
|
1001
997
|
const ret = arg0[arg1 >>> 0];
|
|
1002
998
|
return ret;
|
|
1003
999
|
},
|
|
@@ -1005,22 +1001,22 @@ function __wbg_get_imports() {
|
|
|
1005
1001
|
const ret = arg0[arg1];
|
|
1006
1002
|
return ret;
|
|
1007
1003
|
},
|
|
1008
|
-
|
|
1004
|
+
__wbg_has_8374cf06984d8bfc: function() { return handleError(function (arg0, arg1) {
|
|
1009
1005
|
const ret = Reflect.has(arg0, arg1);
|
|
1010
1006
|
return ret;
|
|
1011
1007
|
}, arguments); },
|
|
1012
|
-
|
|
1008
|
+
__wbg_headers_cf9c80f30e2a4eff: function(arg0) {
|
|
1013
1009
|
const ret = arg0.headers;
|
|
1014
1010
|
return ret;
|
|
1015
1011
|
},
|
|
1016
|
-
|
|
1012
|
+
__wbg_indexedDB_c7dd741e3b661da5: function() { return handleError(function (arg0) {
|
|
1017
1013
|
const ret = arg0.indexedDB;
|
|
1018
1014
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1019
1015
|
}, arguments); },
|
|
1020
|
-
|
|
1016
|
+
__wbg_info_eadbe775a8e2e9eb: function(arg0) {
|
|
1021
1017
|
console.info(arg0);
|
|
1022
1018
|
},
|
|
1023
|
-
|
|
1019
|
+
__wbg_instanceof_ArrayBuffer_4480b9e0068a8adb: function(arg0) {
|
|
1024
1020
|
let result;
|
|
1025
1021
|
try {
|
|
1026
1022
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1030,7 +1026,7 @@ function __wbg_get_imports() {
|
|
|
1030
1026
|
const ret = result;
|
|
1031
1027
|
return ret;
|
|
1032
1028
|
},
|
|
1033
|
-
|
|
1029
|
+
__wbg_instanceof_IdbDatabase_1cc734ba1b040dd7: function(arg0) {
|
|
1034
1030
|
let result;
|
|
1035
1031
|
try {
|
|
1036
1032
|
result = arg0 instanceof IDBDatabase;
|
|
@@ -1040,7 +1036,7 @@ function __wbg_get_imports() {
|
|
|
1040
1036
|
const ret = result;
|
|
1041
1037
|
return ret;
|
|
1042
1038
|
},
|
|
1043
|
-
|
|
1039
|
+
__wbg_instanceof_IdbOpenDbRequest_c34a5f3bfadf1d88: function(arg0) {
|
|
1044
1040
|
let result;
|
|
1045
1041
|
try {
|
|
1046
1042
|
result = arg0 instanceof IDBOpenDBRequest;
|
|
@@ -1050,7 +1046,7 @@ function __wbg_get_imports() {
|
|
|
1050
1046
|
const ret = result;
|
|
1051
1047
|
return ret;
|
|
1052
1048
|
},
|
|
1053
|
-
|
|
1049
|
+
__wbg_instanceof_IdbRequest_fe7a4cb10800af5b: function(arg0) {
|
|
1054
1050
|
let result;
|
|
1055
1051
|
try {
|
|
1056
1052
|
result = arg0 instanceof IDBRequest;
|
|
@@ -1060,7 +1056,7 @@ function __wbg_get_imports() {
|
|
|
1060
1056
|
const ret = result;
|
|
1061
1057
|
return ret;
|
|
1062
1058
|
},
|
|
1063
|
-
|
|
1059
|
+
__wbg_instanceof_Map_e5b5e3db98422fcc: function(arg0) {
|
|
1064
1060
|
let result;
|
|
1065
1061
|
try {
|
|
1066
1062
|
result = arg0 instanceof Map;
|
|
@@ -1070,7 +1066,7 @@ function __wbg_get_imports() {
|
|
|
1070
1066
|
const ret = result;
|
|
1071
1067
|
return ret;
|
|
1072
1068
|
},
|
|
1073
|
-
|
|
1069
|
+
__wbg_instanceof_Response_c8b64b2256f01bec: function(arg0) {
|
|
1074
1070
|
let result;
|
|
1075
1071
|
try {
|
|
1076
1072
|
result = arg0 instanceof Response;
|
|
@@ -1080,7 +1076,7 @@ function __wbg_get_imports() {
|
|
|
1080
1076
|
const ret = result;
|
|
1081
1077
|
return ret;
|
|
1082
1078
|
},
|
|
1083
|
-
|
|
1079
|
+
__wbg_instanceof_Uint8Array_309b927aaf7a3fc7: function(arg0) {
|
|
1084
1080
|
let result;
|
|
1085
1081
|
try {
|
|
1086
1082
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1090,7 +1086,7 @@ function __wbg_get_imports() {
|
|
|
1090
1086
|
const ret = result;
|
|
1091
1087
|
return ret;
|
|
1092
1088
|
},
|
|
1093
|
-
|
|
1089
|
+
__wbg_instanceof_Window_05ba1ee4f6781663: function(arg0) {
|
|
1094
1090
|
let result;
|
|
1095
1091
|
try {
|
|
1096
1092
|
result = arg0 instanceof Window;
|
|
@@ -1100,23 +1096,23 @@ function __wbg_get_imports() {
|
|
|
1100
1096
|
const ret = result;
|
|
1101
1097
|
return ret;
|
|
1102
1098
|
},
|
|
1103
|
-
|
|
1099
|
+
__wbg_isArray_0677c962b281d01a: function(arg0) {
|
|
1104
1100
|
const ret = Array.isArray(arg0);
|
|
1105
1101
|
return ret;
|
|
1106
1102
|
},
|
|
1107
|
-
|
|
1103
|
+
__wbg_isSafeInteger_04f36e4056f1b851: function(arg0) {
|
|
1108
1104
|
const ret = Number.isSafeInteger(arg0);
|
|
1109
1105
|
return ret;
|
|
1110
1106
|
},
|
|
1111
|
-
|
|
1107
|
+
__wbg_iterator_6f722e4a93058b71: function() {
|
|
1112
1108
|
const ret = Symbol.iterator;
|
|
1113
1109
|
return ret;
|
|
1114
1110
|
},
|
|
1115
|
-
|
|
1111
|
+
__wbg_length_1f0964f4a5e2c6d8: function(arg0) {
|
|
1116
1112
|
const ret = arg0.length;
|
|
1117
1113
|
return ret;
|
|
1118
1114
|
},
|
|
1119
|
-
|
|
1115
|
+
__wbg_length_370319915dc99107: function(arg0) {
|
|
1120
1116
|
const ret = arg0.length;
|
|
1121
1117
|
return ret;
|
|
1122
1118
|
},
|
|
@@ -1124,49 +1120,49 @@ function __wbg_get_imports() {
|
|
|
1124
1120
|
const ret = LocalIndex.__wrap(arg0);
|
|
1125
1121
|
return ret;
|
|
1126
1122
|
},
|
|
1127
|
-
|
|
1123
|
+
__wbg_log_d267660666346fb3: function(arg0) {
|
|
1128
1124
|
console.log(arg0);
|
|
1129
1125
|
},
|
|
1130
|
-
|
|
1131
|
-
const ret = new Error();
|
|
1132
|
-
return ret;
|
|
1133
|
-
},
|
|
1134
|
-
__wbg_new_3a112826a89cb962: function() { return handleError(function () {
|
|
1126
|
+
__wbg_new_0d809930cd1354c6: function() { return handleError(function () {
|
|
1135
1127
|
const ret = new Headers();
|
|
1136
1128
|
return ret;
|
|
1137
1129
|
}, arguments); },
|
|
1138
|
-
|
|
1139
|
-
const ret = new
|
|
1130
|
+
__wbg_new_227d7c05414eb861: function() {
|
|
1131
|
+
const ret = new Error();
|
|
1140
1132
|
return ret;
|
|
1141
1133
|
},
|
|
1142
|
-
|
|
1143
|
-
const ret = new
|
|
1134
|
+
__wbg_new_32b398fb48b6d94a: function() {
|
|
1135
|
+
const ret = new Array();
|
|
1144
1136
|
return ret;
|
|
1145
1137
|
},
|
|
1146
|
-
|
|
1138
|
+
__wbg_new_4339b2a2675a03e3: function() { return handleError(function () {
|
|
1147
1139
|
const ret = new AbortController();
|
|
1148
1140
|
return ret;
|
|
1149
1141
|
}, arguments); },
|
|
1150
|
-
|
|
1142
|
+
__wbg_new_7796ffc7ed656783: function() {
|
|
1143
|
+
const ret = new Map();
|
|
1144
|
+
return ret;
|
|
1145
|
+
},
|
|
1146
|
+
__wbg_new_cd45aabdf6073e84: function(arg0) {
|
|
1151
1147
|
const ret = new Uint8Array(arg0);
|
|
1152
1148
|
return ret;
|
|
1153
1149
|
},
|
|
1154
|
-
|
|
1155
|
-
const ret = new
|
|
1150
|
+
__wbg_new_da52cf8fe3429cb2: function() {
|
|
1151
|
+
const ret = new Object();
|
|
1156
1152
|
return ret;
|
|
1157
1153
|
},
|
|
1158
|
-
|
|
1154
|
+
__wbg_new_from_slice_77cdfb7977362f3c: function(arg0, arg1) {
|
|
1159
1155
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1160
1156
|
return ret;
|
|
1161
1157
|
},
|
|
1162
|
-
|
|
1158
|
+
__wbg_new_typed_1824d93f294193e5: function(arg0, arg1) {
|
|
1163
1159
|
try {
|
|
1164
1160
|
var state0 = {a: arg0, b: arg1};
|
|
1165
1161
|
var cb0 = (arg0, arg1) => {
|
|
1166
1162
|
const a = state0.a;
|
|
1167
1163
|
state0.a = 0;
|
|
1168
1164
|
try {
|
|
1169
|
-
return
|
|
1165
|
+
return wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___js_sys_33a76414397a76d___Function_fn_wasm_bindgen_d478aa502ec49634___JsValue_____wasm_bindgen_d478aa502ec49634___sys__Undefined___js_sys_33a76414397a76d___Function_fn_wasm_bindgen_d478aa502ec49634___JsValue_____wasm_bindgen_d478aa502ec49634___sys__Undefined_______true_(a, state0.b, arg0, arg1);
|
|
1170
1166
|
} finally {
|
|
1171
1167
|
state0.a = a;
|
|
1172
1168
|
}
|
|
@@ -1177,112 +1173,112 @@ function __wbg_get_imports() {
|
|
|
1177
1173
|
state0.a = 0;
|
|
1178
1174
|
}
|
|
1179
1175
|
},
|
|
1180
|
-
|
|
1176
|
+
__wbg_new_with_str_and_init_d95cbe11ce28e65e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1181
1177
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
1182
1178
|
return ret;
|
|
1183
1179
|
}, arguments); },
|
|
1184
|
-
|
|
1180
|
+
__wbg_next_6dbf2c0ac8cde20f: function(arg0) {
|
|
1185
1181
|
const ret = arg0.next;
|
|
1186
1182
|
return ret;
|
|
1187
1183
|
},
|
|
1188
|
-
|
|
1184
|
+
__wbg_next_71f2aa1cb3d1e37e: function() { return handleError(function (arg0) {
|
|
1189
1185
|
const ret = arg0.next();
|
|
1190
1186
|
return ret;
|
|
1191
1187
|
}, arguments); },
|
|
1192
|
-
|
|
1188
|
+
__wbg_now_390768da5ee9e776: function(arg0) {
|
|
1193
1189
|
const ret = arg0.now();
|
|
1194
1190
|
return ret;
|
|
1195
1191
|
},
|
|
1196
|
-
|
|
1192
|
+
__wbg_objectStoreNames_146ab25540bff6db: function(arg0) {
|
|
1197
1193
|
const ret = arg0.objectStoreNames;
|
|
1198
1194
|
return ret;
|
|
1199
1195
|
},
|
|
1200
|
-
|
|
1196
|
+
__wbg_objectStore_d5f47956b6c741e3: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1201
1197
|
const ret = arg0.objectStore(getStringFromWasm0(arg1, arg2));
|
|
1202
1198
|
return ret;
|
|
1203
1199
|
}, arguments); },
|
|
1204
|
-
|
|
1200
|
+
__wbg_ok_acc5e3fb89668864: function(arg0) {
|
|
1205
1201
|
const ret = arg0.ok;
|
|
1206
1202
|
return ret;
|
|
1207
1203
|
},
|
|
1208
|
-
|
|
1204
|
+
__wbg_open_72e5234a49d5f85d: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1209
1205
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2), arg3 >>> 0);
|
|
1210
1206
|
return ret;
|
|
1211
1207
|
}, arguments); },
|
|
1212
|
-
|
|
1208
|
+
__wbg_prototypesetcall_4770620bbe4688a0: function(arg0, arg1, arg2) {
|
|
1213
1209
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1214
1210
|
},
|
|
1215
|
-
|
|
1211
|
+
__wbg_push_d2ae3af0c1217ae6: function(arg0, arg1) {
|
|
1216
1212
|
const ret = arg0.push(arg1);
|
|
1217
1213
|
return ret;
|
|
1218
1214
|
},
|
|
1219
|
-
|
|
1215
|
+
__wbg_put_a368805e3dcab3a7: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1220
1216
|
const ret = arg0.put(arg1, arg2);
|
|
1221
1217
|
return ret;
|
|
1222
1218
|
}, arguments); },
|
|
1223
|
-
|
|
1219
|
+
__wbg_queueMicrotask_0ab5b2d2393e99b9: function(arg0) {
|
|
1224
1220
|
const ret = arg0.queueMicrotask;
|
|
1225
1221
|
return ret;
|
|
1226
1222
|
},
|
|
1227
|
-
|
|
1223
|
+
__wbg_queueMicrotask_6a09b7bc46549209: function(arg0) {
|
|
1228
1224
|
queueMicrotask(arg0);
|
|
1229
1225
|
},
|
|
1230
|
-
|
|
1226
|
+
__wbg_resolve_2191a4dfe481c25b: function(arg0) {
|
|
1231
1227
|
const ret = Promise.resolve(arg0);
|
|
1232
1228
|
return ret;
|
|
1233
1229
|
},
|
|
1234
|
-
|
|
1230
|
+
__wbg_result_2b1294a2bf8dc773: function() { return handleError(function (arg0) {
|
|
1235
1231
|
const ret = arg0.result;
|
|
1236
1232
|
return ret;
|
|
1237
1233
|
}, arguments); },
|
|
1238
|
-
|
|
1234
|
+
__wbg_setTimeout_3a808dd861dd3c12: function(arg0, arg1) {
|
|
1239
1235
|
const ret = setTimeout(arg0, arg1);
|
|
1240
1236
|
return ret;
|
|
1241
1237
|
},
|
|
1242
|
-
|
|
1238
|
+
__wbg_set_575dd786d51585f8: function(arg0, arg1, arg2) {
|
|
1243
1239
|
const ret = arg0.set(arg1, arg2);
|
|
1244
1240
|
return ret;
|
|
1245
1241
|
},
|
|
1246
1242
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
1247
1243
|
arg0[arg1] = arg2;
|
|
1248
1244
|
},
|
|
1249
|
-
|
|
1245
|
+
__wbg_set_8a16b38e4805b298: function(arg0, arg1, arg2) {
|
|
1250
1246
|
arg0[arg1 >>> 0] = arg2;
|
|
1251
1247
|
},
|
|
1252
|
-
|
|
1248
|
+
__wbg_set_body_029f2d171e0a005f: function(arg0, arg1) {
|
|
1253
1249
|
arg0.body = arg1;
|
|
1254
1250
|
},
|
|
1255
|
-
|
|
1251
|
+
__wbg_set_cache_b4a740b195c051f4: function(arg0, arg1) {
|
|
1256
1252
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
1257
1253
|
},
|
|
1258
|
-
|
|
1254
|
+
__wbg_set_credentials_bb34a40189e3b43b: function(arg0, arg1) {
|
|
1259
1255
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
1260
1256
|
},
|
|
1261
|
-
|
|
1257
|
+
__wbg_set_headers_9c61d123c3ee1f10: function(arg0, arg1) {
|
|
1262
1258
|
arg0.headers = arg1;
|
|
1263
1259
|
},
|
|
1264
|
-
|
|
1260
|
+
__wbg_set_method_5532d59b92d76467: function(arg0, arg1, arg2) {
|
|
1265
1261
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
1266
1262
|
},
|
|
1267
|
-
|
|
1263
|
+
__wbg_set_mode_66c79886ad78fc05: function(arg0, arg1) {
|
|
1268
1264
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
1269
1265
|
},
|
|
1270
|
-
|
|
1266
|
+
__wbg_set_oncomplete_e6abb66d0ad42731: function(arg0, arg1) {
|
|
1271
1267
|
arg0.oncomplete = arg1;
|
|
1272
1268
|
},
|
|
1273
|
-
|
|
1269
|
+
__wbg_set_onerror_3488a474171ed56d: function(arg0, arg1) {
|
|
1274
1270
|
arg0.onerror = arg1;
|
|
1275
1271
|
},
|
|
1276
|
-
|
|
1272
|
+
__wbg_set_onsuccess_cd0c3642a2873e66: function(arg0, arg1) {
|
|
1277
1273
|
arg0.onsuccess = arg1;
|
|
1278
1274
|
},
|
|
1279
|
-
|
|
1275
|
+
__wbg_set_onupgradeneeded_7b2cf4ba1c57e655: function(arg0, arg1) {
|
|
1280
1276
|
arg0.onupgradeneeded = arg1;
|
|
1281
1277
|
},
|
|
1282
|
-
|
|
1278
|
+
__wbg_set_signal_c4ef8faddb4c1446: function(arg0, arg1) {
|
|
1283
1279
|
arg0.signal = arg1;
|
|
1284
1280
|
},
|
|
1285
|
-
|
|
1281
|
+
__wbg_signal_dad7cb35193abd31: function(arg0) {
|
|
1286
1282
|
const ret = arg0.signal;
|
|
1287
1283
|
return ret;
|
|
1288
1284
|
},
|
|
@@ -1293,78 +1289,78 @@ function __wbg_get_imports() {
|
|
|
1293
1289
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1294
1290
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1295
1291
|
},
|
|
1296
|
-
|
|
1297
|
-
const ret = typeof
|
|
1292
|
+
__wbg_static_accessor_GLOBAL_4ef717fb391d88b7: function() {
|
|
1293
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
1298
1294
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1299
1295
|
},
|
|
1300
|
-
|
|
1301
|
-
const ret = typeof
|
|
1296
|
+
__wbg_static_accessor_GLOBAL_THIS_8d1badc68b5a74f4: function() {
|
|
1297
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
1302
1298
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1303
1299
|
},
|
|
1304
|
-
|
|
1300
|
+
__wbg_static_accessor_SELF_146583524fe1469b: function() {
|
|
1305
1301
|
const ret = typeof self === 'undefined' ? null : self;
|
|
1306
1302
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1307
1303
|
},
|
|
1308
|
-
|
|
1304
|
+
__wbg_static_accessor_WINDOW_f2829a2234d7819e: function() {
|
|
1309
1305
|
const ret = typeof window === 'undefined' ? null : window;
|
|
1310
1306
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1311
1307
|
},
|
|
1312
|
-
|
|
1308
|
+
__wbg_status_c45b3b9b3033184a: function(arg0) {
|
|
1313
1309
|
const ret = arg0.status;
|
|
1314
1310
|
return ret;
|
|
1315
1311
|
},
|
|
1316
|
-
|
|
1312
|
+
__wbg_target_e759594a8d965ed7: function(arg0) {
|
|
1317
1313
|
const ret = arg0.target;
|
|
1318
1314
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1319
1315
|
},
|
|
1320
|
-
|
|
1316
|
+
__wbg_then_16d107c451e9905d: function(arg0, arg1, arg2) {
|
|
1321
1317
|
const ret = arg0.then(arg1, arg2);
|
|
1322
1318
|
return ret;
|
|
1323
1319
|
},
|
|
1324
|
-
|
|
1320
|
+
__wbg_then_6ec10ae38b3e92f7: function(arg0, arg1) {
|
|
1325
1321
|
const ret = arg0.then(arg1);
|
|
1326
1322
|
return ret;
|
|
1327
1323
|
},
|
|
1328
|
-
|
|
1324
|
+
__wbg_transaction_a00de84491e23887: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1329
1325
|
const ret = arg0.transaction(getStringFromWasm0(arg1, arg2));
|
|
1330
1326
|
return ret;
|
|
1331
1327
|
}, arguments); },
|
|
1332
|
-
|
|
1328
|
+
__wbg_transaction_d911d96b4b0af154: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1333
1329
|
const ret = arg0.transaction(getStringFromWasm0(arg1, arg2), __wbindgen_enum_IdbTransactionMode[arg3]);
|
|
1334
1330
|
return ret;
|
|
1335
1331
|
}, arguments); },
|
|
1336
|
-
|
|
1332
|
+
__wbg_url_abdb8fb08377f8c0: function(arg0, arg1) {
|
|
1337
1333
|
const ret = arg1.url;
|
|
1338
1334
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1339
1335
|
const len1 = WASM_VECTOR_LEN;
|
|
1340
1336
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1341
1337
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1342
1338
|
},
|
|
1343
|
-
|
|
1339
|
+
__wbg_value_a5d5488a9589444a: function(arg0) {
|
|
1344
1340
|
const ret = arg0.value;
|
|
1345
1341
|
return ret;
|
|
1346
1342
|
},
|
|
1347
|
-
|
|
1343
|
+
__wbg_warn_b1370d804fa3e259: function(arg0) {
|
|
1348
1344
|
console.warn(arg0);
|
|
1349
1345
|
},
|
|
1350
1346
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1351
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1352
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1347
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1674, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1348
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___wasm_bindgen_d478aa502ec49634___JsValue__core_5858575f5ab61d4b___result__Result_____wasm_bindgen_d478aa502ec49634___JsError___true_);
|
|
1353
1349
|
return ret;
|
|
1354
1350
|
},
|
|
1355
1351
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1356
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
1357
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1352
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 159, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1353
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___web_sys_80115fef8ffc5bb1___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true_);
|
|
1358
1354
|
return ret;
|
|
1359
1355
|
},
|
|
1360
1356
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1361
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx:
|
|
1362
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1357
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 159, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1358
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___web_sys_80115fef8ffc5bb1___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true__2);
|
|
1363
1359
|
return ret;
|
|
1364
1360
|
},
|
|
1365
1361
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1366
1362
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 818, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1367
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1363
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_d478aa502ec49634___convert__closures_____invoke_______true_);
|
|
1368
1364
|
return ret;
|
|
1369
1365
|
},
|
|
1370
1366
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -1403,27 +1399,27 @@ function __wbg_get_imports() {
|
|
|
1403
1399
|
};
|
|
1404
1400
|
}
|
|
1405
1401
|
|
|
1406
|
-
function
|
|
1407
|
-
wasm.
|
|
1402
|
+
function wasm_bindgen_d478aa502ec49634___convert__closures_____invoke_______true_(arg0, arg1) {
|
|
1403
|
+
wasm.wasm_bindgen_d478aa502ec49634___convert__closures_____invoke_______true_(arg0, arg1);
|
|
1408
1404
|
}
|
|
1409
1405
|
|
|
1410
|
-
function
|
|
1411
|
-
wasm.
|
|
1406
|
+
function wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___web_sys_80115fef8ffc5bb1___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true_(arg0, arg1, arg2) {
|
|
1407
|
+
wasm.wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___web_sys_80115fef8ffc5bb1___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true_(arg0, arg1, arg2);
|
|
1412
1408
|
}
|
|
1413
1409
|
|
|
1414
|
-
function
|
|
1415
|
-
wasm.
|
|
1410
|
+
function wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___web_sys_80115fef8ffc5bb1___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true__2(arg0, arg1, arg2) {
|
|
1411
|
+
wasm.wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___web_sys_80115fef8ffc5bb1___features__gen_IdbVersionChangeEvent__IdbVersionChangeEvent______true__2(arg0, arg1, arg2);
|
|
1416
1412
|
}
|
|
1417
1413
|
|
|
1418
|
-
function
|
|
1419
|
-
const ret = wasm.
|
|
1414
|
+
function wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___wasm_bindgen_d478aa502ec49634___JsValue__core_5858575f5ab61d4b___result__Result_____wasm_bindgen_d478aa502ec49634___JsError___true_(arg0, arg1, arg2) {
|
|
1415
|
+
const ret = wasm.wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___wasm_bindgen_d478aa502ec49634___JsValue__core_5858575f5ab61d4b___result__Result_____wasm_bindgen_d478aa502ec49634___JsError___true_(arg0, arg1, arg2);
|
|
1420
1416
|
if (ret[1]) {
|
|
1421
1417
|
throw takeFromExternrefTable0(ret[0]);
|
|
1422
1418
|
}
|
|
1423
1419
|
}
|
|
1424
1420
|
|
|
1425
|
-
function
|
|
1426
|
-
wasm.
|
|
1421
|
+
function wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___js_sys_33a76414397a76d___Function_fn_wasm_bindgen_d478aa502ec49634___JsValue_____wasm_bindgen_d478aa502ec49634___sys__Undefined___js_sys_33a76414397a76d___Function_fn_wasm_bindgen_d478aa502ec49634___JsValue_____wasm_bindgen_d478aa502ec49634___sys__Undefined_______true_(arg0, arg1, arg2, arg3) {
|
|
1422
|
+
wasm.wasm_bindgen_d478aa502ec49634___convert__closures_____invoke___js_sys_33a76414397a76d___Function_fn_wasm_bindgen_d478aa502ec49634___JsValue_____wasm_bindgen_d478aa502ec49634___sys__Undefined___js_sys_33a76414397a76d___Function_fn_wasm_bindgen_d478aa502ec49634___JsValue_____wasm_bindgen_d478aa502ec49634___sys__Undefined_______true_(arg0, arg1, arg2, arg3);
|
|
1427
1423
|
}
|
|
1428
1424
|
|
|
1429
1425
|
|
|
@@ -1439,16 +1435,16 @@ const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
|
|
|
1439
1435
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
1440
1436
|
const IndexRegistryFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
1441
1437
|
? { register: () => {}, unregister: () => {} }
|
|
1442
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_indexregistry_free(ptr
|
|
1438
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_indexregistry_free(ptr, 1));
|
|
1443
1439
|
const IpfsIndexFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
1444
1440
|
? { register: () => {}, unregister: () => {} }
|
|
1445
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_ipfsindex_free(ptr
|
|
1441
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_ipfsindex_free(ptr, 1));
|
|
1446
1442
|
const LocalIndexFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
1447
1443
|
? { register: () => {}, unregister: () => {} }
|
|
1448
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_localindex_free(ptr
|
|
1444
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_localindex_free(ptr, 1));
|
|
1449
1445
|
const RemoteIndexFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
1450
1446
|
? { register: () => {}, unregister: () => {} }
|
|
1451
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_remoteindex_free(ptr
|
|
1447
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_remoteindex_free(ptr, 1));
|
|
1452
1448
|
|
|
1453
1449
|
function addToExternrefTable0(obj) {
|
|
1454
1450
|
const idx = wasm.__externref_table_alloc();
|
|
@@ -1539,8 +1535,7 @@ function getDataViewMemory0() {
|
|
|
1539
1535
|
}
|
|
1540
1536
|
|
|
1541
1537
|
function getStringFromWasm0(ptr, len) {
|
|
1542
|
-
|
|
1543
|
-
return decodeText(ptr, len);
|
|
1538
|
+
return decodeText(ptr >>> 0, len);
|
|
1544
1539
|
}
|
|
1545
1540
|
|
|
1546
1541
|
let cachedUint8ArrayMemory0 = null;
|
|
@@ -1681,8 +1676,9 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
1681
1676
|
|
|
1682
1677
|
let WASM_VECTOR_LEN = 0;
|
|
1683
1678
|
|
|
1684
|
-
let wasmModule, wasm;
|
|
1679
|
+
let wasmModule, wasmInstance, wasm;
|
|
1685
1680
|
function __wbg_finalize_init(instance, module) {
|
|
1681
|
+
wasmInstance = instance;
|
|
1686
1682
|
wasm = instance.exports;
|
|
1687
1683
|
wasmModule = module;
|
|
1688
1684
|
cachedDataViewMemory0 = null;
|
package/hermes_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED