@keyhive/keyhive 0.0.0-alpha.56c → 0.0.0-alpha.57g
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/package.json +1 -1
- package/pkg/keyhive_wasm.js +1 -1
- package/pkg/keyhive_wasm_bg.js +105 -144
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg/keyhive_wasm_bg.wasm.d.ts +148 -148
- package/pkg-node/keyhive_wasm.js +107 -146
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm_bg.wasm.d.ts +148 -148
- package/pkg-slim/keyhive_wasm.d.ts +148 -148
- package/pkg-slim/keyhive_wasm.js +107 -146
- package/pkg-slim/keyhive_wasm_bg.wasm +0 -0
- package/pkg-slim/keyhive_wasm_bg.wasm.base64.js +1 -1
- package/pkg-slim/keyhive_wasm_bg.wasm.d.ts +148 -148
package/pkg/keyhive_wasm_bg.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export class Access {
|
|
2
2
|
static __wrap(ptr) {
|
|
3
|
-
ptr = ptr >>> 0;
|
|
4
3
|
const obj = Object.create(Access.prototype);
|
|
5
4
|
obj.__wbg_ptr = ptr;
|
|
6
5
|
AccessFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -46,7 +45,6 @@ if (Symbol.dispose) Access.prototype[Symbol.dispose] = Access.prototype.free;
|
|
|
46
45
|
|
|
47
46
|
export class Agent {
|
|
48
47
|
static __wrap(ptr) {
|
|
49
|
-
ptr = ptr >>> 0;
|
|
50
48
|
const obj = Object.create(Agent.prototype);
|
|
51
49
|
obj.__wbg_ptr = ptr;
|
|
52
50
|
AgentFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -132,7 +130,6 @@ if (Symbol.dispose) Agent.prototype[Symbol.dispose] = Agent.prototype.free;
|
|
|
132
130
|
*/
|
|
133
131
|
export class AllAgentEvents {
|
|
134
132
|
static __wrap(ptr) {
|
|
135
|
-
ptr = ptr >>> 0;
|
|
136
133
|
const obj = Object.create(AllAgentEvents.prototype);
|
|
137
134
|
obj.__wbg_ptr = ptr;
|
|
138
135
|
AllAgentEventsFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -202,7 +199,6 @@ if (Symbol.dispose) AllAgentEvents.prototype[Symbol.dispose] = AllAgentEvents.pr
|
|
|
202
199
|
|
|
203
200
|
export class Archive {
|
|
204
201
|
static __wrap(ptr) {
|
|
205
|
-
ptr = ptr >>> 0;
|
|
206
202
|
const obj = Object.create(Archive.prototype);
|
|
207
203
|
obj.__wbg_ptr = ptr;
|
|
208
204
|
ArchiveFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -253,7 +249,7 @@ export class Archive {
|
|
|
253
249
|
if (ret[2]) {
|
|
254
250
|
throw takeFromExternrefTable0(ret[1]);
|
|
255
251
|
}
|
|
256
|
-
this.__wbg_ptr = ret[0]
|
|
252
|
+
this.__wbg_ptr = ret[0];
|
|
257
253
|
ArchiveFinalization.register(this, this.__wbg_ptr, this);
|
|
258
254
|
return this;
|
|
259
255
|
}
|
|
@@ -262,7 +258,6 @@ if (Symbol.dispose) Archive.prototype[Symbol.dispose] = Archive.prototype.free;
|
|
|
262
258
|
|
|
263
259
|
export class CannotParseEd25519SigningKey {
|
|
264
260
|
static __wrap(ptr) {
|
|
265
|
-
ptr = ptr >>> 0;
|
|
266
261
|
const obj = Object.create(CannotParseEd25519SigningKey.prototype);
|
|
267
262
|
obj.__wbg_ptr = ptr;
|
|
268
263
|
CannotParseEd25519SigningKeyFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -283,7 +278,6 @@ if (Symbol.dispose) CannotParseEd25519SigningKey.prototype[Symbol.dispose] = Can
|
|
|
283
278
|
|
|
284
279
|
export class CannotParseIdentifier {
|
|
285
280
|
static __wrap(ptr) {
|
|
286
|
-
ptr = ptr >>> 0;
|
|
287
281
|
const obj = Object.create(CannotParseIdentifier.prototype);
|
|
288
282
|
obj.__wbg_ptr = ptr;
|
|
289
283
|
CannotParseIdentifierFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -304,7 +298,6 @@ if (Symbol.dispose) CannotParseIdentifier.prototype[Symbol.dispose] = CannotPars
|
|
|
304
298
|
|
|
305
299
|
export class Capability {
|
|
306
300
|
static __wrap(ptr) {
|
|
307
|
-
ptr = ptr >>> 0;
|
|
308
301
|
const obj = Object.create(Capability.prototype);
|
|
309
302
|
obj.__wbg_ptr = ptr;
|
|
310
303
|
CapabilityFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -346,7 +339,6 @@ if (Symbol.dispose) Capability.prototype[Symbol.dispose] = Capability.prototype.
|
|
|
346
339
|
|
|
347
340
|
export class CgkaOperation {
|
|
348
341
|
static __wrap(ptr) {
|
|
349
|
-
ptr = ptr >>> 0;
|
|
350
342
|
const obj = Object.create(CgkaOperation.prototype);
|
|
351
343
|
obj.__wbg_ptr = ptr;
|
|
352
344
|
CgkaOperationFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -382,7 +374,6 @@ if (Symbol.dispose) CgkaOperation.prototype[Symbol.dispose] = CgkaOperation.prot
|
|
|
382
374
|
|
|
383
375
|
export class ChangeId {
|
|
384
376
|
static __wrap(ptr) {
|
|
385
|
-
ptr = ptr >>> 0;
|
|
386
377
|
const obj = Object.create(ChangeId.prototype);
|
|
387
378
|
obj.__wbg_ptr = ptr;
|
|
388
379
|
ChangeIdFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -428,7 +419,7 @@ export class ChangeId {
|
|
|
428
419
|
const ptr0 = passArray8ToWasm0(bytes, wasm.__wbindgen_malloc);
|
|
429
420
|
const len0 = WASM_VECTOR_LEN;
|
|
430
421
|
const ret = wasm.changeid_new(ptr0, len0);
|
|
431
|
-
this.__wbg_ptr = ret
|
|
422
|
+
this.__wbg_ptr = ret;
|
|
432
423
|
ChangeIdFinalization.register(this, this.__wbg_ptr, this);
|
|
433
424
|
return this;
|
|
434
425
|
}
|
|
@@ -437,7 +428,6 @@ if (Symbol.dispose) ChangeId.prototype[Symbol.dispose] = ChangeId.prototype.free
|
|
|
437
428
|
|
|
438
429
|
export class CiphertextStore {
|
|
439
430
|
static __wrap(ptr) {
|
|
440
|
-
ptr = ptr >>> 0;
|
|
441
431
|
const obj = Object.create(CiphertextStore.prototype);
|
|
442
432
|
obj.__wbg_ptr = ptr;
|
|
443
433
|
CiphertextStoreFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -473,7 +463,6 @@ if (Symbol.dispose) CiphertextStore.prototype[Symbol.dispose] = CiphertextStore.
|
|
|
473
463
|
|
|
474
464
|
export class ContactCard {
|
|
475
465
|
static __wrap(ptr) {
|
|
476
|
-
ptr = ptr >>> 0;
|
|
477
466
|
const obj = Object.create(ContactCard.prototype);
|
|
478
467
|
obj.__wbg_ptr = ptr;
|
|
479
468
|
ContactCardFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -565,7 +554,6 @@ if (Symbol.dispose) ContactCard.prototype[Symbol.dispose] = ContactCard.prototyp
|
|
|
565
554
|
|
|
566
555
|
export class Delegation {
|
|
567
556
|
static __wrap(ptr) {
|
|
568
|
-
ptr = ptr >>> 0;
|
|
569
557
|
const obj = Object.create(Delegation.prototype);
|
|
570
558
|
obj.__wbg_ptr = ptr;
|
|
571
559
|
DelegationFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -614,7 +602,6 @@ if (Symbol.dispose) Delegation.prototype[Symbol.dispose] = Delegation.prototype.
|
|
|
614
602
|
|
|
615
603
|
export class DocContentRefs {
|
|
616
604
|
static __wrap(ptr) {
|
|
617
|
-
ptr = ptr >>> 0;
|
|
618
605
|
const obj = Object.create(DocContentRefs.prototype);
|
|
619
606
|
obj.__wbg_ptr = ptr;
|
|
620
607
|
DocContentRefsFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -667,7 +654,7 @@ export class DocContentRefs {
|
|
|
667
654
|
if (ret[2]) {
|
|
668
655
|
throw takeFromExternrefTable0(ret[1]);
|
|
669
656
|
}
|
|
670
|
-
this.__wbg_ptr = ret[0]
|
|
657
|
+
this.__wbg_ptr = ret[0];
|
|
671
658
|
DocContentRefsFinalization.register(this, this.__wbg_ptr, this);
|
|
672
659
|
return this;
|
|
673
660
|
}
|
|
@@ -676,7 +663,6 @@ if (Symbol.dispose) DocContentRefs.prototype[Symbol.dispose] = DocContentRefs.pr
|
|
|
676
663
|
|
|
677
664
|
export class Document {
|
|
678
665
|
static __wrap(ptr) {
|
|
679
|
-
ptr = ptr >>> 0;
|
|
680
666
|
const obj = Object.create(Document.prototype);
|
|
681
667
|
obj.__wbg_ptr = ptr;
|
|
682
668
|
DocumentFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -747,7 +733,6 @@ if (Symbol.dispose) Document.prototype[Symbol.dispose] = Document.prototype.free
|
|
|
747
733
|
|
|
748
734
|
export class DocumentId {
|
|
749
735
|
static __wrap(ptr) {
|
|
750
|
-
ptr = ptr >>> 0;
|
|
751
736
|
const obj = Object.create(DocumentId.prototype);
|
|
752
737
|
obj.__wbg_ptr = ptr;
|
|
753
738
|
DocumentIdFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -773,7 +758,7 @@ export class DocumentId {
|
|
|
773
758
|
if (ret[2]) {
|
|
774
759
|
throw takeFromExternrefTable0(ret[1]);
|
|
775
760
|
}
|
|
776
|
-
this.__wbg_ptr = ret[0]
|
|
761
|
+
this.__wbg_ptr = ret[0];
|
|
777
762
|
DocumentIdFinalization.register(this, this.__wbg_ptr, this);
|
|
778
763
|
return this;
|
|
779
764
|
}
|
|
@@ -813,7 +798,6 @@ if (Symbol.dispose) DocumentId.prototype[Symbol.dispose] = DocumentId.prototype.
|
|
|
813
798
|
|
|
814
799
|
export class Encrypted {
|
|
815
800
|
static __wrap(ptr) {
|
|
816
|
-
ptr = ptr >>> 0;
|
|
817
801
|
const obj = Object.create(Encrypted.prototype);
|
|
818
802
|
obj.__wbg_ptr = ptr;
|
|
819
803
|
EncryptedFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -888,7 +872,6 @@ if (Symbol.dispose) Encrypted.prototype[Symbol.dispose] = Encrypted.prototype.fr
|
|
|
888
872
|
|
|
889
873
|
export class EncryptedContentWithUpdate {
|
|
890
874
|
static __wrap(ptr) {
|
|
891
|
-
ptr = ptr >>> 0;
|
|
892
875
|
const obj = Object.create(EncryptedContentWithUpdate.prototype);
|
|
893
876
|
obj.__wbg_ptr = ptr;
|
|
894
877
|
EncryptedContentWithUpdateFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -923,7 +906,6 @@ if (Symbol.dispose) EncryptedContentWithUpdate.prototype[Symbol.dispose] = Encry
|
|
|
923
906
|
|
|
924
907
|
export class Event {
|
|
925
908
|
static __wrap(ptr) {
|
|
926
|
-
ptr = ptr >>> 0;
|
|
927
909
|
const obj = Object.create(Event.prototype);
|
|
928
910
|
obj.__wbg_ptr = ptr;
|
|
929
911
|
EventFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1001,7 +983,6 @@ if (Symbol.dispose) Event.prototype[Symbol.dispose] = Event.prototype.free;
|
|
|
1001
983
|
|
|
1002
984
|
export class GenerateWebCryptoError {
|
|
1003
985
|
static __wrap(ptr) {
|
|
1004
|
-
ptr = ptr >>> 0;
|
|
1005
986
|
const obj = Object.create(GenerateWebCryptoError.prototype);
|
|
1006
987
|
obj.__wbg_ptr = ptr;
|
|
1007
988
|
GenerateWebCryptoErrorFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1037,7 +1018,6 @@ if (Symbol.dispose) GenerateWebCryptoError.prototype[Symbol.dispose] = GenerateW
|
|
|
1037
1018
|
|
|
1038
1019
|
export class Group {
|
|
1039
1020
|
static __wrap(ptr) {
|
|
1040
|
-
ptr = ptr >>> 0;
|
|
1041
1021
|
const obj = Object.create(Group.prototype);
|
|
1042
1022
|
obj.__wbg_ptr = ptr;
|
|
1043
1023
|
GroupFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1108,7 +1088,6 @@ if (Symbol.dispose) Group.prototype[Symbol.dispose] = Group.prototype.free;
|
|
|
1108
1088
|
|
|
1109
1089
|
export class GroupId {
|
|
1110
1090
|
static __wrap(ptr) {
|
|
1111
|
-
ptr = ptr >>> 0;
|
|
1112
1091
|
const obj = Object.create(GroupId.prototype);
|
|
1113
1092
|
obj.__wbg_ptr = ptr;
|
|
1114
1093
|
GroupIdFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1144,7 +1123,6 @@ if (Symbol.dispose) GroupId.prototype[Symbol.dispose] = GroupId.prototype.free;
|
|
|
1144
1123
|
|
|
1145
1124
|
export class History {
|
|
1146
1125
|
static __wrap(ptr) {
|
|
1147
|
-
ptr = ptr >>> 0;
|
|
1148
1126
|
const obj = Object.create(History.prototype);
|
|
1149
1127
|
obj.__wbg_ptr = ptr;
|
|
1150
1128
|
HistoryFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1192,7 +1170,6 @@ if (Symbol.dispose) History.prototype[Symbol.dispose] = History.prototype.free;
|
|
|
1192
1170
|
|
|
1193
1171
|
export class Identifier {
|
|
1194
1172
|
static __wrap(ptr) {
|
|
1195
|
-
ptr = ptr >>> 0;
|
|
1196
1173
|
const obj = Object.create(Identifier.prototype);
|
|
1197
1174
|
obj.__wbg_ptr = ptr;
|
|
1198
1175
|
IdentifierFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1218,7 +1195,7 @@ export class Identifier {
|
|
|
1218
1195
|
if (ret[2]) {
|
|
1219
1196
|
throw takeFromExternrefTable0(ret[1]);
|
|
1220
1197
|
}
|
|
1221
|
-
this.__wbg_ptr = ret[0]
|
|
1198
|
+
this.__wbg_ptr = ret[0];
|
|
1222
1199
|
IdentifierFinalization.register(this, this.__wbg_ptr, this);
|
|
1223
1200
|
return this;
|
|
1224
1201
|
}
|
|
@@ -1243,7 +1220,6 @@ if (Symbol.dispose) Identifier.prototype[Symbol.dispose] = Identifier.prototype.
|
|
|
1243
1220
|
|
|
1244
1221
|
export class Individual {
|
|
1245
1222
|
static __wrap(ptr) {
|
|
1246
|
-
ptr = ptr >>> 0;
|
|
1247
1223
|
const obj = Object.create(Individual.prototype);
|
|
1248
1224
|
obj.__wbg_ptr = ptr;
|
|
1249
1225
|
IndividualFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1302,7 +1278,6 @@ if (Symbol.dispose) Individual.prototype[Symbol.dispose] = Individual.prototype.
|
|
|
1302
1278
|
|
|
1303
1279
|
export class IndividualId {
|
|
1304
1280
|
static __wrap(ptr) {
|
|
1305
|
-
ptr = ptr >>> 0;
|
|
1306
1281
|
const obj = Object.create(IndividualId.prototype);
|
|
1307
1282
|
obj.__wbg_ptr = ptr;
|
|
1308
1283
|
IndividualIdFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1346,7 +1321,6 @@ if (Symbol.dispose) Invocation.prototype[Symbol.dispose] = Invocation.prototype.
|
|
|
1346
1321
|
|
|
1347
1322
|
export class Keyhive {
|
|
1348
1323
|
static __wrap(ptr) {
|
|
1349
|
-
ptr = ptr >>> 0;
|
|
1350
1324
|
const obj = Object.create(Keyhive.prototype);
|
|
1351
1325
|
obj.__wbg_ptr = ptr;
|
|
1352
1326
|
KeyhiveFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1749,7 +1723,6 @@ if (Symbol.dispose) Keyhive.prototype[Symbol.dispose] = Keyhive.prototype.free;
|
|
|
1749
1723
|
|
|
1750
1724
|
export class Membered {
|
|
1751
1725
|
static __wrap(ptr) {
|
|
1752
|
-
ptr = ptr >>> 0;
|
|
1753
1726
|
const obj = Object.create(Membered.prototype);
|
|
1754
1727
|
obj.__wbg_ptr = ptr;
|
|
1755
1728
|
MemberedFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1770,7 +1743,6 @@ if (Symbol.dispose) Membered.prototype[Symbol.dispose] = Membered.prototype.free
|
|
|
1770
1743
|
|
|
1771
1744
|
export class Membership {
|
|
1772
1745
|
static __wrap(ptr) {
|
|
1773
|
-
ptr = ptr >>> 0;
|
|
1774
1746
|
const obj = Object.create(Membership.prototype);
|
|
1775
1747
|
obj.__wbg_ptr = ptr;
|
|
1776
1748
|
MembershipFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1805,7 +1777,6 @@ if (Symbol.dispose) Membership.prototype[Symbol.dispose] = Membership.prototype.
|
|
|
1805
1777
|
|
|
1806
1778
|
export class Peer {
|
|
1807
1779
|
static __wrap(ptr) {
|
|
1808
|
-
ptr = ptr >>> 0;
|
|
1809
1780
|
const obj = Object.create(Peer.prototype);
|
|
1810
1781
|
obj.__wbg_ptr = ptr;
|
|
1811
1782
|
PeerFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1877,7 +1848,6 @@ if (Symbol.dispose) Peer.prototype[Symbol.dispose] = Peer.prototype.free;
|
|
|
1877
1848
|
|
|
1878
1849
|
export class Revocation {
|
|
1879
1850
|
static __wrap(ptr) {
|
|
1880
|
-
ptr = ptr >>> 0;
|
|
1881
1851
|
const obj = Object.create(Revocation.prototype);
|
|
1882
1852
|
obj.__wbg_ptr = ptr;
|
|
1883
1853
|
RevocationFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1926,7 +1896,6 @@ if (Symbol.dispose) Revocation.prototype[Symbol.dispose] = Revocation.prototype.
|
|
|
1926
1896
|
|
|
1927
1897
|
export class ShareKey {
|
|
1928
1898
|
static __wrap(ptr) {
|
|
1929
|
-
ptr = ptr >>> 0;
|
|
1930
1899
|
const obj = Object.create(ShareKey.prototype);
|
|
1931
1900
|
obj.__wbg_ptr = ptr;
|
|
1932
1901
|
ShareKeyFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -1947,7 +1916,6 @@ if (Symbol.dispose) ShareKey.prototype[Symbol.dispose] = ShareKey.prototype.free
|
|
|
1947
1916
|
|
|
1948
1917
|
export class Signed {
|
|
1949
1918
|
static __wrap(ptr) {
|
|
1950
|
-
ptr = ptr >>> 0;
|
|
1951
1919
|
const obj = Object.create(Signed.prototype);
|
|
1952
1920
|
obj.__wbg_ptr = ptr;
|
|
1953
1921
|
SignedFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2027,7 +1995,6 @@ if (Symbol.dispose) Signed.prototype[Symbol.dispose] = Signed.prototype.free;
|
|
|
2027
1995
|
|
|
2028
1996
|
export class SignedCgkaOperation {
|
|
2029
1997
|
static __wrap(ptr) {
|
|
2030
|
-
ptr = ptr >>> 0;
|
|
2031
1998
|
const obj = Object.create(SignedCgkaOperation.prototype);
|
|
2032
1999
|
obj.__wbg_ptr = ptr;
|
|
2033
2000
|
SignedCgkaOperationFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2080,7 +2047,6 @@ if (Symbol.dispose) SignedCgkaOperation.prototype[Symbol.dispose] = SignedCgkaOp
|
|
|
2080
2047
|
|
|
2081
2048
|
export class SignedDelegation {
|
|
2082
2049
|
static __wrap(ptr) {
|
|
2083
|
-
ptr = ptr >>> 0;
|
|
2084
2050
|
const obj = Object.create(SignedDelegation.prototype);
|
|
2085
2051
|
obj.__wbg_ptr = ptr;
|
|
2086
2052
|
SignedDelegationFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2154,7 +2120,6 @@ if (Symbol.dispose) SignedInvocation.prototype[Symbol.dispose] = SignedInvocatio
|
|
|
2154
2120
|
|
|
2155
2121
|
export class SignedRevocation {
|
|
2156
2122
|
static __wrap(ptr) {
|
|
2157
|
-
ptr = ptr >>> 0;
|
|
2158
2123
|
const obj = Object.create(SignedRevocation.prototype);
|
|
2159
2124
|
obj.__wbg_ptr = ptr;
|
|
2160
2125
|
SignedRevocationFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2207,7 +2172,6 @@ if (Symbol.dispose) SignedRevocation.prototype[Symbol.dispose] = SignedRevocatio
|
|
|
2207
2172
|
|
|
2208
2173
|
export class Signer {
|
|
2209
2174
|
static __wrap(ptr) {
|
|
2210
|
-
ptr = ptr >>> 0;
|
|
2211
2175
|
const obj = Object.create(Signer.prototype);
|
|
2212
2176
|
obj.__wbg_ptr = ptr;
|
|
2213
2177
|
SignerFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2311,7 +2275,6 @@ if (Symbol.dispose) Signer.prototype[Symbol.dispose] = Signer.prototype.free;
|
|
|
2311
2275
|
|
|
2312
2276
|
export class Stats {
|
|
2313
2277
|
static __wrap(ptr) {
|
|
2314
|
-
ptr = ptr >>> 0;
|
|
2315
2278
|
const obj = Object.create(Stats.prototype);
|
|
2316
2279
|
obj.__wbg_ptr = ptr;
|
|
2317
2280
|
StatsFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2479,7 +2442,6 @@ if (Symbol.dispose) Stats.prototype[Symbol.dispose] = Stats.prototype.free;
|
|
|
2479
2442
|
|
|
2480
2443
|
export class Summary {
|
|
2481
2444
|
static __wrap(ptr) {
|
|
2482
|
-
ptr = ptr >>> 0;
|
|
2483
2445
|
const obj = Object.create(Summary.prototype);
|
|
2484
2446
|
obj.__wbg_ptr = ptr;
|
|
2485
2447
|
SummaryFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2521,7 +2483,7 @@ if (Symbol.dispose) Summary.prototype[Symbol.dispose] = Summary.prototype.free;
|
|
|
2521
2483
|
export function setPanicHook() {
|
|
2522
2484
|
wasm.setPanicHook();
|
|
2523
2485
|
}
|
|
2524
|
-
export function
|
|
2486
|
+
export function __wbg_Error_bce6d499ff0a4aff(arg0, arg1) {
|
|
2525
2487
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
2526
2488
|
return ret;
|
|
2527
2489
|
}
|
|
@@ -2543,41 +2505,41 @@ export function __wbg___wasm_refgen_toJsPeer_4156830842f18fa5(arg0) {
|
|
|
2543
2505
|
var ptr1 = ret.__destroy_into_raw();
|
|
2544
2506
|
return ptr1;
|
|
2545
2507
|
}
|
|
2546
|
-
export function
|
|
2508
|
+
export function __wbg___wbindgen_debug_string_edece8177ad01481(arg0, arg1) {
|
|
2547
2509
|
const ret = debugString(arg1);
|
|
2548
2510
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2549
2511
|
const len1 = WASM_VECTOR_LEN;
|
|
2550
2512
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2551
2513
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2552
2514
|
}
|
|
2553
|
-
export function
|
|
2515
|
+
export function __wbg___wbindgen_is_function_5cd60d5cf78b4eef(arg0) {
|
|
2554
2516
|
const ret = typeof(arg0) === 'function';
|
|
2555
2517
|
return ret;
|
|
2556
2518
|
}
|
|
2557
|
-
export function
|
|
2519
|
+
export function __wbg___wbindgen_is_object_b4593df85baada48(arg0) {
|
|
2558
2520
|
const val = arg0;
|
|
2559
2521
|
const ret = typeof(val) === 'object' && val !== null;
|
|
2560
2522
|
return ret;
|
|
2561
2523
|
}
|
|
2562
|
-
export function
|
|
2524
|
+
export function __wbg___wbindgen_is_string_dde0fd9020db4434(arg0) {
|
|
2563
2525
|
const ret = typeof(arg0) === 'string';
|
|
2564
2526
|
return ret;
|
|
2565
2527
|
}
|
|
2566
|
-
export function
|
|
2528
|
+
export function __wbg___wbindgen_is_undefined_35bb9f4c7fd651d5(arg0) {
|
|
2567
2529
|
const ret = arg0 === undefined;
|
|
2568
2530
|
return ret;
|
|
2569
2531
|
}
|
|
2570
|
-
export function
|
|
2532
|
+
export function __wbg___wbindgen_throw_9c31b086c2b26051(arg0, arg1) {
|
|
2571
2533
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
2572
2534
|
}
|
|
2573
|
-
export function
|
|
2535
|
+
export function __wbg__wbg_cb_unref_3fa391f3fcdb55f8(arg0) {
|
|
2574
2536
|
arg0._wbg_cb_unref();
|
|
2575
2537
|
}
|
|
2576
2538
|
export function __wbg_access_new(arg0) {
|
|
2577
2539
|
const ret = Access.__wrap(arg0);
|
|
2578
2540
|
return ret;
|
|
2579
2541
|
}
|
|
2580
|
-
export function
|
|
2542
|
+
export function __wbg_add_07a7ab95134233b9(arg0, arg1) {
|
|
2581
2543
|
const ret = arg0.add(arg1);
|
|
2582
2544
|
return ret;
|
|
2583
2545
|
}
|
|
@@ -2593,7 +2555,7 @@ export function __wbg_archive_new(arg0) {
|
|
|
2593
2555
|
const ret = Archive.__wrap(arg0);
|
|
2594
2556
|
return ret;
|
|
2595
2557
|
}
|
|
2596
|
-
export function
|
|
2558
|
+
export function __wbg_call_dfde26266607c996() { return handleError(function (arg0, arg1, arg2) {
|
|
2597
2559
|
const ret = arg0.call(arg1, arg2);
|
|
2598
2560
|
return ret;
|
|
2599
2561
|
}, arguments); }
|
|
@@ -2696,11 +2658,11 @@ export function __wbg_event_new(arg0) {
|
|
|
2696
2658
|
const ret = Event.__wrap(arg0);
|
|
2697
2659
|
return ret;
|
|
2698
2660
|
}
|
|
2699
|
-
export function
|
|
2661
|
+
export function __wbg_exportKey_7f32d63ed6dd8985() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
2700
2662
|
const ret = arg0.exportKey(getStringFromWasm0(arg1, arg2), arg3);
|
|
2701
2663
|
return ret;
|
|
2702
2664
|
}, arguments); }
|
|
2703
|
-
export function
|
|
2665
|
+
export function __wbg_generateKey_de7f41b4c91fee83() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2704
2666
|
const ret = arg0.generateKey(getStringFromWasm0(arg1, arg2), arg3 !== 0, arg4);
|
|
2705
2667
|
return ret;
|
|
2706
2668
|
}, arguments); }
|
|
@@ -2711,19 +2673,19 @@ export function __wbg_generatewebcryptoerror_new(arg0) {
|
|
|
2711
2673
|
export function __wbg_getRandomValues_c44a50d8cfdaebeb() { return handleError(function (arg0, arg1) {
|
|
2712
2674
|
arg0.getRandomValues(arg1);
|
|
2713
2675
|
}, arguments); }
|
|
2714
|
-
export function
|
|
2676
|
+
export function __wbg_get_98fdf51d029a75eb(arg0, arg1) {
|
|
2715
2677
|
const ret = arg0[arg1 >>> 0];
|
|
2716
2678
|
return ret;
|
|
2717
2679
|
}
|
|
2718
|
-
export function
|
|
2680
|
+
export function __wbg_get_dcf82ab8aad1a593() { return handleError(function (arg0, arg1) {
|
|
2719
2681
|
const ret = Reflect.get(arg0, arg1);
|
|
2720
2682
|
return ret;
|
|
2721
2683
|
}, arguments); }
|
|
2722
|
-
export function
|
|
2684
|
+
export function __wbg_get_private_key_0f83be65565511c4(arg0) {
|
|
2723
2685
|
const ret = arg0.privateKey;
|
|
2724
2686
|
return ret;
|
|
2725
2687
|
}
|
|
2726
|
-
export function
|
|
2688
|
+
export function __wbg_get_public_key_d679f3daf23ee2dc(arg0) {
|
|
2727
2689
|
const ret = arg0.publicKey;
|
|
2728
2690
|
return ret;
|
|
2729
2691
|
}
|
|
@@ -2735,7 +2697,7 @@ export function __wbg_individual_new(arg0) {
|
|
|
2735
2697
|
const ret = Individual.__wrap(arg0);
|
|
2736
2698
|
return ret;
|
|
2737
2699
|
}
|
|
2738
|
-
export function
|
|
2700
|
+
export function __wbg_instanceof_Crypto_67290f92514e0aff(arg0) {
|
|
2739
2701
|
let result;
|
|
2740
2702
|
try {
|
|
2741
2703
|
result = arg0 instanceof Crypto;
|
|
@@ -2749,11 +2711,11 @@ export function __wbg_keyhive_new(arg0) {
|
|
|
2749
2711
|
const ret = Keyhive.__wrap(arg0);
|
|
2750
2712
|
return ret;
|
|
2751
2713
|
}
|
|
2752
|
-
export function
|
|
2714
|
+
export function __wbg_length_2591a0f4f659a55c(arg0) {
|
|
2753
2715
|
const ret = arg0.length;
|
|
2754
2716
|
return ret;
|
|
2755
2717
|
}
|
|
2756
|
-
export function
|
|
2718
|
+
export function __wbg_length_56fcd3e2b7e0299d(arg0) {
|
|
2757
2719
|
const ret = arg0.length;
|
|
2758
2720
|
return ret;
|
|
2759
2721
|
}
|
|
@@ -2806,42 +2768,42 @@ export function __wbg_msCrypto_bd5a034af96bcba6(arg0) {
|
|
|
2806
2768
|
const ret = arg0.msCrypto;
|
|
2807
2769
|
return ret;
|
|
2808
2770
|
}
|
|
2809
|
-
export function
|
|
2810
|
-
const ret = new
|
|
2771
|
+
export function __wbg_new_070df68d66325372() {
|
|
2772
|
+
const ret = new Map();
|
|
2811
2773
|
return ret;
|
|
2812
2774
|
}
|
|
2813
|
-
export function
|
|
2814
|
-
const ret = new
|
|
2775
|
+
export function __wbg_new_1f236d63ba0c4784(arg0, arg1) {
|
|
2776
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
2815
2777
|
return ret;
|
|
2816
2778
|
}
|
|
2817
|
-
export function
|
|
2818
|
-
const ret = new
|
|
2779
|
+
export function __wbg_new_227d7c05414eb861() {
|
|
2780
|
+
const ret = new Error();
|
|
2819
2781
|
return ret;
|
|
2820
2782
|
}
|
|
2821
|
-
export function
|
|
2822
|
-
const ret = new
|
|
2783
|
+
export function __wbg_new_310879b66b6e95e1() {
|
|
2784
|
+
const ret = new Array();
|
|
2823
2785
|
return ret;
|
|
2824
2786
|
}
|
|
2825
|
-
export function
|
|
2826
|
-
const ret = new
|
|
2787
|
+
export function __wbg_new_6c6169c583e23af8(arg0) {
|
|
2788
|
+
const ret = new Set(arg0);
|
|
2827
2789
|
return ret;
|
|
2828
2790
|
}
|
|
2829
|
-
export function
|
|
2830
|
-
const ret = new
|
|
2791
|
+
export function __wbg_new_7ddec6de44ff8f5d(arg0) {
|
|
2792
|
+
const ret = new Uint8Array(arg0);
|
|
2831
2793
|
return ret;
|
|
2832
2794
|
}
|
|
2833
|
-
export function
|
|
2795
|
+
export function __wbg_new_from_slice_269e35316ed2d061(arg0, arg1) {
|
|
2834
2796
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
2835
2797
|
return ret;
|
|
2836
2798
|
}
|
|
2837
|
-
export function
|
|
2799
|
+
export function __wbg_new_typed_c072c4ce9a2a0cdf(arg0, arg1) {
|
|
2838
2800
|
try {
|
|
2839
2801
|
var state0 = {a: arg0, b: arg1};
|
|
2840
2802
|
var cb0 = (arg0, arg1) => {
|
|
2841
2803
|
const a = state0.a;
|
|
2842
2804
|
state0.a = 0;
|
|
2843
2805
|
try {
|
|
2844
|
-
return
|
|
2806
|
+
return wasm_bindgen__convert__closures_____invoke__h4137895ee1426b42(a, state0.b, arg0, arg1);
|
|
2845
2807
|
} finally {
|
|
2846
2808
|
state0.a = a;
|
|
2847
2809
|
}
|
|
@@ -2852,7 +2814,7 @@ export function __wbg_new_typed_14d7cc391ce53d2c(arg0, arg1) {
|
|
|
2852
2814
|
state0.a = 0;
|
|
2853
2815
|
}
|
|
2854
2816
|
}
|
|
2855
|
-
export function
|
|
2817
|
+
export function __wbg_new_with_length_99887c91eae4abab(arg0) {
|
|
2856
2818
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
2857
2819
|
return ret;
|
|
2858
2820
|
}
|
|
@@ -2864,18 +2826,18 @@ export function __wbg_process_44c7a14e11e9f69e(arg0) {
|
|
|
2864
2826
|
const ret = arg0.process;
|
|
2865
2827
|
return ret;
|
|
2866
2828
|
}
|
|
2867
|
-
export function
|
|
2829
|
+
export function __wbg_prototypesetcall_5f9bdc8d75e07276(arg0, arg1, arg2) {
|
|
2868
2830
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
2869
2831
|
}
|
|
2870
|
-
export function
|
|
2832
|
+
export function __wbg_push_b77c476b01548d0a(arg0, arg1) {
|
|
2871
2833
|
const ret = arg0.push(arg1);
|
|
2872
2834
|
return ret;
|
|
2873
2835
|
}
|
|
2874
|
-
export function
|
|
2836
|
+
export function __wbg_queueMicrotask_78d584b53af520f5(arg0) {
|
|
2875
2837
|
const ret = arg0.queueMicrotask;
|
|
2876
2838
|
return ret;
|
|
2877
2839
|
}
|
|
2878
|
-
export function
|
|
2840
|
+
export function __wbg_queueMicrotask_b39ea83c7f01971a(arg0) {
|
|
2879
2841
|
queueMicrotask(arg0);
|
|
2880
2842
|
}
|
|
2881
2843
|
export function __wbg_randomFillSync_6c25eac9869eb53c() { return handleError(function (arg0, arg1) {
|
|
@@ -2885,22 +2847,22 @@ export function __wbg_require_b4edbdcf3e2a1ef0() { return handleError(function (
|
|
|
2885
2847
|
const ret = module.require;
|
|
2886
2848
|
return ret;
|
|
2887
2849
|
}, arguments); }
|
|
2888
|
-
export function
|
|
2850
|
+
export function __wbg_resolve_d17db9352f5a220e(arg0) {
|
|
2889
2851
|
const ret = Promise.resolve(arg0);
|
|
2890
2852
|
return ret;
|
|
2891
2853
|
}
|
|
2892
|
-
export function
|
|
2854
|
+
export function __wbg_set_facb7a5914e0fa39(arg0, arg1, arg2) {
|
|
2893
2855
|
const ret = arg0.set(arg1, arg2);
|
|
2894
2856
|
return ret;
|
|
2895
2857
|
}
|
|
2896
|
-
export function
|
|
2858
|
+
export function __wbg_set_name_e500733c75ec36b0(arg0, arg1, arg2) {
|
|
2897
2859
|
arg0.name = getStringFromWasm0(arg1, arg2);
|
|
2898
2860
|
}
|
|
2899
2861
|
export function __wbg_sharekey_new(arg0) {
|
|
2900
2862
|
const ret = ShareKey.__wrap(arg0);
|
|
2901
2863
|
return ret;
|
|
2902
2864
|
}
|
|
2903
|
-
export function
|
|
2865
|
+
export function __wbg_sign_ba5e5ce94b9a0e7d() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2904
2866
|
const ret = arg0.sign(arg1, arg2, getArrayU8FromWasm0(arg3, arg4));
|
|
2905
2867
|
return ret;
|
|
2906
2868
|
}, arguments); }
|
|
@@ -2927,19 +2889,19 @@ export function __wbg_stack_3b0d974bbf31e44f(arg0, arg1) {
|
|
|
2927
2889
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2928
2890
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2929
2891
|
}
|
|
2930
|
-
export function
|
|
2892
|
+
export function __wbg_static_accessor_GLOBAL_THIS_02344c9b09eb08a9() {
|
|
2931
2893
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
2932
2894
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2933
2895
|
}
|
|
2934
|
-
export function
|
|
2896
|
+
export function __wbg_static_accessor_GLOBAL_ac6d4ac874d5cd54() {
|
|
2935
2897
|
const ret = typeof global === 'undefined' ? null : global;
|
|
2936
2898
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2937
2899
|
}
|
|
2938
|
-
export function
|
|
2900
|
+
export function __wbg_static_accessor_SELF_9b2406c23aeb2023() {
|
|
2939
2901
|
const ret = typeof self === 'undefined' ? null : self;
|
|
2940
2902
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2941
2903
|
}
|
|
2942
|
-
export function
|
|
2904
|
+
export function __wbg_static_accessor_WINDOW_b34d2126934e16ba() {
|
|
2943
2905
|
const ret = typeof window === 'undefined' ? null : window;
|
|
2944
2906
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2945
2907
|
}
|
|
@@ -2947,11 +2909,11 @@ export function __wbg_stats_new(arg0) {
|
|
|
2947
2909
|
const ret = Stats.__wrap(arg0);
|
|
2948
2910
|
return ret;
|
|
2949
2911
|
}
|
|
2950
|
-
export function
|
|
2912
|
+
export function __wbg_subarray_7c6a0da8f3b4a1ba(arg0, arg1, arg2) {
|
|
2951
2913
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
2952
2914
|
return ret;
|
|
2953
2915
|
}
|
|
2954
|
-
export function
|
|
2916
|
+
export function __wbg_subtle_a5e9e758ed333bed(arg0) {
|
|
2955
2917
|
const ret = arg0.subtle;
|
|
2956
2918
|
return ret;
|
|
2957
2919
|
}
|
|
@@ -2959,12 +2921,12 @@ export function __wbg_summary_new(arg0) {
|
|
|
2959
2921
|
const ret = Summary.__wrap(arg0);
|
|
2960
2922
|
return ret;
|
|
2961
2923
|
}
|
|
2962
|
-
export function
|
|
2963
|
-
const ret = arg0.then(arg1
|
|
2924
|
+
export function __wbg_then_837494e384b37459(arg0, arg1) {
|
|
2925
|
+
const ret = arg0.then(arg1);
|
|
2964
2926
|
return ret;
|
|
2965
2927
|
}
|
|
2966
|
-
export function
|
|
2967
|
-
const ret = arg0.then(arg1);
|
|
2928
|
+
export function __wbg_then_bd927500e8905df2(arg0, arg1, arg2) {
|
|
2929
|
+
const ret = arg0.then(arg1, arg2);
|
|
2968
2930
|
return ret;
|
|
2969
2931
|
}
|
|
2970
2932
|
export function __wbg_versions_276b2795b1c6a219(arg0) {
|
|
@@ -2994,8 +2956,8 @@ export function __wbg_warn_9d7408e9659996aa(arg0, arg1, arg2, arg3, arg4, arg5,
|
|
|
2994
2956
|
}
|
|
2995
2957
|
}
|
|
2996
2958
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
2997
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
2998
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2959
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 705, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2960
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h4e3599ad4d40dc92);
|
|
2999
2961
|
return ret;
|
|
3000
2962
|
}
|
|
3001
2963
|
export function __wbindgen_cast_0000000000000002(arg0, arg1) {
|
|
@@ -3073,137 +3035,137 @@ export function __wbindgen_init_externref_table() {
|
|
|
3073
3035
|
table.set(offset + 2, true);
|
|
3074
3036
|
table.set(offset + 3, false);
|
|
3075
3037
|
}
|
|
3076
|
-
function
|
|
3077
|
-
const ret = wasm.
|
|
3038
|
+
function wasm_bindgen__convert__closures_____invoke__h4e3599ad4d40dc92(arg0, arg1, arg2) {
|
|
3039
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h4e3599ad4d40dc92(arg0, arg1, arg2);
|
|
3078
3040
|
if (ret[1]) {
|
|
3079
3041
|
throw takeFromExternrefTable0(ret[0]);
|
|
3080
3042
|
}
|
|
3081
3043
|
}
|
|
3082
3044
|
|
|
3083
|
-
function
|
|
3084
|
-
wasm.
|
|
3045
|
+
function wasm_bindgen__convert__closures_____invoke__h4137895ee1426b42(arg0, arg1, arg2, arg3) {
|
|
3046
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4137895ee1426b42(arg0, arg1, arg2, arg3);
|
|
3085
3047
|
}
|
|
3086
3048
|
|
|
3087
3049
|
const CannotParseEd25519SigningKeyFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3088
3050
|
? { register: () => {}, unregister: () => {} }
|
|
3089
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_cannotparseed25519signingkey_free(ptr
|
|
3051
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_cannotparseed25519signingkey_free(ptr, 1));
|
|
3090
3052
|
const CannotParseIdentifierFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3091
3053
|
? { register: () => {}, unregister: () => {} }
|
|
3092
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_cannotparseidentifier_free(ptr
|
|
3054
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_cannotparseidentifier_free(ptr, 1));
|
|
3093
3055
|
const CapabilityFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3094
3056
|
? { register: () => {}, unregister: () => {} }
|
|
3095
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_capability_free(ptr
|
|
3057
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_capability_free(ptr, 1));
|
|
3096
3058
|
const DocContentRefsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3097
3059
|
? { register: () => {}, unregister: () => {} }
|
|
3098
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_doccontentrefs_free(ptr
|
|
3060
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_doccontentrefs_free(ptr, 1));
|
|
3099
3061
|
const AccessFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3100
3062
|
? { register: () => {}, unregister: () => {} }
|
|
3101
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_access_free(ptr
|
|
3063
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_access_free(ptr, 1));
|
|
3102
3064
|
const AgentFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3103
3065
|
? { register: () => {}, unregister: () => {} }
|
|
3104
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_agent_free(ptr
|
|
3066
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_agent_free(ptr, 1));
|
|
3105
3067
|
const AllAgentEventsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3106
3068
|
? { register: () => {}, unregister: () => {} }
|
|
3107
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_allagentevents_free(ptr
|
|
3069
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_allagentevents_free(ptr, 1));
|
|
3108
3070
|
const ArchiveFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3109
3071
|
? { register: () => {}, unregister: () => {} }
|
|
3110
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_archive_free(ptr
|
|
3072
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_archive_free(ptr, 1));
|
|
3111
3073
|
const CgkaOperationFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3112
3074
|
? { register: () => {}, unregister: () => {} }
|
|
3113
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_cgkaoperation_free(ptr
|
|
3075
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_cgkaoperation_free(ptr, 1));
|
|
3114
3076
|
const ChangeIdFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3115
3077
|
? { register: () => {}, unregister: () => {} }
|
|
3116
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_changeid_free(ptr
|
|
3078
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_changeid_free(ptr, 1));
|
|
3117
3079
|
const CiphertextStoreFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3118
3080
|
? { register: () => {}, unregister: () => {} }
|
|
3119
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_ciphertextstore_free(ptr
|
|
3081
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_ciphertextstore_free(ptr, 1));
|
|
3120
3082
|
const ContactCardFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3121
3083
|
? { register: () => {}, unregister: () => {} }
|
|
3122
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_contactcard_free(ptr
|
|
3084
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_contactcard_free(ptr, 1));
|
|
3123
3085
|
const DelegationFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3124
3086
|
? { register: () => {}, unregister: () => {} }
|
|
3125
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_delegation_free(ptr
|
|
3087
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_delegation_free(ptr, 1));
|
|
3126
3088
|
const DocumentFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3127
3089
|
? { register: () => {}, unregister: () => {} }
|
|
3128
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_document_free(ptr
|
|
3090
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_document_free(ptr, 1));
|
|
3129
3091
|
const DocumentIdFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3130
3092
|
? { register: () => {}, unregister: () => {} }
|
|
3131
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_documentid_free(ptr
|
|
3093
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_documentid_free(ptr, 1));
|
|
3132
3094
|
const EncryptedFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3133
3095
|
? { register: () => {}, unregister: () => {} }
|
|
3134
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_encrypted_free(ptr
|
|
3096
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_encrypted_free(ptr, 1));
|
|
3135
3097
|
const EncryptedContentWithUpdateFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3136
3098
|
? { register: () => {}, unregister: () => {} }
|
|
3137
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_encryptedcontentwithupdate_free(ptr
|
|
3099
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_encryptedcontentwithupdate_free(ptr, 1));
|
|
3138
3100
|
const EventFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3139
3101
|
? { register: () => {}, unregister: () => {} }
|
|
3140
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_event_free(ptr
|
|
3102
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_event_free(ptr, 1));
|
|
3141
3103
|
const GenerateWebCryptoErrorFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3142
3104
|
? { register: () => {}, unregister: () => {} }
|
|
3143
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_generatewebcryptoerror_free(ptr
|
|
3105
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_generatewebcryptoerror_free(ptr, 1));
|
|
3144
3106
|
const GroupFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3145
3107
|
? { register: () => {}, unregister: () => {} }
|
|
3146
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_group_free(ptr
|
|
3108
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_group_free(ptr, 1));
|
|
3147
3109
|
const GroupIdFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3148
3110
|
? { register: () => {}, unregister: () => {} }
|
|
3149
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_groupid_free(ptr
|
|
3111
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_groupid_free(ptr, 1));
|
|
3150
3112
|
const HistoryFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3151
3113
|
? { register: () => {}, unregister: () => {} }
|
|
3152
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_history_free(ptr
|
|
3114
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_history_free(ptr, 1));
|
|
3153
3115
|
const IdentifierFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3154
3116
|
? { register: () => {}, unregister: () => {} }
|
|
3155
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_identifier_free(ptr
|
|
3117
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_identifier_free(ptr, 1));
|
|
3156
3118
|
const IndividualFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3157
3119
|
? { register: () => {}, unregister: () => {} }
|
|
3158
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_individual_free(ptr
|
|
3120
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_individual_free(ptr, 1));
|
|
3159
3121
|
const IndividualIdFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3160
3122
|
? { register: () => {}, unregister: () => {} }
|
|
3161
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_individualid_free(ptr
|
|
3123
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_individualid_free(ptr, 1));
|
|
3162
3124
|
const InvocationFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3163
3125
|
? { register: () => {}, unregister: () => {} }
|
|
3164
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_invocation_free(ptr
|
|
3126
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_invocation_free(ptr, 1));
|
|
3165
3127
|
const KeyhiveFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3166
3128
|
? { register: () => {}, unregister: () => {} }
|
|
3167
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_keyhive_free(ptr
|
|
3129
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_keyhive_free(ptr, 1));
|
|
3168
3130
|
const MemberedFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3169
3131
|
? { register: () => {}, unregister: () => {} }
|
|
3170
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_membered_free(ptr
|
|
3132
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_membered_free(ptr, 1));
|
|
3171
3133
|
const PeerFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3172
3134
|
? { register: () => {}, unregister: () => {} }
|
|
3173
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_peer_free(ptr
|
|
3135
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_peer_free(ptr, 1));
|
|
3174
3136
|
const RevocationFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3175
3137
|
? { register: () => {}, unregister: () => {} }
|
|
3176
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_revocation_free(ptr
|
|
3138
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_revocation_free(ptr, 1));
|
|
3177
3139
|
const ShareKeyFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3178
3140
|
? { register: () => {}, unregister: () => {} }
|
|
3179
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_sharekey_free(ptr
|
|
3141
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_sharekey_free(ptr, 1));
|
|
3180
3142
|
const SignedFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3181
3143
|
? { register: () => {}, unregister: () => {} }
|
|
3182
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_signed_free(ptr
|
|
3144
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_signed_free(ptr, 1));
|
|
3183
3145
|
const SignedCgkaOperationFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3184
3146
|
? { register: () => {}, unregister: () => {} }
|
|
3185
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_signedcgkaoperation_free(ptr
|
|
3147
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_signedcgkaoperation_free(ptr, 1));
|
|
3186
3148
|
const SignedDelegationFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3187
3149
|
? { register: () => {}, unregister: () => {} }
|
|
3188
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_signeddelegation_free(ptr
|
|
3150
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_signeddelegation_free(ptr, 1));
|
|
3189
3151
|
const SignedInvocationFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3190
3152
|
? { register: () => {}, unregister: () => {} }
|
|
3191
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_signedinvocation_free(ptr
|
|
3153
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_signedinvocation_free(ptr, 1));
|
|
3192
3154
|
const SignedRevocationFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3193
3155
|
? { register: () => {}, unregister: () => {} }
|
|
3194
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_signedrevocation_free(ptr
|
|
3156
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_signedrevocation_free(ptr, 1));
|
|
3195
3157
|
const SignerFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3196
3158
|
? { register: () => {}, unregister: () => {} }
|
|
3197
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_signer_free(ptr
|
|
3159
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_signer_free(ptr, 1));
|
|
3198
3160
|
const StatsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3199
3161
|
? { register: () => {}, unregister: () => {} }
|
|
3200
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_stats_free(ptr
|
|
3162
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_stats_free(ptr, 1));
|
|
3201
3163
|
const MembershipFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3202
3164
|
? { register: () => {}, unregister: () => {} }
|
|
3203
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_membership_free(ptr
|
|
3165
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_membership_free(ptr, 1));
|
|
3204
3166
|
const SummaryFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
3205
3167
|
? { register: () => {}, unregister: () => {} }
|
|
3206
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_summary_free(ptr
|
|
3168
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_summary_free(ptr, 1));
|
|
3207
3169
|
|
|
3208
3170
|
function addToExternrefTable0(obj) {
|
|
3209
3171
|
const idx = wasm.__externref_table_alloc();
|
|
@@ -3311,8 +3273,7 @@ function getDataViewMemory0() {
|
|
|
3311
3273
|
}
|
|
3312
3274
|
|
|
3313
3275
|
function getStringFromWasm0(ptr, len) {
|
|
3314
|
-
|
|
3315
|
-
return decodeText(ptr, len);
|
|
3276
|
+
return decodeText(ptr >>> 0, len);
|
|
3316
3277
|
}
|
|
3317
3278
|
|
|
3318
3279
|
let cachedUint8ArrayMemory0 = null;
|