@xmtp/wasm-bindings 1.10.0-dev.8b07a37 → 1.10.0-dev.ae5ffba
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 +312 -109
- package/dist/bindings_wasm.js +927 -349
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +141 -101
- package/package.json +2 -2
|
Binary file
|
|
@@ -1,83 +1,45 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const contentTypeTransactionReference: () => any;
|
|
7
|
-
export const encodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
8
|
-
export const encodeTransactionReference: (a: any) => [number, number, number];
|
|
9
|
-
export const __wbg_authhandle_free: (a: number, b: number) => void;
|
|
10
|
-
export const authhandle_id: (a: number) => number;
|
|
11
|
-
export const authhandle_new: () => number;
|
|
12
|
-
export const authhandle_set: (a: number, b: any) => any;
|
|
13
|
-
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
14
|
-
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
15
|
-
export const contentTypeAttachment: () => any;
|
|
16
|
-
export const contentTypeMarkdown: () => any;
|
|
17
|
-
export const contentTypeText: () => any;
|
|
18
|
-
export const conversation_consentState: (a: number) => [number, number, number];
|
|
19
|
-
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
20
|
-
export const encodeAttachment: (a: any) => [number, number, number];
|
|
21
|
-
export const encodeMarkdown: (a: number, b: number) => [number, number, number];
|
|
22
|
-
export const encodeText: (a: number, b: number) => [number, number, number];
|
|
23
|
-
export const client_fetchLatestInboxUpdatesCount: (a: number, b: number, c: number, d: number) => any;
|
|
24
|
-
export const client_fetchOwnInboxUpdatesCount: (a: number, b: number) => any;
|
|
25
|
-
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
26
|
-
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
27
|
-
export const client_inboxState: (a: number, b: number) => any;
|
|
28
|
-
export const contentTypeGroupUpdated: () => any;
|
|
29
|
-
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
30
|
-
export const getInboxIdForIdentifier: (a: number, b: number, c: number, d: number, e: number, f: any) => any;
|
|
31
|
-
export const inboxStateFromInboxIds: (a: number, b: number, c: number, d: number, e: number, f: number) => any;
|
|
32
|
-
export const metadataFieldName: (a: number) => [number, number];
|
|
33
|
-
export const contentTypeReply: () => any;
|
|
34
|
-
export const __wbg_client_free: (a: number, b: number) => void;
|
|
4
|
+
export const __wbg_backend_free: (a: number, b: number) => void;
|
|
5
|
+
export const __wbg_backendbuilder_free: (a: number, b: number) => void;
|
|
35
6
|
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
38
|
-
export const
|
|
39
|
-
export const
|
|
40
|
-
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
41
|
-
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => any;
|
|
42
|
-
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
43
|
-
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
44
|
-
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
7
|
+
export const __wbg_get_backendbuilder_env: (a: number) => number;
|
|
8
|
+
export const __wbg_get_backendbuilder_readonly: (a: number) => number;
|
|
9
|
+
export const __wbg_set_backendbuilder_env: (a: number, b: number) => void;
|
|
10
|
+
export const __wbg_set_backendbuilder_readonly: (a: number, b: number) => void;
|
|
45
11
|
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
46
|
-
export const
|
|
47
|
-
export const
|
|
48
|
-
export const
|
|
12
|
+
export const applySignatureRequest: (a: number, b: number) => any;
|
|
13
|
+
export const backend_appVersion: (a: number) => [number, number];
|
|
14
|
+
export const backend_env: (a: number) => number;
|
|
15
|
+
export const backend_gatewayHost: (a: number) => [number, number];
|
|
16
|
+
export const backend_v3Host: (a: number) => [number, number];
|
|
17
|
+
export const backendbuilder_authCallback: (a: number, b: any) => void;
|
|
18
|
+
export const backendbuilder_authHandle: (a: number, b: number) => void;
|
|
19
|
+
export const backendbuilder_build: (a: number) => [number, number, number];
|
|
20
|
+
export const backendbuilder_new: (a: number) => number;
|
|
21
|
+
export const backendbuilder_setApiUrl: (a: number, b: number, c: number) => number;
|
|
22
|
+
export const backendbuilder_setAppVersion: (a: number, b: number, c: number) => number;
|
|
23
|
+
export const backendbuilder_setGatewayHost: (a: number, b: number, c: number) => number;
|
|
24
|
+
export const backendbuilder_setReadonly: (a: number, b: number) => number;
|
|
49
25
|
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
50
|
-
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
51
|
-
export const client_apiIdentityStatistics: (a: number) => any;
|
|
52
|
-
export const client_apiStatistics: (a: number) => any;
|
|
53
|
-
export const client_appVersion: (a: number) => [number, number];
|
|
54
26
|
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
55
|
-
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
56
27
|
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
57
|
-
export const client_clearAllStatistics: (a: number) => void;
|
|
58
|
-
export const client_conversations: (a: number) => number;
|
|
59
28
|
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
60
|
-
export const
|
|
61
|
-
export const
|
|
62
|
-
export const
|
|
63
|
-
export const
|
|
64
|
-
export const
|
|
65
|
-
export const
|
|
66
|
-
export const client_isRegistered: (a: number) => number;
|
|
67
|
-
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
68
|
-
export const client_registerIdentity: (a: number, b: number) => any;
|
|
29
|
+
export const client_fetchLatestInboxUpdatesCount: (a: number, b: number, c: number, d: number) => any;
|
|
30
|
+
export const client_fetchOwnInboxUpdatesCount: (a: number, b: number) => any;
|
|
31
|
+
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
32
|
+
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
33
|
+
export const client_inboxState: (a: number, b: number) => any;
|
|
34
|
+
export const client_registerIdentity: (a: number, b: number, c: number) => any;
|
|
69
35
|
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
70
36
|
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
71
37
|
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
72
38
|
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
73
|
-
export const client_syncPreferences: (a: number) => any;
|
|
74
39
|
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
75
|
-
export const
|
|
76
|
-
export const contentTypeIntent: () => any;
|
|
40
|
+
export const contentTypeLeaveRequest: () => any;
|
|
77
41
|
export const contentTypeReaction: () => any;
|
|
78
|
-
export const contentTypeReadReceipt: () => any;
|
|
79
42
|
export const contentTypeRemoteAttachment: () => any;
|
|
80
|
-
export const contentTypeWalletSendCalls: () => any;
|
|
81
43
|
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
82
44
|
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
83
45
|
export const conversation_addMembersByIdentity: (a: number, b: number, c: number) => any;
|
|
@@ -140,6 +102,61 @@ export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: n
|
|
|
140
102
|
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
141
103
|
export const conversation_updateMessageDisappearingSettings: (a: number, b: any) => any;
|
|
142
104
|
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
105
|
+
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;
|
|
106
|
+
export const decryptAttachment: (a: number, b: number, c: any) => [number, number, number];
|
|
107
|
+
export const encodeReaction: (a: any) => [number, number, number];
|
|
108
|
+
export const encodeRemoteAttachment: (a: any) => [number, number, number];
|
|
109
|
+
export const encryptAttachment: (a: any) => [number, number, number];
|
|
110
|
+
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
111
|
+
export const getInboxIdForIdentifier: (a: number, b: any) => any;
|
|
112
|
+
export const inboxStateFromInboxIds: (a: number, b: number, c: number) => any;
|
|
113
|
+
export const revokeInstallationsSignatureRequest: (a: number, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
114
|
+
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
115
|
+
export const signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
116
|
+
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
117
|
+
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
118
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
119
|
+
export const contentTypeMarkdown: () => any;
|
|
120
|
+
export const contentTypeReply: () => any;
|
|
121
|
+
export const contentTypeText: () => any;
|
|
122
|
+
export const contentTypeTransactionReference: () => any;
|
|
123
|
+
export const encodeMarkdown: (a: number, b: number) => [number, number, number];
|
|
124
|
+
export const encodeText: (a: number, b: number) => [number, number, number];
|
|
125
|
+
export const encodeTransactionReference: (a: any) => [number, number, number];
|
|
126
|
+
export const __wbg_client_free: (a: number, b: number) => void;
|
|
127
|
+
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
128
|
+
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
129
|
+
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
130
|
+
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
131
|
+
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => any;
|
|
132
|
+
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
133
|
+
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
134
|
+
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
135
|
+
export const client_accountIdentifier: (a: number) => any;
|
|
136
|
+
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
137
|
+
export const client_apiIdentityStatistics: (a: number) => any;
|
|
138
|
+
export const client_apiStatistics: (a: number) => any;
|
|
139
|
+
export const client_appVersion: (a: number) => [number, number];
|
|
140
|
+
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
141
|
+
export const client_clearAllStatistics: (a: number) => void;
|
|
142
|
+
export const client_conversations: (a: number) => number;
|
|
143
|
+
export const client_device_sync: (a: number) => number;
|
|
144
|
+
export const client_findInboxIdByIdentity: (a: number, b: any) => any;
|
|
145
|
+
export const client_inboxId: (a: number) => [number, number];
|
|
146
|
+
export const client_inboxStateFromInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
147
|
+
export const client_installationId: (a: number) => [number, number];
|
|
148
|
+
export const client_installationIdBytes: (a: number) => any;
|
|
149
|
+
export const client_isRegistered: (a: number) => number;
|
|
150
|
+
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
151
|
+
export const client_syncPreferences: (a: number) => any;
|
|
152
|
+
export const client_waitForRegistrationVisible: (a: number, b: number) => any;
|
|
153
|
+
export const contentTypeActions: () => any;
|
|
154
|
+
export const contentTypeAttachment: () => any;
|
|
155
|
+
export const contentTypeGroupUpdated: () => any;
|
|
156
|
+
export const contentTypeIntent: () => any;
|
|
157
|
+
export const contentTypeMultiRemoteAttachment: () => any;
|
|
158
|
+
export const contentTypeReadReceipt: () => any;
|
|
159
|
+
export const contentTypeWalletSendCalls: () => any;
|
|
143
160
|
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
144
161
|
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
145
162
|
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
@@ -161,33 +178,32 @@ export const conversations_streamMessageDeletions: (a: number, b: any) => [numbe
|
|
|
161
178
|
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
162
179
|
export const conversations_sync: (a: number) => any;
|
|
163
180
|
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
164
|
-
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:
|
|
165
|
-
export const
|
|
181
|
+
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;
|
|
182
|
+
export const encodeActions: (a: any) => [number, number, number];
|
|
183
|
+
export const encodeAttachment: (a: any) => [number, number, number];
|
|
184
|
+
export const encodeIntent: (a: any) => [number, number, number];
|
|
185
|
+
export const encodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
186
|
+
export const encodeReadReceipt: (a: any) => [number, number, number];
|
|
187
|
+
export const encodeWalletSendCalls: (a: any) => [number, number, number];
|
|
188
|
+
export const metadataFieldName: (a: number) => [number, number];
|
|
189
|
+
export const __wbg_authhandle_free: (a: number, b: number) => void;
|
|
190
|
+
export const __wbg_devicesync_free: (a: number, b: number) => void;
|
|
191
|
+
export const authhandle_id: (a: number) => number;
|
|
192
|
+
export const authhandle_new: () => number;
|
|
193
|
+
export const authhandle_set: (a: number, b: any) => any;
|
|
194
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
195
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
196
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
197
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
166
198
|
export const devicesync_archiveMetadata: (a: number, b: any, c: any) => any;
|
|
167
199
|
export const devicesync_createArchive: (a: number, b: any, c: any) => any;
|
|
168
200
|
export const devicesync_importArchive: (a: number, b: any, c: any) => any;
|
|
169
201
|
export const devicesync_listAvailableArchives: (a: number, b: bigint) => [number, number, number, number];
|
|
170
202
|
export const devicesync_processSyncArchive: (a: number, b: number, c: number) => any;
|
|
171
203
|
export const devicesync_sendSyncArchive: (a: number, b: any, c: number, d: number, e: number, f: number) => any;
|
|
172
|
-
export const devicesync_sendSyncRequest: (a: number) => any;
|
|
204
|
+
export const devicesync_sendSyncRequest: (a: number, b: any, c: number, d: number) => any;
|
|
173
205
|
export const devicesync_syncAllDeviceSyncGroups: (a: number) => any;
|
|
174
|
-
export const
|
|
175
|
-
export const encodeIntent: (a: any) => [number, number, number];
|
|
176
|
-
export const encodeReaction: (a: any) => [number, number, number];
|
|
177
|
-
export const encodeReadReceipt: (a: any) => [number, number, number];
|
|
178
|
-
export const encodeRemoteAttachment: (a: any) => [number, number, number];
|
|
179
|
-
export const encodeWalletSendCalls: (a: any) => [number, number, number];
|
|
180
|
-
export const encryptAttachment: (a: any) => [number, number, number];
|
|
181
|
-
export const revokeInstallationsSignatureRequest: (a: number, b: number, c: number, d: number, e: any, f: number, g: number, h: number, i: number) => [number, number, number];
|
|
182
|
-
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
183
|
-
export const signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
184
|
-
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
185
|
-
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
186
|
-
export const streamcloser_end: (a: number) => void;
|
|
187
|
-
export const streamcloser_endAndWait: (a: number) => any;
|
|
188
|
-
export const streamcloser_isClosed: (a: number) => number;
|
|
189
|
-
export const streamcloser_waitForReady: (a: number) => any;
|
|
190
|
-
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
206
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
191
207
|
export const opfsClearAll: () => any;
|
|
192
208
|
export const opfsDeleteFile: (a: number, b: number) => any;
|
|
193
209
|
export const opfsExportDb: (a: number, b: number) => any;
|
|
@@ -197,6 +213,10 @@ export const opfsImportDb: (a: number, b: number, c: any) => any;
|
|
|
197
213
|
export const opfsInit: () => any;
|
|
198
214
|
export const opfsListFiles: () => any;
|
|
199
215
|
export const opfsPoolCapacity: () => any;
|
|
216
|
+
export const streamcloser_end: (a: number) => void;
|
|
217
|
+
export const streamcloser_endAndWait: (a: number) => any;
|
|
218
|
+
export const streamcloser_isClosed: (a: number) => number;
|
|
219
|
+
export const streamcloser_waitForReady: (a: number) => any;
|
|
200
220
|
export const rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
201
221
|
export const rust_zstd_wasm_shim_free: (a: number) => void;
|
|
202
222
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
@@ -215,34 +235,54 @@ export const rust_sqlite_wasm_localtime: (a: number) => number;
|
|
|
215
235
|
export const rust_sqlite_wasm_realloc: (a: number, b: number) => number;
|
|
216
236
|
export const sqlite3_os_end: () => number;
|
|
217
237
|
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
238
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
224
|
-
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
225
239
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
226
240
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
227
241
|
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
228
242
|
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
229
243
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
244
|
+
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
245
|
+
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
246
|
+
export const intounderlyingsink_close: (a: number) => any;
|
|
247
|
+
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
248
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
230
249
|
export const intounderlyingsource_cancel: (a: number) => void;
|
|
231
250
|
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
232
|
-
export const
|
|
233
|
-
export const
|
|
234
|
-
export const
|
|
235
|
-
export const
|
|
236
|
-
export const
|
|
237
|
-
export const
|
|
238
|
-
export const
|
|
239
|
-
export const
|
|
240
|
-
export const
|
|
251
|
+
export const task_worker_entry_point: (a: number) => [number, number];
|
|
252
|
+
export const __wbg_wasmbindgentestcontext_free: (a: number, b: number) => void;
|
|
253
|
+
export const __wbgtest_console_debug: (a: any) => void;
|
|
254
|
+
export const __wbgtest_console_error: (a: any) => void;
|
|
255
|
+
export const __wbgtest_console_info: (a: any) => void;
|
|
256
|
+
export const __wbgtest_console_log: (a: any) => void;
|
|
257
|
+
export const __wbgtest_console_warn: (a: any) => void;
|
|
258
|
+
export const wasmbindgentestcontext_filtered_count: (a: number, b: number) => void;
|
|
259
|
+
export const wasmbindgentestcontext_include_ignored: (a: number, b: number) => void;
|
|
260
|
+
export const wasmbindgentestcontext_new: (a: number) => number;
|
|
261
|
+
export const wasmbindgentestcontext_run: (a: number, b: number, c: number) => any;
|
|
262
|
+
export const __wbgbench_dump: () => [number, number];
|
|
263
|
+
export const __wbgbench_import: (a: number, b: number) => void;
|
|
264
|
+
export const __wbgtest_cov_dump: () => [number, number];
|
|
265
|
+
export const __wbgtest_module_signature: () => [number, bigint];
|
|
266
|
+
export const __wbgtest_coverage_path: (a: number, b: number, c: number, d: number, e: number, f: bigint) => [number, number];
|
|
267
|
+
export const wasm_bindgen__closure__destroy__h0d08380207e9a9d9: (a: number, b: number) => void;
|
|
268
|
+
export const wasm_bindgen__closure__destroy__ha966834d05fa118a: (a: number, b: number) => void;
|
|
269
|
+
export const wasm_bindgen__closure__destroy__hfb5fb7686997db4b: (a: number, b: number) => void;
|
|
270
|
+
export const wasm_bindgen__closure__destroy__h7209b1fb7810f3a7: (a: number, b: number) => void;
|
|
271
|
+
export const wasm_bindgen__closure__destroy__h032c7eb75ae4b8e8: (a: number, b: number) => void;
|
|
272
|
+
export const wasm_bindgen__closure__destroy__hf7fa66330d0f3282: (a: number, b: number) => void;
|
|
273
|
+
export const wasm_bindgen__convert__closures_____invoke__h463fcf847e24a8b9: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
274
|
+
export const wasm_bindgen__convert__closures_____invoke__h8bed00622ec861bf: (a: number, b: number, c: any) => [number, number];
|
|
275
|
+
export const wasm_bindgen__convert__closures_____invoke__h4387b2ade76fdfcf: (a: number, b: number, c: any, d: any) => void;
|
|
276
|
+
export const wasm_bindgen__convert__closures_____invoke__h140f53b38323e9be: (a: number, b: number, c: any) => void;
|
|
277
|
+
export const wasm_bindgen__convert__closures_____invoke__hd0dc2e5511ed29f1: (a: number, b: number) => void;
|
|
278
|
+
export const wasm_bindgen__convert__closures_____invoke__h51cd27c89e2d87ba: (a: number, b: number) => void;
|
|
279
|
+
export const wasm_bindgen__convert__closures_____invoke__hbb4e335ca4c3b929: (a: number, b: number) => void;
|
|
280
|
+
export const wasm_bindgen__convert__closures_____invoke__ha56bcea43cbb87ac: (a: number, b: number) => void;
|
|
281
|
+
export const __externref_table_alloc: () => number;
|
|
282
|
+
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
241
283
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
242
284
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
243
285
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
244
|
-
export const __externref_table_alloc: () => number;
|
|
245
|
-
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
246
286
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
247
287
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
248
288
|
export const __externref_table_dealloc: (a: number) => void;
|
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.ae5ffba",
|
|
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",
|