@xmtp/wasm-bindings 1.10.0-dev.f44d5e5 → 1.10.0-dev.f517e98
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/dist/bindings_wasm.d.ts +169 -102
- package/dist/bindings_wasm.js +653 -401
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +118 -95
- package/package.json +2 -2
|
Binary file
|
|
@@ -1,18 +1,7 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const
|
|
5
|
-
export const authhandle_id: (a: number) => number;
|
|
6
|
-
export const authhandle_new: () => number;
|
|
7
|
-
export const authhandle_set: (a: number, b: any) => any;
|
|
8
|
-
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
9
|
-
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
10
|
-
export const contentTypeGroupUpdated: () => any;
|
|
11
|
-
export const contentTypeTransactionReference: () => any;
|
|
12
|
-
export const conversation_consentState: (a: number) => [number, number, number];
|
|
13
|
-
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
14
|
-
export const encodeTransactionReference: (a: any) => [number, number, number];
|
|
15
|
-
export const contentTypeReply: () => any;
|
|
4
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
16
5
|
export const opfsClearAll: () => any;
|
|
17
6
|
export const opfsDeleteFile: (a: number, b: number) => any;
|
|
18
7
|
export const opfsExportDb: (a: number, b: number) => any;
|
|
@@ -22,20 +11,55 @@ export const opfsImportDb: (a: number, b: number, c: any) => any;
|
|
|
22
11
|
export const opfsInit: () => any;
|
|
23
12
|
export const opfsListFiles: () => any;
|
|
24
13
|
export const opfsPoolCapacity: () => any;
|
|
14
|
+
export const streamcloser_end: (a: number) => void;
|
|
15
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
16
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
17
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
18
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
19
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
20
|
+
export const contentTypeActions: () => any;
|
|
21
|
+
export const contentTypeGroupUpdated: () => any;
|
|
22
|
+
export const contentTypeMarkdown: () => any;
|
|
23
|
+
export const contentTypeMultiRemoteAttachment: () => any;
|
|
24
|
+
export const contentTypeText: () => any;
|
|
25
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
26
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
27
|
+
export const encodeActions: (a: any) => [number, number, number];
|
|
28
|
+
export const encodeMarkdown: (a: number, b: number) => [number, number, number];
|
|
29
|
+
export const encodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
30
|
+
export const encodeText: (a: number, b: number) => [number, number, number];
|
|
31
|
+
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
32
|
+
export const getInboxIdForIdentifier: (a: number, b: any) => any;
|
|
33
|
+
export const metadataFieldName: (a: number) => [number, number];
|
|
34
|
+
export const __wbg_backend_free: (a: number, b: number) => void;
|
|
35
|
+
export const __wbg_backendbuilder_free: (a: number, b: number) => void;
|
|
25
36
|
export const __wbg_client_free: (a: number, b: number) => void;
|
|
26
|
-
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
27
37
|
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
28
38
|
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
29
|
-
export const
|
|
39
|
+
export const __wbg_get_backendbuilder_env: (a: number) => number;
|
|
40
|
+
export const __wbg_get_backendbuilder_readonly: (a: number) => number;
|
|
30
41
|
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
31
42
|
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
32
43
|
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => any;
|
|
44
|
+
export const __wbg_set_backendbuilder_env: (a: number, b: number) => void;
|
|
45
|
+
export const __wbg_set_backendbuilder_readonly: (a: number, b: number) => void;
|
|
33
46
|
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
34
47
|
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
35
48
|
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
36
49
|
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
50
|
+
export const applySignatureRequest: (a: number, b: number) => any;
|
|
51
|
+
export const backend_appVersion: (a: number) => [number, number];
|
|
52
|
+
export const backend_env: (a: number) => number;
|
|
53
|
+
export const backend_gatewayHost: (a: number) => [number, number];
|
|
54
|
+
export const backend_v3Host: (a: number) => [number, number];
|
|
55
|
+
export const backendbuilder_authCallback: (a: number, b: any) => void;
|
|
56
|
+
export const backendbuilder_authHandle: (a: number, b: number) => void;
|
|
57
|
+
export const backendbuilder_build: (a: number) => [number, number, number];
|
|
58
|
+
export const backendbuilder_new: (a: number) => number;
|
|
59
|
+
export const backendbuilder_setApiUrl: (a: number, b: number, c: number) => number;
|
|
60
|
+
export const backendbuilder_setAppVersion: (a: number, b: number, c: number) => number;
|
|
61
|
+
export const backendbuilder_setGatewayHost: (a: number, b: number, c: number) => number;
|
|
62
|
+
export const backendbuilder_setReadonly: (a: number, b: number) => number;
|
|
39
63
|
export const client_accountIdentifier: (a: number) => any;
|
|
40
64
|
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
41
65
|
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
@@ -48,7 +72,6 @@ export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any
|
|
|
48
72
|
export const client_clearAllStatistics: (a: number) => void;
|
|
49
73
|
export const client_conversations: (a: number) => number;
|
|
50
74
|
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
51
|
-
export const client_device_sync: (a: number) => number;
|
|
52
75
|
export const client_findInboxIdByIdentity: (a: number, b: any) => any;
|
|
53
76
|
export const client_inboxId: (a: number) => [number, number];
|
|
54
77
|
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
@@ -63,13 +86,66 @@ export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
|
63
86
|
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
64
87
|
export const client_syncPreferences: (a: number) => any;
|
|
65
88
|
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
66
|
-
export const contentTypeActions: () => any;
|
|
67
89
|
export const contentTypeAttachment: () => any;
|
|
68
90
|
export const contentTypeIntent: () => any;
|
|
91
|
+
export const contentTypeLeaveRequest: () => any;
|
|
69
92
|
export const contentTypeReaction: () => any;
|
|
70
93
|
export const contentTypeReadReceipt: () => any;
|
|
71
|
-
export const contentTypeRemoteAttachment: () => any;
|
|
72
94
|
export const contentTypeWalletSendCalls: () => any;
|
|
95
|
+
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
96
|
+
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
97
|
+
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
98
|
+
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
99
|
+
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
100
|
+
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
101
|
+
export const conversations_deleteMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
102
|
+
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
103
|
+
export const conversations_findEnrichedMessageById: (a: number, b: number, c: number) => any;
|
|
104
|
+
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
105
|
+
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
106
|
+
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
107
|
+
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
108
|
+
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
109
|
+
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
110
|
+
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
111
|
+
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
112
|
+
export const conversations_streamMessageDeletions: (a: number, b: any) => [number, number, number];
|
|
113
|
+
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
114
|
+
export const conversations_sync: (a: number) => any;
|
|
115
|
+
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
116
|
+
export const createClient: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: bigint, r: number, s: number, t: number) => any;
|
|
117
|
+
export const createClientWithBackend: (a: number, b: number, c: number, d: any, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: bigint) => any;
|
|
118
|
+
export const encodeAttachment: (a: any) => [number, number, number];
|
|
119
|
+
export const encodeIntent: (a: any) => [number, number, number];
|
|
120
|
+
export const encodeReaction: (a: any) => [number, number, number];
|
|
121
|
+
export const encodeReadReceipt: (a: any) => [number, number, number];
|
|
122
|
+
export const encodeWalletSendCalls: (a: any) => [number, number, number];
|
|
123
|
+
export const revokeInstallationsSignatureRequest: (a: number, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
124
|
+
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
125
|
+
export const signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
126
|
+
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
127
|
+
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
128
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
129
|
+
export const client_device_sync: (a: number) => number;
|
|
130
|
+
export const contentTypeRemoteAttachment: () => any;
|
|
131
|
+
export const contentTypeReply: () => any;
|
|
132
|
+
export const contentTypeTransactionReference: () => any;
|
|
133
|
+
export const decryptAttachment: (a: number, b: number, c: any) => [number, number, number];
|
|
134
|
+
export const encodeRemoteAttachment: (a: any) => [number, number, number];
|
|
135
|
+
export const encodeTransactionReference: (a: any) => [number, number, number];
|
|
136
|
+
export const encryptAttachment: (a: any) => [number, number, number];
|
|
137
|
+
export const __wbg_authhandle_free: (a: number, b: number) => void;
|
|
138
|
+
export const authhandle_id: (a: number) => number;
|
|
139
|
+
export const authhandle_new: () => number;
|
|
140
|
+
export const authhandle_set: (a: number, b: any) => any;
|
|
141
|
+
export const client_fetchLatestInboxUpdatesCount: (a: number, b: number, c: number, d: number) => any;
|
|
142
|
+
export const client_fetchOwnInboxUpdatesCount: (a: number, b: number) => any;
|
|
143
|
+
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
144
|
+
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
145
|
+
export const client_inboxState: (a: number, b: number) => any;
|
|
146
|
+
export const inboxStateFromInboxIds: (a: number, b: number, c: number) => any;
|
|
147
|
+
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
148
|
+
export const __wbg_devicesync_free: (a: number, b: number) => void;
|
|
73
149
|
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
74
150
|
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
75
151
|
export const conversation_addMembersByIdentity: (a: number, b: number, c: number) => any;
|
|
@@ -132,71 +208,14 @@ export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: n
|
|
|
132
208
|
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
133
209
|
export const conversation_updateMessageDisappearingSettings: (a: number, b: any) => any;
|
|
134
210
|
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
135
|
-
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
136
|
-
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
137
|
-
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
138
|
-
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
139
|
-
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
140
|
-
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
141
|
-
export const conversations_deleteMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
142
|
-
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
143
|
-
export const conversations_findEnrichedMessageById: (a: number, b: number, c: number) => any;
|
|
144
|
-
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
145
|
-
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
146
|
-
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
147
|
-
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
148
|
-
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
149
|
-
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
150
|
-
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
151
|
-
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
152
|
-
export const conversations_streamMessageDeletions: (a: number, b: any) => [number, number, number];
|
|
153
|
-
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
154
|
-
export const conversations_sync: (a: number) => any;
|
|
155
|
-
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
156
|
-
export const createClient: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number, j: number, k: number, l: number, m: number, n: number, o: number, p: number, q: number, r: number, s: bigint, t: number, u: number, v: number) => any;
|
|
157
|
-
export const decryptAttachment: (a: number, b: number, c: any) => [number, number, number];
|
|
158
211
|
export const devicesync_archiveMetadata: (a: number, b: any, c: any) => any;
|
|
159
212
|
export const devicesync_createArchive: (a: number, b: any, c: any) => any;
|
|
160
213
|
export const devicesync_importArchive: (a: number, b: any, c: any) => any;
|
|
161
214
|
export const devicesync_listAvailableArchives: (a: number, b: bigint) => [number, number, number, number];
|
|
162
215
|
export const devicesync_processSyncArchive: (a: number, b: number, c: number) => any;
|
|
163
216
|
export const devicesync_sendSyncArchive: (a: number, b: any, c: number, d: number, e: number, f: number) => any;
|
|
164
|
-
export const devicesync_sendSyncRequest: (a: number) => any;
|
|
217
|
+
export const devicesync_sendSyncRequest: (a: number, b: any, c: number, d: number) => any;
|
|
165
218
|
export const devicesync_syncAllDeviceSyncGroups: (a: number) => any;
|
|
166
|
-
export const encodeActions: (a: any) => [number, number, number];
|
|
167
|
-
export const encodeAttachment: (a: any) => [number, number, number];
|
|
168
|
-
export const encodeIntent: (a: any) => [number, number, number];
|
|
169
|
-
export const encodeReaction: (a: any) => [number, number, number];
|
|
170
|
-
export const encodeReadReceipt: (a: any) => [number, number, number];
|
|
171
|
-
export const encodeRemoteAttachment: (a: any) => [number, number, number];
|
|
172
|
-
export const encodeWalletSendCalls: (a: any) => [number, number, number];
|
|
173
|
-
export const encryptAttachment: (a: any) => [number, number, number];
|
|
174
|
-
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number) => [number, number, number];
|
|
175
|
-
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
176
|
-
export const signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
177
|
-
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
178
|
-
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
179
|
-
export const streamcloser_end: (a: number) => void;
|
|
180
|
-
export const streamcloser_endAndWait: (a: number) => any;
|
|
181
|
-
export const streamcloser_isClosed: (a: number) => number;
|
|
182
|
-
export const streamcloser_waitForReady: (a: number) => any;
|
|
183
|
-
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
184
|
-
export const client_fetchLatestInboxUpdatesCount: (a: number, b: number, c: number, d: number) => any;
|
|
185
|
-
export const client_fetchOwnInboxUpdatesCount: (a: number, b: number) => any;
|
|
186
|
-
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
187
|
-
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
188
|
-
export const client_inboxState: (a: number, b: number) => any;
|
|
189
|
-
export const contentTypeLeaveRequest: () => any;
|
|
190
|
-
export const contentTypeMarkdown: () => any;
|
|
191
|
-
export const contentTypeMultiRemoteAttachment: () => any;
|
|
192
|
-
export const contentTypeText: () => any;
|
|
193
|
-
export const encodeMarkdown: (a: number, b: number) => [number, number, number];
|
|
194
|
-
export const encodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
195
|
-
export const encodeText: (a: number, b: number) => [number, number, number];
|
|
196
|
-
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
197
|
-
export const getInboxIdForIdentifier: (a: number, b: number, c: number, d: number, e: number, f: any) => any;
|
|
198
|
-
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
199
|
-
export const metadataFieldName: (a: number) => [number, number];
|
|
200
219
|
export const rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
201
220
|
export const rust_zstd_wasm_shim_free: (a: number) => void;
|
|
202
221
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
@@ -215,20 +234,20 @@ export const rust_sqlite_wasm_localtime: (a: number) => number;
|
|
|
215
234
|
export const rust_sqlite_wasm_realloc: (a: number, b: number) => number;
|
|
216
235
|
export const sqlite3_os_end: () => number;
|
|
217
236
|
export const sqlite3_os_init: () => number;
|
|
218
|
-
export const task_worker_entry_point: (a: number) => [number, number];
|
|
219
|
-
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
220
|
-
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
221
|
-
export const intounderlyingsink_close: (a: number) => any;
|
|
222
|
-
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
223
237
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
224
|
-
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
225
238
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
226
239
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
227
240
|
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
228
241
|
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
229
242
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
243
|
+
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
244
|
+
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
245
|
+
export const intounderlyingsink_close: (a: number) => any;
|
|
246
|
+
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
247
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
230
248
|
export const intounderlyingsource_cancel: (a: number) => void;
|
|
231
249
|
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
250
|
+
export const task_worker_entry_point: (a: number) => [number, number];
|
|
232
251
|
export const __wbg_wasmbindgentestcontext_free: (a: number, b: number) => void;
|
|
233
252
|
export const __wbgtest_console_debug: (a: any) => void;
|
|
234
253
|
export const __wbgtest_console_error: (a: any) => void;
|
|
@@ -239,21 +258,25 @@ export const wasmbindgentestcontext_filtered_count: (a: number, b: number) => vo
|
|
|
239
258
|
export const wasmbindgentestcontext_include_ignored: (a: number, b: number) => void;
|
|
240
259
|
export const wasmbindgentestcontext_new: (a: number) => number;
|
|
241
260
|
export const wasmbindgentestcontext_run: (a: number, b: number, c: number) => any;
|
|
242
|
-
export const __wbgtest_cov_dump: () => [number, number];
|
|
243
|
-
export const __wbgtest_module_signature: () => [number, bigint];
|
|
244
261
|
export const __wbgbench_dump: () => [number, number];
|
|
245
262
|
export const __wbgbench_import: (a: number, b: number) => void;
|
|
263
|
+
export const __wbgtest_cov_dump: () => [number, number];
|
|
264
|
+
export const __wbgtest_module_signature: () => [number, bigint];
|
|
246
265
|
export const __wbgtest_coverage_path: (a: number, b: number, c: number, d: number, e: number, f: bigint) => [number, number];
|
|
247
|
-
export const
|
|
248
|
-
export const
|
|
249
|
-
export const
|
|
250
|
-
export const
|
|
251
|
-
export const
|
|
252
|
-
export const
|
|
253
|
-
export const
|
|
254
|
-
export const
|
|
255
|
-
export const
|
|
256
|
-
export const
|
|
266
|
+
export const wasm_bindgen__closure__destroy__h2572d1915c02ebda: (a: number, b: number) => void;
|
|
267
|
+
export const wasm_bindgen__closure__destroy__h65ad701a51a4cb0e: (a: number, b: number) => void;
|
|
268
|
+
export const wasm_bindgen__closure__destroy__h0f6bb5b15548da31: (a: number, b: number) => void;
|
|
269
|
+
export const wasm_bindgen__closure__destroy__h685af52e22c48f54: (a: number, b: number) => void;
|
|
270
|
+
export const wasm_bindgen__closure__destroy__h9412b4a3d8a3ae79: (a: number, b: number) => void;
|
|
271
|
+
export const wasm_bindgen__closure__destroy__hd80654d4256db967: (a: number, b: number) => void;
|
|
272
|
+
export const wasm_bindgen__convert__closures_____invoke__h98ec4c0d8d9f9b8b: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
273
|
+
export const wasm_bindgen__convert__closures_____invoke__hb388d479ca324a3d: (a: number, b: number, c: any) => [number, number];
|
|
274
|
+
export const wasm_bindgen__convert__closures_____invoke__h6898dd0329223652: (a: number, b: number, c: any, d: any) => void;
|
|
275
|
+
export const wasm_bindgen__convert__closures_____invoke__h9b65ba4ad3a0663e: (a: number, b: number, c: any) => void;
|
|
276
|
+
export const wasm_bindgen__convert__closures_____invoke__he37692f23f23ebf0: (a: number, b: number) => void;
|
|
277
|
+
export const wasm_bindgen__convert__closures_____invoke__h574131c4ac26b836: (a: number, b: number) => void;
|
|
278
|
+
export const wasm_bindgen__convert__closures_____invoke__hc6597e564dab4197: (a: number, b: number) => void;
|
|
279
|
+
export const wasm_bindgen__convert__closures_____invoke__h4353aac1105f9ba4: (a: number, b: number) => void;
|
|
257
280
|
export const __externref_table_alloc: () => number;
|
|
258
281
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
259
282
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmtp/wasm-bindings",
|
|
3
|
-
"version": "1.10.0-dev.
|
|
3
|
+
"version": "1.10.0-dev.f517e98",
|
|
4
4
|
"description": "WASM bindings for the libXMTP rust library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xmtp",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@vitest/browser-playwright": "^4.0.8",
|
|
67
67
|
"@xmtp/content-type-remote-attachment": "^2.0.3",
|
|
68
68
|
"binaryen": "^125.0.0",
|
|
69
|
-
"playwright": "
|
|
69
|
+
"playwright": "=1.57",
|
|
70
70
|
"prettier": "^3.7.4",
|
|
71
71
|
"prettier-plugin-packagejson": "^3.0.0",
|
|
72
72
|
"tsx": "^4.20.6",
|