@keyhive/keyhive 0.0.0-alpha.55b → 0.0.0-alpha.55e
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.d.ts +4 -2
- package/pkg/keyhive_wasm_bg.js +17 -3
- package/pkg/keyhive_wasm_bg.wasm +0 -0
- package/pkg/keyhive_wasm_bg.wasm.d.ts +95 -93
- package/pkg-node/keyhive_wasm.d.ts +4 -2
- package/pkg-node/keyhive_wasm.js +17 -3
- package/pkg-node/keyhive_wasm_bg.wasm +0 -0
- package/pkg-node/keyhive_wasm_bg.wasm.d.ts +95 -93
- package/pkg-slim/keyhive_wasm.d.ts +99 -95
- package/pkg-slim/keyhive_wasm.js +17 -3
- 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 +95 -93
|
@@ -2,44 +2,108 @@
|
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
4
|
export const __wbg_membered_free: (a: number, b: number) => void;
|
|
5
|
-
export const __wbg_access_free: (a: number, b: number) => void;
|
|
6
|
-
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
7
5
|
export const __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
6
|
+
export const __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
7
|
+
export const encryptedcontentwithupdate_encrypted_content: (a: number) => number;
|
|
8
|
+
export const encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
9
|
+
export const __wbg_capability_free: (a: number, b: number) => void;
|
|
10
|
+
export const __wbg_changeid_free: (a: number, b: number) => void;
|
|
11
|
+
export const __wbg_delegation_free: (a: number, b: number) => void;
|
|
12
|
+
export const __wbg_history_free: (a: number, b: number) => void;
|
|
13
|
+
export const __wbg_membership_free: (a: number, b: number) => void;
|
|
14
|
+
export const __wbg_revocation_free: (a: number, b: number) => void;
|
|
15
|
+
export const __wbg_signeddelegation_free: (a: number, b: number) => void;
|
|
16
|
+
export const __wbg_summary_free: (a: number, b: number) => void;
|
|
10
17
|
export const capability_can: (a: number) => number;
|
|
11
18
|
export const capability_proof: (a: number) => number;
|
|
12
19
|
export const capability_who: (a: number) => number;
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
20
|
+
export const changeid___wasm_refgen_toJsChangeId: (a: number) => number;
|
|
21
|
+
export const changeid_bytes: (a: number) => [number, number];
|
|
22
|
+
export const changeid_new: (a: number, b: number) => number;
|
|
23
|
+
export const delegation_after: (a: number) => number;
|
|
24
|
+
export const delegation_can: (a: number) => number;
|
|
25
|
+
export const delegation_delegate: (a: number) => number;
|
|
26
|
+
export const delegation_proof: (a: number) => number;
|
|
27
|
+
export const history_contentRefs: (a: number) => [number, number];
|
|
28
|
+
export const history_delegations: (a: number) => [number, number];
|
|
29
|
+
export const history_revocations: (a: number) => [number, number];
|
|
30
|
+
export const membership_can: (a: number) => number;
|
|
31
|
+
export const membership_who: (a: number) => number;
|
|
32
|
+
export const revocation_after: (a: number) => number;
|
|
33
|
+
export const revocation_proof: (a: number) => number;
|
|
34
|
+
export const revocation_revoked: (a: number) => number;
|
|
35
|
+
export const revocation_subject_id: (a: number) => number;
|
|
36
|
+
export const setPanicHook: () => void;
|
|
37
|
+
export const signeddelegation_delegation: (a: number) => number;
|
|
38
|
+
export const signeddelegation_signature: (a: number) => [number, number];
|
|
39
|
+
export const signeddelegation_verify: (a: number) => number;
|
|
40
|
+
export const signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
41
|
+
export const summary_access: (a: number) => number;
|
|
42
|
+
export const summary_doc: (a: number) => number;
|
|
15
43
|
export const __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
16
44
|
export const __wbg_invocation_free: (a: number, b: number) => void;
|
|
17
45
|
export const ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
18
46
|
export const ciphertextstore_newInMemory: () => number;
|
|
19
|
-
export const __wbg_archive_free: (a: number, b: number) => void;
|
|
20
|
-
export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
21
47
|
export const __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
|
|
48
|
+
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
49
|
+
export const __wbg_identifier_free: (a: number, b: number) => void;
|
|
50
|
+
export const __wbg_stats_free: (a: number, b: number) => void;
|
|
51
|
+
export const encrypted_ciphertext: (a: number) => [number, number];
|
|
52
|
+
export const encrypted_content_ref: (a: number) => [number, number];
|
|
53
|
+
export const encrypted_nonce: (a: number) => [number, number];
|
|
54
|
+
export const encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
55
|
+
export const encrypted_pred_refs: (a: number) => [number, number];
|
|
56
|
+
export const identifier_new: (a: number, b: number) => [number, number, number];
|
|
57
|
+
export const identifier_publicId: () => number;
|
|
58
|
+
export const identifier_toBytes: (a: number) => [number, number];
|
|
59
|
+
export const stats_activePrekeyCount: (a: number) => bigint;
|
|
60
|
+
export const stats_cgkaOperations: (a: number) => bigint;
|
|
61
|
+
export const stats_delegations: (a: number) => bigint;
|
|
62
|
+
export const stats_docs: (a: number) => bigint;
|
|
63
|
+
export const stats_groups: (a: number) => bigint;
|
|
64
|
+
export const stats_individuals: (a: number) => bigint;
|
|
65
|
+
export const stats_pendingCgkaOperation: (a: number) => bigint;
|
|
66
|
+
export const stats_pendingCgkaOperationByActive: (a: number) => bigint;
|
|
67
|
+
export const stats_pendingDelegated: (a: number) => bigint;
|
|
68
|
+
export const stats_pendingDelegatedByActive: (a: number) => bigint;
|
|
69
|
+
export const stats_pendingPrekeyRotated: (a: number) => bigint;
|
|
70
|
+
export const stats_pendingPrekeyRotatedByActive: (a: number) => bigint;
|
|
71
|
+
export const stats_pendingPrekeysExpanded: (a: number) => bigint;
|
|
72
|
+
export const stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
|
|
73
|
+
export const stats_pendingRevoked: (a: number) => bigint;
|
|
74
|
+
export const stats_pendingRevokedByActive: (a: number) => bigint;
|
|
75
|
+
export const stats_prekeyRotations: (a: number) => bigint;
|
|
76
|
+
export const stats_prekeysExpanded: (a: number) => bigint;
|
|
77
|
+
export const stats_revocations: (a: number) => bigint;
|
|
78
|
+
export const stats_totalOps: (a: number) => bigint;
|
|
79
|
+
export const stats_totalPendingOps: (a: number) => bigint;
|
|
80
|
+
export const encrypted_toBytes: (a: number) => [number, number];
|
|
81
|
+
export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
82
|
+
export const __wbg_signedrevocation_free: (a: number, b: number) => void;
|
|
83
|
+
export const doccontentrefs_addChangeId: (a: number, b: number) => any;
|
|
84
|
+
export const doccontentrefs_change_hashes: (a: number) => any;
|
|
85
|
+
export const doccontentrefs_docId: (a: number) => number;
|
|
86
|
+
export const doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
|
|
87
|
+
export const signedrevocation_delegation: (a: number) => number;
|
|
88
|
+
export const signedrevocation_signature: (a: number) => [number, number];
|
|
89
|
+
export const signedrevocation_verify: (a: number) => number;
|
|
90
|
+
export const signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
91
|
+
export const __wbg_access_free: (a: number, b: number) => void;
|
|
92
|
+
export const __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
22
93
|
export const __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
23
|
-
export const __wbg_changeid_free: (a: number, b: number) => void;
|
|
24
94
|
export const __wbg_contactcard_free: (a: number, b: number) => void;
|
|
25
95
|
export const __wbg_documentid_free: (a: number, b: number) => void;
|
|
26
96
|
export const __wbg_event_free: (a: number, b: number) => void;
|
|
27
97
|
export const __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
28
98
|
export const __wbg_groupid_free: (a: number, b: number) => void;
|
|
29
|
-
export const __wbg_identifier_free: (a: number, b: number) => void;
|
|
30
99
|
export const __wbg_signed_free: (a: number, b: number) => void;
|
|
31
100
|
export const __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
32
101
|
export const __wbg_signer_free: (a: number, b: number) => void;
|
|
33
|
-
export const
|
|
34
|
-
export const
|
|
35
|
-
export const archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
102
|
+
export const access_toString: (a: number) => [number, number];
|
|
103
|
+
export const access_tryFromString: (a: number, b: number) => number;
|
|
36
104
|
export const cgkaoperation_variant: (a: number) => [number, number];
|
|
37
|
-
export const changeid___wasm_refgen_toJsChangeId: (a: number) => number;
|
|
38
|
-
export const changeid_bytes: (a: number) => [number, number];
|
|
39
|
-
export const changeid_new: (a: number, b: number) => number;
|
|
40
105
|
export const contactcard_fromJson: (a: number, b: number) => [number, number, number];
|
|
41
106
|
export const contactcard_id: (a: number) => number;
|
|
42
|
-
export const contactcard_individualId: (a: number) => number;
|
|
43
107
|
export const contactcard_op: (a: number) => number;
|
|
44
108
|
export const contactcard_shareKey: (a: number) => number;
|
|
45
109
|
export const contactcard_signature: (a: number) => [number, number];
|
|
@@ -56,9 +120,6 @@ export const event_tryIntoSignedRevocation: (a: number) => number;
|
|
|
56
120
|
export const event_variant: (a: number) => [number, number];
|
|
57
121
|
export const generatewebcryptoerror_message: (a: number) => [number, number];
|
|
58
122
|
export const groupid_toString: (a: number) => [number, number];
|
|
59
|
-
export const identifier_new: (a: number, b: number) => [number, number, number];
|
|
60
|
-
export const identifier_publicId: () => number;
|
|
61
|
-
export const identifier_toBytes: (a: number) => [number, number];
|
|
62
123
|
export const signed_fromBytes: (a: number, b: number) => [number, number, number];
|
|
63
124
|
export const signed_payload: (a: number) => [number, number];
|
|
64
125
|
export const signed_signature: (a: number) => [number, number];
|
|
@@ -78,68 +139,17 @@ export const signer_trySign: (a: number, b: number, c: number) => any;
|
|
|
78
139
|
export const signer_variant: (a: number) => [number, number];
|
|
79
140
|
export const signer_verifyingKey: (a: number) => [number, number];
|
|
80
141
|
export const signer_webCryptoSigner: (a: any) => any;
|
|
81
|
-
export const
|
|
82
|
-
export const __wbg_history_free: (a: number, b: number) => void;
|
|
83
|
-
export const __wbg_individual_free: (a: number, b: number) => void;
|
|
84
|
-
export const __wbg_membership_free: (a: number, b: number) => void;
|
|
85
|
-
export const __wbg_revocation_free: (a: number, b: number) => void;
|
|
86
|
-
export const __wbg_signeddelegation_free: (a: number, b: number) => void;
|
|
87
|
-
export const __wbg_stats_free: (a: number, b: number) => void;
|
|
88
|
-
export const __wbg_summary_free: (a: number, b: number) => void;
|
|
89
|
-
export const delegation_after: (a: number) => number;
|
|
90
|
-
export const delegation_can: (a: number) => number;
|
|
91
|
-
export const delegation_delegate: (a: number) => number;
|
|
92
|
-
export const delegation_proof: (a: number) => number;
|
|
93
|
-
export const history_contentRefs: (a: number) => [number, number];
|
|
94
|
-
export const history_delegations: (a: number) => [number, number];
|
|
95
|
-
export const history_revocations: (a: number) => [number, number];
|
|
96
|
-
export const individual_id: (a: number) => number;
|
|
97
|
-
export const individual_pickPrekey: (a: number, b: number) => any;
|
|
98
|
-
export const individual_toAgent: (a: number) => number;
|
|
99
|
-
export const individual_toPeer: (a: number) => number;
|
|
100
|
-
export const membership_can: (a: number) => number;
|
|
101
|
-
export const membership_who: (a: number) => number;
|
|
102
|
-
export const revocation_after: (a: number) => number;
|
|
103
|
-
export const revocation_proof: (a: number) => number;
|
|
104
|
-
export const revocation_revoked: (a: number) => number;
|
|
105
|
-
export const revocation_subject_id: (a: number) => number;
|
|
106
|
-
export const setPanicHook: () => void;
|
|
107
|
-
export const signeddelegation_delegation: (a: number) => number;
|
|
108
|
-
export const signeddelegation_signature: (a: number) => [number, number];
|
|
109
|
-
export const signeddelegation_verify: (a: number) => number;
|
|
110
|
-
export const signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
111
|
-
export const stats_activePrekeyCount: (a: number) => bigint;
|
|
112
|
-
export const stats_cgkaOperations: (a: number) => bigint;
|
|
113
|
-
export const stats_delegations: (a: number) => bigint;
|
|
114
|
-
export const stats_docs: (a: number) => bigint;
|
|
115
|
-
export const stats_groups: (a: number) => bigint;
|
|
116
|
-
export const stats_individuals: (a: number) => bigint;
|
|
117
|
-
export const stats_pendingCgkaOperation: (a: number) => bigint;
|
|
118
|
-
export const stats_pendingCgkaOperationByActive: (a: number) => bigint;
|
|
119
|
-
export const stats_pendingDelegated: (a: number) => bigint;
|
|
120
|
-
export const stats_pendingDelegatedByActive: (a: number) => bigint;
|
|
121
|
-
export const stats_pendingPrekeyRotated: (a: number) => bigint;
|
|
122
|
-
export const stats_pendingPrekeyRotatedByActive: (a: number) => bigint;
|
|
123
|
-
export const stats_pendingPrekeysExpanded: (a: number) => bigint;
|
|
124
|
-
export const stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
|
|
125
|
-
export const stats_pendingRevoked: (a: number) => bigint;
|
|
126
|
-
export const stats_pendingRevokedByActive: (a: number) => bigint;
|
|
127
|
-
export const stats_prekeyRotations: (a: number) => bigint;
|
|
128
|
-
export const stats_prekeysExpanded: (a: number) => bigint;
|
|
129
|
-
export const stats_revocations: (a: number) => bigint;
|
|
130
|
-
export const stats_totalOps: (a: number) => bigint;
|
|
131
|
-
export const stats_totalPendingOps: (a: number) => bigint;
|
|
132
|
-
export const summary_access: (a: number) => number;
|
|
133
|
-
export const summary_doc: (a: number) => number;
|
|
134
|
-
export const individual_individualId: (a: number) => number;
|
|
142
|
+
export const contactcard_individualId: (a: number) => number;
|
|
135
143
|
export const __wbg_agent_free: (a: number, b: number) => void;
|
|
136
144
|
export const __wbg_allagentevents_free: (a: number, b: number) => void;
|
|
145
|
+
export const __wbg_archive_free: (a: number, b: number) => void;
|
|
137
146
|
export const __wbg_document_free: (a: number, b: number) => void;
|
|
138
147
|
export const __wbg_group_free: (a: number, b: number) => void;
|
|
148
|
+
export const __wbg_individual_free: (a: number, b: number) => void;
|
|
139
149
|
export const __wbg_individualid_free: (a: number, b: number) => void;
|
|
140
150
|
export const __wbg_keyhive_free: (a: number, b: number) => void;
|
|
141
151
|
export const __wbg_peer_free: (a: number, b: number) => void;
|
|
142
|
-
export const
|
|
152
|
+
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
143
153
|
export const agent_id: (a: number) => number;
|
|
144
154
|
export const agent_isDocument: (a: number) => number;
|
|
145
155
|
export const agent_isGroup: (a: number) => number;
|
|
@@ -147,11 +157,16 @@ export const agent_isIndividual: (a: number) => number;
|
|
|
147
157
|
export const agent_keyOpHashes: (a: number) => any;
|
|
148
158
|
export const agent_keyOps: (a: number) => any;
|
|
149
159
|
export const agent_toString: (a: number) => [number, number];
|
|
160
|
+
export const allagentevents_agentCgkaSources: (a: number) => any;
|
|
150
161
|
export const allagentevents_agentMembershipSources: (a: number) => any;
|
|
151
162
|
export const allagentevents_agentPrekeySources: (a: number) => any;
|
|
163
|
+
export const allagentevents_cgkaSources: (a: number) => any;
|
|
152
164
|
export const allagentevents_events: (a: number) => any;
|
|
153
165
|
export const allagentevents_membershipSources: (a: number) => any;
|
|
154
166
|
export const allagentevents_prekeySources: (a: number) => any;
|
|
167
|
+
export const archive_toBytes: (a: number) => [number, number, number, number];
|
|
168
|
+
export const archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => any;
|
|
169
|
+
export const archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
155
170
|
export const document___wasm_refgen_toJsDocument: (a: number) => number;
|
|
156
171
|
export const document_doc_id: (a: number) => number;
|
|
157
172
|
export const document_toAgent: (a: number) => number;
|
|
@@ -162,6 +177,9 @@ export const group_members: (a: number) => any;
|
|
|
162
177
|
export const group_toAgent: (a: number) => number;
|
|
163
178
|
export const group_toMembered: (a: number) => number;
|
|
164
179
|
export const group_toPeer: (a: number) => number;
|
|
180
|
+
export const individual_pickPrekey: (a: number, b: number) => any;
|
|
181
|
+
export const individual_toAgent: (a: number) => number;
|
|
182
|
+
export const individual_toPeer: (a: number) => number;
|
|
165
183
|
export const individualid_bytes: (a: number) => [number, number];
|
|
166
184
|
export const keyhive_accessForDoc: (a: number, b: number, c: number) => any;
|
|
167
185
|
export const keyhive_addMember: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
@@ -209,25 +227,9 @@ export const peer_toString: (a: number) => [number, number];
|
|
|
209
227
|
export const document_id: (a: number) => number;
|
|
210
228
|
export const group_groupId: (a: number) => number;
|
|
211
229
|
export const group_id: (a: number) => number;
|
|
230
|
+
export const individual_id: (a: number) => number;
|
|
231
|
+
export const individual_individualId: (a: number) => number;
|
|
212
232
|
export const peer_id: (a: number) => number;
|
|
213
|
-
export const __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
214
|
-
export const __wbg_encrypted_free: (a: number, b: number) => void;
|
|
215
|
-
export const __wbg_signedrevocation_free: (a: number, b: number) => void;
|
|
216
|
-
export const doccontentrefs_addChangeId: (a: number, b: number) => any;
|
|
217
|
-
export const doccontentrefs_change_hashes: (a: number) => any;
|
|
218
|
-
export const doccontentrefs_docId: (a: number) => number;
|
|
219
|
-
export const doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
|
|
220
|
-
export const encrypted_ciphertext: (a: number) => [number, number];
|
|
221
|
-
export const encrypted_content_ref: (a: number) => [number, number];
|
|
222
|
-
export const encrypted_nonce: (a: number) => [number, number];
|
|
223
|
-
export const encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
224
|
-
export const encrypted_pred_refs: (a: number) => [number, number];
|
|
225
|
-
export const signedrevocation_delegation: (a: number) => number;
|
|
226
|
-
export const signedrevocation_signature: (a: number) => [number, number];
|
|
227
|
-
export const signedrevocation_verify: (a: number) => number;
|
|
228
|
-
export const signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
229
|
-
export const encrypted_toBytes: (a: number) => [number, number];
|
|
230
|
-
export const __wbg_sharekey_free: (a: number, b: number) => void;
|
|
231
233
|
export const wasm_bindgen__closure__destroy__h056ce8b8b10a09c1: (a: number, b: number) => void;
|
|
232
234
|
export const wasm_bindgen__convert__closures_____invoke__h8e854b3d10a3dc35: (a: number, b: number, c: any) => [number, number];
|
|
233
235
|
export const wasm_bindgen__convert__closures_____invoke__h2aa9fdfff8d5a8ab: (a: number, b: number, c: any, d: any) => void;
|
|
@@ -30,7 +30,7 @@ export class Agent {
|
|
|
30
30
|
|
|
31
31
|
/**
|
|
32
32
|
* Result of [`JsKeyhive::all_agent_events`], containing all events for all agents
|
|
33
|
-
* with deduplicated storage and two-tier indirection for
|
|
33
|
+
* with deduplicated storage and two-tier indirection for membership, prekey, and CGKA ops.
|
|
34
34
|
*
|
|
35
35
|
* The consumer follows: agent -> source IDs -> hashes -> event bytes.
|
|
36
36
|
*/
|
|
@@ -38,8 +38,10 @@ export class AllAgentEvents {
|
|
|
38
38
|
private constructor();
|
|
39
39
|
free(): void;
|
|
40
40
|
[Symbol.dispose](): void;
|
|
41
|
+
readonly agentCgkaSources: Map<any, any>;
|
|
41
42
|
readonly agentMembershipSources: Map<any, any>;
|
|
42
43
|
readonly agentPrekeySources: Map<any, any>;
|
|
44
|
+
readonly cgkaSources: Map<any, any>;
|
|
43
45
|
readonly events: Map<any, any>;
|
|
44
46
|
readonly membershipSources: Map<any, any>;
|
|
45
47
|
readonly prekeySources: Map<any, any>;
|
|
@@ -271,7 +273,7 @@ export class Keyhive {
|
|
|
271
273
|
addMember(to_add: Agent, membered: Membered, access: Access, other_relevant_docs: Document[]): Promise<SignedDelegation>;
|
|
272
274
|
/**
|
|
273
275
|
* Returns all agent events with deduplicated storage and two-tier indirection
|
|
274
|
-
* for
|
|
276
|
+
* for membership, prekey, and CGKA ops.
|
|
275
277
|
*/
|
|
276
278
|
allAgentEvents(): Promise<AllAgentEvents>;
|
|
277
279
|
contactCard(): Promise<ContactCard>;
|
|
@@ -473,44 +475,108 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembl
|
|
|
473
475
|
export interface InitOutput {
|
|
474
476
|
readonly memory: WebAssembly.Memory;
|
|
475
477
|
readonly __wbg_membered_free: (a: number, b: number) => void;
|
|
476
|
-
readonly __wbg_access_free: (a: number, b: number) => void;
|
|
477
|
-
readonly __wbg_capability_free: (a: number, b: number) => void;
|
|
478
478
|
readonly __wbg_encryptedcontentwithupdate_free: (a: number, b: number) => void;
|
|
479
|
-
readonly
|
|
480
|
-
readonly
|
|
479
|
+
readonly __wbg_signedinvocation_free: (a: number, b: number) => void;
|
|
480
|
+
readonly encryptedcontentwithupdate_encrypted_content: (a: number) => number;
|
|
481
|
+
readonly encryptedcontentwithupdate_update_op: (a: number) => number;
|
|
482
|
+
readonly __wbg_capability_free: (a: number, b: number) => void;
|
|
483
|
+
readonly __wbg_changeid_free: (a: number, b: number) => void;
|
|
484
|
+
readonly __wbg_delegation_free: (a: number, b: number) => void;
|
|
485
|
+
readonly __wbg_history_free: (a: number, b: number) => void;
|
|
486
|
+
readonly __wbg_membership_free: (a: number, b: number) => void;
|
|
487
|
+
readonly __wbg_revocation_free: (a: number, b: number) => void;
|
|
488
|
+
readonly __wbg_signeddelegation_free: (a: number, b: number) => void;
|
|
489
|
+
readonly __wbg_summary_free: (a: number, b: number) => void;
|
|
481
490
|
readonly capability_can: (a: number) => number;
|
|
482
491
|
readonly capability_proof: (a: number) => number;
|
|
483
492
|
readonly capability_who: (a: number) => number;
|
|
484
|
-
readonly
|
|
485
|
-
readonly
|
|
493
|
+
readonly changeid___wasm_refgen_toJsChangeId: (a: number) => number;
|
|
494
|
+
readonly changeid_bytes: (a: number) => [number, number];
|
|
495
|
+
readonly changeid_new: (a: number, b: number) => number;
|
|
496
|
+
readonly delegation_after: (a: number) => number;
|
|
497
|
+
readonly delegation_can: (a: number) => number;
|
|
498
|
+
readonly delegation_delegate: (a: number) => number;
|
|
499
|
+
readonly delegation_proof: (a: number) => number;
|
|
500
|
+
readonly history_contentRefs: (a: number) => [number, number];
|
|
501
|
+
readonly history_delegations: (a: number) => [number, number];
|
|
502
|
+
readonly history_revocations: (a: number) => [number, number];
|
|
503
|
+
readonly membership_can: (a: number) => number;
|
|
504
|
+
readonly membership_who: (a: number) => number;
|
|
505
|
+
readonly revocation_after: (a: number) => number;
|
|
506
|
+
readonly revocation_proof: (a: number) => number;
|
|
507
|
+
readonly revocation_revoked: (a: number) => number;
|
|
508
|
+
readonly revocation_subject_id: (a: number) => number;
|
|
509
|
+
readonly setPanicHook: () => void;
|
|
510
|
+
readonly signeddelegation_delegation: (a: number) => number;
|
|
511
|
+
readonly signeddelegation_signature: (a: number) => [number, number];
|
|
512
|
+
readonly signeddelegation_verify: (a: number) => number;
|
|
513
|
+
readonly signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
514
|
+
readonly summary_access: (a: number) => number;
|
|
515
|
+
readonly summary_doc: (a: number) => number;
|
|
486
516
|
readonly __wbg_ciphertextstore_free: (a: number, b: number) => void;
|
|
487
517
|
readonly __wbg_invocation_free: (a: number, b: number) => void;
|
|
488
518
|
readonly ciphertextstore_newFromWebStorage: (a: any) => number;
|
|
489
519
|
readonly ciphertextstore_newInMemory: () => number;
|
|
490
|
-
readonly __wbg_archive_free: (a: number, b: number) => void;
|
|
491
|
-
readonly __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
492
520
|
readonly __wbg_cannotparseidentifier_free: (a: number, b: number) => void;
|
|
521
|
+
readonly __wbg_encrypted_free: (a: number, b: number) => void;
|
|
522
|
+
readonly __wbg_identifier_free: (a: number, b: number) => void;
|
|
523
|
+
readonly __wbg_stats_free: (a: number, b: number) => void;
|
|
524
|
+
readonly encrypted_ciphertext: (a: number) => [number, number];
|
|
525
|
+
readonly encrypted_content_ref: (a: number) => [number, number];
|
|
526
|
+
readonly encrypted_nonce: (a: number) => [number, number];
|
|
527
|
+
readonly encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
528
|
+
readonly encrypted_pred_refs: (a: number) => [number, number];
|
|
529
|
+
readonly identifier_new: (a: number, b: number) => [number, number, number];
|
|
530
|
+
readonly identifier_publicId: () => number;
|
|
531
|
+
readonly identifier_toBytes: (a: number) => [number, number];
|
|
532
|
+
readonly stats_activePrekeyCount: (a: number) => bigint;
|
|
533
|
+
readonly stats_cgkaOperations: (a: number) => bigint;
|
|
534
|
+
readonly stats_delegations: (a: number) => bigint;
|
|
535
|
+
readonly stats_docs: (a: number) => bigint;
|
|
536
|
+
readonly stats_groups: (a: number) => bigint;
|
|
537
|
+
readonly stats_individuals: (a: number) => bigint;
|
|
538
|
+
readonly stats_pendingCgkaOperation: (a: number) => bigint;
|
|
539
|
+
readonly stats_pendingCgkaOperationByActive: (a: number) => bigint;
|
|
540
|
+
readonly stats_pendingDelegated: (a: number) => bigint;
|
|
541
|
+
readonly stats_pendingDelegatedByActive: (a: number) => bigint;
|
|
542
|
+
readonly stats_pendingPrekeyRotated: (a: number) => bigint;
|
|
543
|
+
readonly stats_pendingPrekeyRotatedByActive: (a: number) => bigint;
|
|
544
|
+
readonly stats_pendingPrekeysExpanded: (a: number) => bigint;
|
|
545
|
+
readonly stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
|
|
546
|
+
readonly stats_pendingRevoked: (a: number) => bigint;
|
|
547
|
+
readonly stats_pendingRevokedByActive: (a: number) => bigint;
|
|
548
|
+
readonly stats_prekeyRotations: (a: number) => bigint;
|
|
549
|
+
readonly stats_prekeysExpanded: (a: number) => bigint;
|
|
550
|
+
readonly stats_revocations: (a: number) => bigint;
|
|
551
|
+
readonly stats_totalOps: (a: number) => bigint;
|
|
552
|
+
readonly stats_totalPendingOps: (a: number) => bigint;
|
|
553
|
+
readonly encrypted_toBytes: (a: number) => [number, number];
|
|
554
|
+
readonly __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
555
|
+
readonly __wbg_signedrevocation_free: (a: number, b: number) => void;
|
|
556
|
+
readonly doccontentrefs_addChangeId: (a: number, b: number) => any;
|
|
557
|
+
readonly doccontentrefs_change_hashes: (a: number) => any;
|
|
558
|
+
readonly doccontentrefs_docId: (a: number) => number;
|
|
559
|
+
readonly doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
|
|
560
|
+
readonly signedrevocation_delegation: (a: number) => number;
|
|
561
|
+
readonly signedrevocation_signature: (a: number) => [number, number];
|
|
562
|
+
readonly signedrevocation_verify: (a: number) => number;
|
|
563
|
+
readonly signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
564
|
+
readonly __wbg_access_free: (a: number, b: number) => void;
|
|
565
|
+
readonly __wbg_cannotparseed25519signingkey_free: (a: number, b: number) => void;
|
|
493
566
|
readonly __wbg_cgkaoperation_free: (a: number, b: number) => void;
|
|
494
|
-
readonly __wbg_changeid_free: (a: number, b: number) => void;
|
|
495
567
|
readonly __wbg_contactcard_free: (a: number, b: number) => void;
|
|
496
568
|
readonly __wbg_documentid_free: (a: number, b: number) => void;
|
|
497
569
|
readonly __wbg_event_free: (a: number, b: number) => void;
|
|
498
570
|
readonly __wbg_generatewebcryptoerror_free: (a: number, b: number) => void;
|
|
499
571
|
readonly __wbg_groupid_free: (a: number, b: number) => void;
|
|
500
|
-
readonly __wbg_identifier_free: (a: number, b: number) => void;
|
|
501
572
|
readonly __wbg_signed_free: (a: number, b: number) => void;
|
|
502
573
|
readonly __wbg_signedcgkaoperation_free: (a: number, b: number) => void;
|
|
503
574
|
readonly __wbg_signer_free: (a: number, b: number) => void;
|
|
504
|
-
readonly
|
|
505
|
-
readonly
|
|
506
|
-
readonly archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
575
|
+
readonly access_toString: (a: number) => [number, number];
|
|
576
|
+
readonly access_tryFromString: (a: number, b: number) => number;
|
|
507
577
|
readonly cgkaoperation_variant: (a: number) => [number, number];
|
|
508
|
-
readonly changeid___wasm_refgen_toJsChangeId: (a: number) => number;
|
|
509
|
-
readonly changeid_bytes: (a: number) => [number, number];
|
|
510
|
-
readonly changeid_new: (a: number, b: number) => number;
|
|
511
578
|
readonly contactcard_fromJson: (a: number, b: number) => [number, number, number];
|
|
512
579
|
readonly contactcard_id: (a: number) => number;
|
|
513
|
-
readonly contactcard_individualId: (a: number) => number;
|
|
514
580
|
readonly contactcard_op: (a: number) => number;
|
|
515
581
|
readonly contactcard_shareKey: (a: number) => number;
|
|
516
582
|
readonly contactcard_signature: (a: number) => [number, number];
|
|
@@ -527,9 +593,6 @@ export interface InitOutput {
|
|
|
527
593
|
readonly event_variant: (a: number) => [number, number];
|
|
528
594
|
readonly generatewebcryptoerror_message: (a: number) => [number, number];
|
|
529
595
|
readonly groupid_toString: (a: number) => [number, number];
|
|
530
|
-
readonly identifier_new: (a: number, b: number) => [number, number, number];
|
|
531
|
-
readonly identifier_publicId: () => number;
|
|
532
|
-
readonly identifier_toBytes: (a: number) => [number, number];
|
|
533
596
|
readonly signed_fromBytes: (a: number, b: number) => [number, number, number];
|
|
534
597
|
readonly signed_payload: (a: number) => [number, number];
|
|
535
598
|
readonly signed_signature: (a: number) => [number, number];
|
|
@@ -549,68 +612,17 @@ export interface InitOutput {
|
|
|
549
612
|
readonly signer_variant: (a: number) => [number, number];
|
|
550
613
|
readonly signer_verifyingKey: (a: number) => [number, number];
|
|
551
614
|
readonly signer_webCryptoSigner: (a: any) => any;
|
|
552
|
-
readonly
|
|
553
|
-
readonly __wbg_history_free: (a: number, b: number) => void;
|
|
554
|
-
readonly __wbg_individual_free: (a: number, b: number) => void;
|
|
555
|
-
readonly __wbg_membership_free: (a: number, b: number) => void;
|
|
556
|
-
readonly __wbg_revocation_free: (a: number, b: number) => void;
|
|
557
|
-
readonly __wbg_signeddelegation_free: (a: number, b: number) => void;
|
|
558
|
-
readonly __wbg_stats_free: (a: number, b: number) => void;
|
|
559
|
-
readonly __wbg_summary_free: (a: number, b: number) => void;
|
|
560
|
-
readonly delegation_after: (a: number) => number;
|
|
561
|
-
readonly delegation_can: (a: number) => number;
|
|
562
|
-
readonly delegation_delegate: (a: number) => number;
|
|
563
|
-
readonly delegation_proof: (a: number) => number;
|
|
564
|
-
readonly history_contentRefs: (a: number) => [number, number];
|
|
565
|
-
readonly history_delegations: (a: number) => [number, number];
|
|
566
|
-
readonly history_revocations: (a: number) => [number, number];
|
|
567
|
-
readonly individual_id: (a: number) => number;
|
|
568
|
-
readonly individual_pickPrekey: (a: number, b: number) => any;
|
|
569
|
-
readonly individual_toAgent: (a: number) => number;
|
|
570
|
-
readonly individual_toPeer: (a: number) => number;
|
|
571
|
-
readonly membership_can: (a: number) => number;
|
|
572
|
-
readonly membership_who: (a: number) => number;
|
|
573
|
-
readonly revocation_after: (a: number) => number;
|
|
574
|
-
readonly revocation_proof: (a: number) => number;
|
|
575
|
-
readonly revocation_revoked: (a: number) => number;
|
|
576
|
-
readonly revocation_subject_id: (a: number) => number;
|
|
577
|
-
readonly setPanicHook: () => void;
|
|
578
|
-
readonly signeddelegation_delegation: (a: number) => number;
|
|
579
|
-
readonly signeddelegation_signature: (a: number) => [number, number];
|
|
580
|
-
readonly signeddelegation_verify: (a: number) => number;
|
|
581
|
-
readonly signeddelegation_verifyingKey: (a: number) => [number, number];
|
|
582
|
-
readonly stats_activePrekeyCount: (a: number) => bigint;
|
|
583
|
-
readonly stats_cgkaOperations: (a: number) => bigint;
|
|
584
|
-
readonly stats_delegations: (a: number) => bigint;
|
|
585
|
-
readonly stats_docs: (a: number) => bigint;
|
|
586
|
-
readonly stats_groups: (a: number) => bigint;
|
|
587
|
-
readonly stats_individuals: (a: number) => bigint;
|
|
588
|
-
readonly stats_pendingCgkaOperation: (a: number) => bigint;
|
|
589
|
-
readonly stats_pendingCgkaOperationByActive: (a: number) => bigint;
|
|
590
|
-
readonly stats_pendingDelegated: (a: number) => bigint;
|
|
591
|
-
readonly stats_pendingDelegatedByActive: (a: number) => bigint;
|
|
592
|
-
readonly stats_pendingPrekeyRotated: (a: number) => bigint;
|
|
593
|
-
readonly stats_pendingPrekeyRotatedByActive: (a: number) => bigint;
|
|
594
|
-
readonly stats_pendingPrekeysExpanded: (a: number) => bigint;
|
|
595
|
-
readonly stats_pendingPrekeysExpandedByActive: (a: number) => bigint;
|
|
596
|
-
readonly stats_pendingRevoked: (a: number) => bigint;
|
|
597
|
-
readonly stats_pendingRevokedByActive: (a: number) => bigint;
|
|
598
|
-
readonly stats_prekeyRotations: (a: number) => bigint;
|
|
599
|
-
readonly stats_prekeysExpanded: (a: number) => bigint;
|
|
600
|
-
readonly stats_revocations: (a: number) => bigint;
|
|
601
|
-
readonly stats_totalOps: (a: number) => bigint;
|
|
602
|
-
readonly stats_totalPendingOps: (a: number) => bigint;
|
|
603
|
-
readonly summary_access: (a: number) => number;
|
|
604
|
-
readonly summary_doc: (a: number) => number;
|
|
605
|
-
readonly individual_individualId: (a: number) => number;
|
|
615
|
+
readonly contactcard_individualId: (a: number) => number;
|
|
606
616
|
readonly __wbg_agent_free: (a: number, b: number) => void;
|
|
607
617
|
readonly __wbg_allagentevents_free: (a: number, b: number) => void;
|
|
618
|
+
readonly __wbg_archive_free: (a: number, b: number) => void;
|
|
608
619
|
readonly __wbg_document_free: (a: number, b: number) => void;
|
|
609
620
|
readonly __wbg_group_free: (a: number, b: number) => void;
|
|
621
|
+
readonly __wbg_individual_free: (a: number, b: number) => void;
|
|
610
622
|
readonly __wbg_individualid_free: (a: number, b: number) => void;
|
|
611
623
|
readonly __wbg_keyhive_free: (a: number, b: number) => void;
|
|
612
624
|
readonly __wbg_peer_free: (a: number, b: number) => void;
|
|
613
|
-
readonly
|
|
625
|
+
readonly __wbg_sharekey_free: (a: number, b: number) => void;
|
|
614
626
|
readonly agent_id: (a: number) => number;
|
|
615
627
|
readonly agent_isDocument: (a: number) => number;
|
|
616
628
|
readonly agent_isGroup: (a: number) => number;
|
|
@@ -618,11 +630,16 @@ export interface InitOutput {
|
|
|
618
630
|
readonly agent_keyOpHashes: (a: number) => any;
|
|
619
631
|
readonly agent_keyOps: (a: number) => any;
|
|
620
632
|
readonly agent_toString: (a: number) => [number, number];
|
|
633
|
+
readonly allagentevents_agentCgkaSources: (a: number) => any;
|
|
621
634
|
readonly allagentevents_agentMembershipSources: (a: number) => any;
|
|
622
635
|
readonly allagentevents_agentPrekeySources: (a: number) => any;
|
|
636
|
+
readonly allagentevents_cgkaSources: (a: number) => any;
|
|
623
637
|
readonly allagentevents_events: (a: number) => any;
|
|
624
638
|
readonly allagentevents_membershipSources: (a: number) => any;
|
|
625
639
|
readonly allagentevents_prekeySources: (a: number) => any;
|
|
640
|
+
readonly archive_toBytes: (a: number) => [number, number, number, number];
|
|
641
|
+
readonly archive_tryToKeyhive: (a: number, b: number, c: number, d: any) => any;
|
|
642
|
+
readonly archive_try_from_bytes: (a: number, b: number) => [number, number, number];
|
|
626
643
|
readonly document___wasm_refgen_toJsDocument: (a: number) => number;
|
|
627
644
|
readonly document_doc_id: (a: number) => number;
|
|
628
645
|
readonly document_toAgent: (a: number) => number;
|
|
@@ -633,6 +650,9 @@ export interface InitOutput {
|
|
|
633
650
|
readonly group_toAgent: (a: number) => number;
|
|
634
651
|
readonly group_toMembered: (a: number) => number;
|
|
635
652
|
readonly group_toPeer: (a: number) => number;
|
|
653
|
+
readonly individual_pickPrekey: (a: number, b: number) => any;
|
|
654
|
+
readonly individual_toAgent: (a: number) => number;
|
|
655
|
+
readonly individual_toPeer: (a: number) => number;
|
|
636
656
|
readonly individualid_bytes: (a: number) => [number, number];
|
|
637
657
|
readonly keyhive_accessForDoc: (a: number, b: number, c: number) => any;
|
|
638
658
|
readonly keyhive_addMember: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
@@ -680,25 +700,9 @@ export interface InitOutput {
|
|
|
680
700
|
readonly document_id: (a: number) => number;
|
|
681
701
|
readonly group_groupId: (a: number) => number;
|
|
682
702
|
readonly group_id: (a: number) => number;
|
|
703
|
+
readonly individual_id: (a: number) => number;
|
|
704
|
+
readonly individual_individualId: (a: number) => number;
|
|
683
705
|
readonly peer_id: (a: number) => number;
|
|
684
|
-
readonly __wbg_doccontentrefs_free: (a: number, b: number) => void;
|
|
685
|
-
readonly __wbg_encrypted_free: (a: number, b: number) => void;
|
|
686
|
-
readonly __wbg_signedrevocation_free: (a: number, b: number) => void;
|
|
687
|
-
readonly doccontentrefs_addChangeId: (a: number, b: number) => any;
|
|
688
|
-
readonly doccontentrefs_change_hashes: (a: number) => any;
|
|
689
|
-
readonly doccontentrefs_docId: (a: number) => number;
|
|
690
|
-
readonly doccontentrefs_new: (a: number, b: number, c: number) => [number, number, number];
|
|
691
|
-
readonly encrypted_ciphertext: (a: number) => [number, number];
|
|
692
|
-
readonly encrypted_content_ref: (a: number) => [number, number];
|
|
693
|
-
readonly encrypted_nonce: (a: number) => [number, number];
|
|
694
|
-
readonly encrypted_pcs_key_hash: (a: number) => [number, number];
|
|
695
|
-
readonly encrypted_pred_refs: (a: number) => [number, number];
|
|
696
|
-
readonly signedrevocation_delegation: (a: number) => number;
|
|
697
|
-
readonly signedrevocation_signature: (a: number) => [number, number];
|
|
698
|
-
readonly signedrevocation_verify: (a: number) => number;
|
|
699
|
-
readonly signedrevocation_verifyingKey: (a: number) => [number, number];
|
|
700
|
-
readonly encrypted_toBytes: (a: number) => [number, number];
|
|
701
|
-
readonly __wbg_sharekey_free: (a: number, b: number) => void;
|
|
702
706
|
readonly wasm_bindgen__closure__destroy__h056ce8b8b10a09c1: (a: number, b: number) => void;
|
|
703
707
|
readonly wasm_bindgen__convert__closures_____invoke__h8e854b3d10a3dc35: (a: number, b: number, c: any) => [number, number];
|
|
704
708
|
readonly wasm_bindgen__convert__closures_____invoke__h2aa9fdfff8d5a8ab: (a: number, b: number, c: any, d: any) => void;
|
package/pkg-slim/keyhive_wasm.js
CHANGED
|
@@ -128,7 +128,7 @@ if (Symbol.dispose) Agent.prototype[Symbol.dispose] = Agent.prototype.free;
|
|
|
128
128
|
|
|
129
129
|
/**
|
|
130
130
|
* Result of [`JsKeyhive::all_agent_events`], containing all events for all agents
|
|
131
|
-
* with deduplicated storage and two-tier indirection for
|
|
131
|
+
* with deduplicated storage and two-tier indirection for membership, prekey, and CGKA ops.
|
|
132
132
|
*
|
|
133
133
|
* The consumer follows: agent -> source IDs -> hashes -> event bytes.
|
|
134
134
|
*/
|
|
@@ -150,6 +150,13 @@ export class AllAgentEvents {
|
|
|
150
150
|
const ptr = this.__destroy_into_raw();
|
|
151
151
|
wasm.__wbg_allagentevents_free(ptr, 0);
|
|
152
152
|
}
|
|
153
|
+
/**
|
|
154
|
+
* @returns {Map<any, any>}
|
|
155
|
+
*/
|
|
156
|
+
get agentCgkaSources() {
|
|
157
|
+
const ret = wasm.allagentevents_agentCgkaSources(this.__wbg_ptr);
|
|
158
|
+
return ret;
|
|
159
|
+
}
|
|
153
160
|
/**
|
|
154
161
|
* @returns {Map<any, any>}
|
|
155
162
|
*/
|
|
@@ -164,6 +171,13 @@ export class AllAgentEvents {
|
|
|
164
171
|
const ret = wasm.allagentevents_agentPrekeySources(this.__wbg_ptr);
|
|
165
172
|
return ret;
|
|
166
173
|
}
|
|
174
|
+
/**
|
|
175
|
+
* @returns {Map<any, any>}
|
|
176
|
+
*/
|
|
177
|
+
get cgkaSources() {
|
|
178
|
+
const ret = wasm.allagentevents_cgkaSources(this.__wbg_ptr);
|
|
179
|
+
return ret;
|
|
180
|
+
}
|
|
167
181
|
/**
|
|
168
182
|
* @returns {Map<any, any>}
|
|
169
183
|
*/
|
|
@@ -1373,7 +1387,7 @@ export class Keyhive {
|
|
|
1373
1387
|
}
|
|
1374
1388
|
/**
|
|
1375
1389
|
* Returns all agent events with deduplicated storage and two-tier indirection
|
|
1376
|
-
* for
|
|
1390
|
+
* for membership, prekey, and CGKA ops.
|
|
1377
1391
|
* @returns {Promise<AllAgentEvents>}
|
|
1378
1392
|
*/
|
|
1379
1393
|
allAgentEvents() {
|
|
@@ -2963,7 +2977,7 @@ function __wbg_get_imports() {
|
|
|
2963
2977
|
}
|
|
2964
2978
|
},
|
|
2965
2979
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
2966
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
2980
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 487, function: Function { arguments: [Externref], shim_idx: 488, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2967
2981
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h056ce8b8b10a09c1, wasm_bindgen__convert__closures_____invoke__h8e854b3d10a3dc35);
|
|
2968
2982
|
return ret;
|
|
2969
2983
|
},
|
|
Binary file
|