@bitwarden/sdk-internal 0.2.0-main.521 → 0.2.0-main.522
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/VERSION +1 -1
- package/bitwarden_wasm_internal_bg.js +59 -90
- package/bitwarden_wasm_internal_bg.wasm +0 -0
- package/bitwarden_wasm_internal_bg.wasm.d.ts +6 -6
- package/bitwarden_wasm_internal_bg.wasm.js +1 -1
- package/node/bitwarden_wasm_internal.js +55 -86
- package/node/bitwarden_wasm_internal_bg.wasm +0 -0
- package/node/bitwarden_wasm_internal_bg.wasm.d.ts +7 -7
- package/package.json +1 -1
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
abba7fdab687753268b63248ec22639dff35d07c
|
|
@@ -1012,6 +1012,14 @@ export function isGetFolderError(error) {
|
|
|
1012
1012
|
}
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
1015
|
+
function wasm_bindgen__convert__closures_____invoke__h6d021f3e9713c130(arg0, arg1, arg2) {
|
|
1016
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6d021f3e9713c130(arg0, arg1, addHeapObject(arg2));
|
|
1017
|
+
}
|
|
1018
|
+
|
|
1019
|
+
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
1020
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1015
1023
|
function wasm_bindgen__convert__closures_____invoke__hd535e5ed92b9c746(arg0, arg1, arg2) {
|
|
1016
1024
|
try {
|
|
1017
1025
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -1026,14 +1034,6 @@ function wasm_bindgen__convert__closures_____invoke__hd535e5ed92b9c746(arg0, arg
|
|
|
1026
1034
|
}
|
|
1027
1035
|
}
|
|
1028
1036
|
|
|
1029
|
-
function wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1) {
|
|
1030
|
-
wasm.wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d(arg0, arg1);
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
function wasm_bindgen__convert__closures_____invoke__h6d021f3e9713c130(arg0, arg1, arg2) {
|
|
1034
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h6d021f3e9713c130(arg0, arg1, addHeapObject(arg2));
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
1037
|
function wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, arg2, arg3) {
|
|
1038
1038
|
wasm.wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
1039
1039
|
}
|
|
@@ -4886,7 +4886,7 @@ export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg
|
|
|
4886
4886
|
return addHeapObject(ret);
|
|
4887
4887
|
}, arguments) };
|
|
4888
4888
|
|
|
4889
|
-
export function
|
|
4889
|
+
export function __wbg_cipher_5d94194bd7178b86(arg0) {
|
|
4890
4890
|
const ret = getObject(arg0).cipher;
|
|
4891
4891
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4892
4892
|
};
|
|
@@ -4906,11 +4906,6 @@ export function __wbg_createObjectStore_283a43a822bf49ca() { return handleError(
|
|
|
4906
4906
|
return addHeapObject(ret);
|
|
4907
4907
|
}, arguments) };
|
|
4908
4908
|
|
|
4909
|
-
export function __wbg_create_f2b6bfa66a83e88e(arg0) {
|
|
4910
|
-
const ret = Object.create(getObject(arg0));
|
|
4911
|
-
return addHeapObject(ret);
|
|
4912
|
-
};
|
|
4913
|
-
|
|
4914
4909
|
export function __wbg_crypto_574e78ad8b13b65f(arg0) {
|
|
4915
4910
|
const ret = getObject(arg0).crypto;
|
|
4916
4911
|
return addHeapObject(ret);
|
|
@@ -4978,7 +4973,7 @@ export function __wbg_fetch_f8ba0e29a9d6de0d(arg0, arg1) {
|
|
|
4978
4973
|
return addHeapObject(ret);
|
|
4979
4974
|
};
|
|
4980
4975
|
|
|
4981
|
-
export function
|
|
4976
|
+
export function __wbg_folder_af52b3bf66eaa463(arg0) {
|
|
4982
4977
|
const ret = getObject(arg0).folder;
|
|
4983
4978
|
return isLikeNone(ret) ? 0 : addHeapObject(ret);
|
|
4984
4979
|
};
|
|
@@ -5010,7 +5005,7 @@ export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
|
5010
5005
|
return ret;
|
|
5011
5006
|
};
|
|
5012
5007
|
|
|
5013
|
-
export function
|
|
5008
|
+
export function __wbg_get_3351f2ca77ce57e5() { return handleError(function (arg0, arg1, arg2) {
|
|
5014
5009
|
let deferred0_0;
|
|
5015
5010
|
let deferred0_1;
|
|
5016
5011
|
try {
|
|
@@ -5028,7 +5023,12 @@ export function __wbg_get_7bed016f185add81(arg0, arg1) {
|
|
|
5028
5023
|
return addHeapObject(ret);
|
|
5029
5024
|
};
|
|
5030
5025
|
|
|
5031
|
-
export function
|
|
5026
|
+
export function __wbg_get_access_token_c3171529971cceb9(arg0) {
|
|
5027
|
+
const ret = getObject(arg0).get_access_token();
|
|
5028
|
+
return addHeapObject(ret);
|
|
5029
|
+
};
|
|
5030
|
+
|
|
5031
|
+
export function __wbg_get_c03a59ff46a549dd() { return handleError(function (arg0, arg1, arg2) {
|
|
5032
5032
|
let deferred0_0;
|
|
5033
5033
|
let deferred0_1;
|
|
5034
5034
|
try {
|
|
@@ -5041,12 +5041,7 @@ export function __wbg_get_8f34fba1115621ef() { return handleError(function (arg0
|
|
|
5041
5041
|
}
|
|
5042
5042
|
}, arguments) };
|
|
5043
5043
|
|
|
5044
|
-
export function
|
|
5045
|
-
const ret = getObject(arg0).get_access_token();
|
|
5046
|
-
return addHeapObject(ret);
|
|
5047
|
-
};
|
|
5048
|
-
|
|
5049
|
-
export function __wbg_get_c03a59ff46a549dd() { return handleError(function (arg0, arg1, arg2) {
|
|
5044
|
+
export function __wbg_get_cea152dc39ccf824() { return handleError(function (arg0, arg1, arg2) {
|
|
5050
5045
|
let deferred0_0;
|
|
5051
5046
|
let deferred0_1;
|
|
5052
5047
|
try {
|
|
@@ -5247,32 +5242,16 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
5247
5242
|
return ret;
|
|
5248
5243
|
};
|
|
5249
5244
|
|
|
5250
|
-
export function
|
|
5245
|
+
export function __wbg_list_213c09a1a2dcc345() { return handleError(function (arg0) {
|
|
5251
5246
|
const ret = getObject(arg0).list();
|
|
5252
5247
|
return addHeapObject(ret);
|
|
5253
5248
|
}, arguments) };
|
|
5254
5249
|
|
|
5255
|
-
export function
|
|
5250
|
+
export function __wbg_list_35cbb4a03e644235() { return handleError(function (arg0) {
|
|
5256
5251
|
const ret = getObject(arg0).list();
|
|
5257
5252
|
return addHeapObject(ret);
|
|
5258
5253
|
}, arguments) };
|
|
5259
5254
|
|
|
5260
|
-
export function __wbg_mark_05056c522bddc362() { return handleError(function (arg0, arg1, arg2) {
|
|
5261
|
-
getObject(arg0).mark(getStringFromWasm0(arg1, arg2));
|
|
5262
|
-
}, arguments) };
|
|
5263
|
-
|
|
5264
|
-
export function __wbg_mark_24a1a597f4f00679() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5265
|
-
getObject(arg0).mark(getStringFromWasm0(arg1, arg2), getObject(arg3));
|
|
5266
|
-
}, arguments) };
|
|
5267
|
-
|
|
5268
|
-
export function __wbg_measure_0b7379f5cfacac6d() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
5269
|
-
getObject(arg0).measure(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4), getStringFromWasm0(arg5, arg6));
|
|
5270
|
-
}, arguments) };
|
|
5271
|
-
|
|
5272
|
-
export function __wbg_measure_7728846525e2cced() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5273
|
-
getObject(arg0).measure(getStringFromWasm0(arg1, arg2), getObject(arg3));
|
|
5274
|
-
}, arguments) };
|
|
5275
|
-
|
|
5276
5255
|
export function __wbg_msCrypto_a61aeb35a24c1329(arg0) {
|
|
5277
5256
|
const ret = getObject(arg0).msCrypto;
|
|
5278
5257
|
return addHeapObject(ret);
|
|
@@ -5433,11 +5412,6 @@ export function __wbg_parse_2a704d6b78abb2b8() { return handleError(function (ar
|
|
|
5433
5412
|
return addHeapObject(ret);
|
|
5434
5413
|
}, arguments) };
|
|
5435
5414
|
|
|
5436
|
-
export function __wbg_performance_121b9855d716e029() {
|
|
5437
|
-
const ret = globalThis.performance;
|
|
5438
|
-
return addHeapObject(ret);
|
|
5439
|
-
};
|
|
5440
|
-
|
|
5441
5415
|
export function __wbg_preventDefault_1f362670ce7ef430(arg0) {
|
|
5442
5416
|
getObject(arg0).preventDefault();
|
|
5443
5417
|
};
|
|
@@ -5474,7 +5448,7 @@ export function __wbg_randomFillSync_ac0988aba3254290() { return handleError(fun
|
|
|
5474
5448
|
getObject(arg0).randomFillSync(takeObject(arg1));
|
|
5475
5449
|
}, arguments) };
|
|
5476
5450
|
|
|
5477
|
-
export function
|
|
5451
|
+
export function __wbg_remove_6901e1e53b62ae92() { return handleError(function (arg0, arg1, arg2) {
|
|
5478
5452
|
let deferred0_0;
|
|
5479
5453
|
let deferred0_1;
|
|
5480
5454
|
try {
|
|
@@ -5487,7 +5461,7 @@ export function __wbg_remove_84f75d9c0f4cbafb() { return handleError(function (a
|
|
|
5487
5461
|
}
|
|
5488
5462
|
}, arguments) };
|
|
5489
5463
|
|
|
5490
|
-
export function
|
|
5464
|
+
export function __wbg_remove_d7481941c65fb24a() { return handleError(function (arg0, arg1, arg2) {
|
|
5491
5465
|
let deferred0_0;
|
|
5492
5466
|
let deferred0_1;
|
|
5493
5467
|
try {
|
|
@@ -5525,16 +5499,7 @@ export function __wbg_setTimeout_ca12ead8b48245e2(arg0, arg1) {
|
|
|
5525
5499
|
return addHeapObject(ret);
|
|
5526
5500
|
};
|
|
5527
5501
|
|
|
5528
|
-
export function
|
|
5529
|
-
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5530
|
-
};
|
|
5531
|
-
|
|
5532
|
-
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5533
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5534
|
-
return addHeapObject(ret);
|
|
5535
|
-
};
|
|
5536
|
-
|
|
5537
|
-
export function __wbg_set_b485bb03fc10d40c() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5502
|
+
export function __wbg_set_09808ee9bfdfaec0() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5538
5503
|
let deferred0_0;
|
|
5539
5504
|
let deferred0_1;
|
|
5540
5505
|
try {
|
|
@@ -5547,15 +5512,11 @@ export function __wbg_set_b485bb03fc10d40c() { return handleError(function (arg0
|
|
|
5547
5512
|
}
|
|
5548
5513
|
}, arguments) };
|
|
5549
5514
|
|
|
5550
|
-
export function
|
|
5551
|
-
getObject(arg0)
|
|
5552
|
-
};
|
|
5553
|
-
|
|
5554
|
-
export function __wbg_set_c213c871859d6500(arg0, arg1, arg2) {
|
|
5555
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5515
|
+
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
5516
|
+
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5556
5517
|
};
|
|
5557
5518
|
|
|
5558
|
-
export function
|
|
5519
|
+
export function __wbg_set_7c5f09ad1c7e223d() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
5559
5520
|
let deferred0_0;
|
|
5560
5521
|
let deferred0_1;
|
|
5561
5522
|
try {
|
|
@@ -5568,10 +5529,18 @@ export function __wbg_set_c2582725996f48dd() { return handleError(function (arg0
|
|
|
5568
5529
|
}
|
|
5569
5530
|
}, arguments) };
|
|
5570
5531
|
|
|
5571
|
-
export function
|
|
5572
|
-
const ret =
|
|
5573
|
-
return ret;
|
|
5574
|
-
}
|
|
5532
|
+
export function __wbg_set_907fb406c34a251d(arg0, arg1, arg2) {
|
|
5533
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5534
|
+
return addHeapObject(ret);
|
|
5535
|
+
};
|
|
5536
|
+
|
|
5537
|
+
export function __wbg_set_body_3c365989753d61f4(arg0, arg1) {
|
|
5538
|
+
getObject(arg0).body = getObject(arg1);
|
|
5539
|
+
};
|
|
5540
|
+
|
|
5541
|
+
export function __wbg_set_c213c871859d6500(arg0, arg1, arg2) {
|
|
5542
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5543
|
+
};
|
|
5575
5544
|
|
|
5576
5545
|
export function __wbg_set_credentials_f621cd2d85c0c228(arg0, arg1) {
|
|
5577
5546
|
getObject(arg0).credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
@@ -5742,15 +5711,15 @@ export function __wbg_warn_8f5b5437666d0885(arg0, arg1, arg2, arg3) {
|
|
|
5742
5711
|
console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
5743
5712
|
};
|
|
5744
5713
|
|
|
5745
|
-
export function
|
|
5746
|
-
// Cast intrinsic for `
|
|
5747
|
-
const ret =
|
|
5714
|
+
export function __wbindgen_cast_0f3a80f9c6c81c16(arg0, arg1) {
|
|
5715
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 40, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 43, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5716
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3238f077fb5ae8c5, wasm_bindgen__convert__closures_____invoke__h6d021f3e9713c130);
|
|
5748
5717
|
return addHeapObject(ret);
|
|
5749
5718
|
};
|
|
5750
5719
|
|
|
5751
|
-
export function
|
|
5752
|
-
// Cast intrinsic for `
|
|
5753
|
-
const ret =
|
|
5720
|
+
export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
5721
|
+
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
5722
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
|
5754
5723
|
return addHeapObject(ret);
|
|
5755
5724
|
};
|
|
5756
5725
|
|
|
@@ -5760,6 +5729,12 @@ export function __wbindgen_cast_4625c577ab2ec9ee(arg0) {
|
|
|
5760
5729
|
return addHeapObject(ret);
|
|
5761
5730
|
};
|
|
5762
5731
|
|
|
5732
|
+
export function __wbindgen_cast_5750452b86ec572d(arg0, arg1) {
|
|
5733
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 332, function: Function { arguments: [Externref], shim_idx: 43, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5734
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hc71695a401114797, wasm_bindgen__convert__closures_____invoke__h6d021f3e9713c130);
|
|
5735
|
+
return addHeapObject(ret);
|
|
5736
|
+
};
|
|
5737
|
+
|
|
5763
5738
|
export function __wbindgen_cast_5fea77eff9dd275c(arg0, arg1) {
|
|
5764
5739
|
var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
|
|
5765
5740
|
wasm.__wbindgen_free(arg0, arg1 * 4, 4);
|
|
@@ -5768,12 +5743,6 @@ export function __wbindgen_cast_5fea77eff9dd275c(arg0, arg1) {
|
|
|
5768
5743
|
return addHeapObject(ret);
|
|
5769
5744
|
};
|
|
5770
5745
|
|
|
5771
|
-
export function __wbindgen_cast_74e55181dcd20690(arg0, arg1) {
|
|
5772
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 339, function: Function { arguments: [NamedExternref("Event")], shim_idx: 44, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5773
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hd9661b26d463effa, wasm_bindgen__convert__closures_____invoke__h6d021f3e9713c130);
|
|
5774
|
-
return addHeapObject(ret);
|
|
5775
|
-
};
|
|
5776
|
-
|
|
5777
5746
|
export function __wbindgen_cast_7a6d185652cd8149(arg0, arg1) {
|
|
5778
5747
|
var v0 = getArrayJsValueFromWasm0(arg0, arg1).slice();
|
|
5779
5748
|
wasm.__wbindgen_free(arg0, arg1 * 4, 4);
|
|
@@ -5800,21 +5769,21 @@ export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
|
|
|
5800
5769
|
return addHeapObject(ret);
|
|
5801
5770
|
};
|
|
5802
5771
|
|
|
5803
|
-
export function __wbindgen_cast_d49c305f67640cb1(arg0, arg1) {
|
|
5804
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 41, function: Function { arguments: [NamedExternref("Event")], shim_idx: 42, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
5805
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3238f077fb5ae8c5, wasm_bindgen__convert__closures_____invoke__hd535e5ed92b9c746);
|
|
5806
|
-
return addHeapObject(ret);
|
|
5807
|
-
};
|
|
5808
|
-
|
|
5809
5772
|
export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
5810
5773
|
// Cast intrinsic for `F64 -> Externref`.
|
|
5811
5774
|
const ret = arg0;
|
|
5812
5775
|
return addHeapObject(ret);
|
|
5813
5776
|
};
|
|
5814
5777
|
|
|
5815
|
-
export function
|
|
5816
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
5817
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
5778
|
+
export function __wbindgen_cast_e1085c040d7c5239(arg0, arg1) {
|
|
5779
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 339, function: Function { arguments: [NamedExternref("Event")], shim_idx: 43, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
5780
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hd9661b26d463effa, wasm_bindgen__convert__closures_____invoke__h6d021f3e9713c130);
|
|
5781
|
+
return addHeapObject(ret);
|
|
5782
|
+
};
|
|
5783
|
+
|
|
5784
|
+
export function __wbindgen_cast_e12aaa4ecde9c999(arg0, arg1) {
|
|
5785
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 40, function: Function { arguments: [NamedExternref("Event")], shim_idx: 41, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
5786
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3238f077fb5ae8c5, wasm_bindgen__convert__closures_____invoke__hd535e5ed92b9c746);
|
|
5818
5787
|
return addHeapObject(ret);
|
|
5819
5788
|
};
|
|
5820
5789
|
|
|
Binary file
|
|
@@ -527,25 +527,25 @@ export const __wbg_get_outgoingmessage_destination: (a: number) => number;
|
|
|
527
527
|
export const vaultclient_attachments: (a: number) => number;
|
|
528
528
|
export const __wbg_set_outgoingmessage_destination: (a: number, b: number) => void;
|
|
529
529
|
export const __wbg_cryptoclient_free: (a: number, b: number) => void;
|
|
530
|
-
export const
|
|
530
|
+
export const wasm_bindgen__convert__closures_____invoke__h6d021f3e9713c130: (
|
|
531
531
|
a: number,
|
|
532
532
|
b: number,
|
|
533
533
|
c: number,
|
|
534
|
-
d: number,
|
|
535
534
|
) => void;
|
|
536
535
|
export const wasm_bindgen__closure__destroy__h3238f077fb5ae8c5: (a: number, b: number) => void;
|
|
536
|
+
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
537
|
+
export const wasm_bindgen__closure__destroy__hc71695a401114797: (a: number, b: number) => void;
|
|
537
538
|
export const wasm_bindgen__convert__closures_____invoke__ha638740cca0ef77d: (
|
|
538
539
|
a: number,
|
|
539
540
|
b: number,
|
|
540
541
|
) => void;
|
|
541
|
-
export const
|
|
542
|
-
export const
|
|
542
|
+
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
543
|
+
export const wasm_bindgen__convert__closures_____invoke__hd535e5ed92b9c746: (
|
|
543
544
|
a: number,
|
|
544
545
|
b: number,
|
|
545
546
|
c: number,
|
|
547
|
+
d: number,
|
|
546
548
|
) => void;
|
|
547
|
-
export const wasm_bindgen__closure__destroy__hd9661b26d463effa: (a: number, b: number) => void;
|
|
548
|
-
export const wasm_bindgen__closure__destroy__h666c8569a46b7e11: (a: number, b: number) => void;
|
|
549
549
|
export const wasm_bindgen__convert__closures_____invoke__h0c62e4f019080f6a: (
|
|
550
550
|
a: number,
|
|
551
551
|
b: number,
|