@xmtp/wasm-bindings 1.10.0-rc2 → 1.11.0-dev.b5cdc06
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 +217 -111
- package/dist/bindings_wasm.js +451 -414
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +108 -108
- package/package.json +3 -4
|
Binary file
|
|
@@ -1,94 +1,75 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
3
|
export const memory: WebAssembly.Memory;
|
|
4
|
-
export const
|
|
5
|
-
export const
|
|
6
|
-
export const
|
|
7
|
-
export const
|
|
8
|
-
export const
|
|
9
|
-
export const
|
|
10
|
-
export const
|
|
11
|
-
export const
|
|
12
|
-
export const
|
|
13
|
-
export const
|
|
14
|
-
export const
|
|
15
|
-
export const
|
|
16
|
-
export const
|
|
17
|
-
export const backendbuilder_new: (a: number) => number;
|
|
18
|
-
export const backendbuilder_setApiUrl: (a: number, b: number, c: number) => number;
|
|
19
|
-
export const backendbuilder_setAppVersion: (a: number, b: number, c: number) => number;
|
|
20
|
-
export const backendbuilder_setGatewayHost: (a: number, b: number, c: number) => number;
|
|
21
|
-
export const backendbuilder_setReadonly: (a: number, b: number) => number;
|
|
22
|
-
export const client_fetchLatestInboxUpdatesCount: (a: number, b: number, c: number, d: number) => any;
|
|
23
|
-
export const client_fetchOwnInboxUpdatesCount: (a: number, b: number) => any;
|
|
24
|
-
export const client_getConsentState: (a: number, b: number, c: number, d: 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 client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
29
|
-
export const contentTypeLeaveRequest: () => any;
|
|
4
|
+
export const opfsClearAll: () => any;
|
|
5
|
+
export const opfsDeleteFile: (a: number, b: number) => any;
|
|
6
|
+
export const opfsExportDb: (a: number, b: number) => any;
|
|
7
|
+
export const opfsFileCount: () => any;
|
|
8
|
+
export const opfsFileExists: (a: number, b: number) => any;
|
|
9
|
+
export const opfsImportDb: (a: number, b: number, c: any) => any;
|
|
10
|
+
export const opfsInit: () => any;
|
|
11
|
+
export const opfsListFiles: () => any;
|
|
12
|
+
export const opfsPoolCapacity: () => any;
|
|
13
|
+
export const contentTypeActions: () => any;
|
|
14
|
+
export const contentTypeAttachment: () => any;
|
|
15
|
+
export const contentTypeGroupUpdated: () => any;
|
|
16
|
+
export const contentTypeIntent: () => any;
|
|
30
17
|
export const contentTypeMarkdown: () => any;
|
|
18
|
+
export const contentTypeMultiRemoteAttachment: () => any;
|
|
19
|
+
export const contentTypeReaction: () => any;
|
|
31
20
|
export const contentTypeReadReceipt: () => any;
|
|
32
21
|
export const contentTypeRemoteAttachment: () => any;
|
|
22
|
+
export const contentTypeReply: () => any;
|
|
33
23
|
export const contentTypeText: () => any;
|
|
34
24
|
export const contentTypeTransactionReference: () => any;
|
|
35
25
|
export const contentTypeWalletSendCalls: () => any;
|
|
36
|
-
export const conversation_consentState: (a: number) => [number, number, number];
|
|
37
|
-
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
38
|
-
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;
|
|
39
26
|
export const decryptAttachment: (a: number, b: number, c: any) => [number, number, number];
|
|
27
|
+
export const encodeActions: (a: any) => [number, number, number];
|
|
28
|
+
export const encodeAttachment: (a: any) => [number, number, number];
|
|
29
|
+
export const encodeIntent: (a: any) => [number, number, number];
|
|
40
30
|
export const encodeMarkdown: (a: number, b: number) => [number, number, number];
|
|
31
|
+
export const encodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
32
|
+
export const encodeReaction: (a: any) => [number, number, number];
|
|
41
33
|
export const encodeReadReceipt: (a: any) => [number, number, number];
|
|
42
34
|
export const encodeRemoteAttachment: (a: any) => [number, number, number];
|
|
43
35
|
export const encodeText: (a: number, b: number) => [number, number, number];
|
|
44
36
|
export const encodeTransactionReference: (a: any) => [number, number, number];
|
|
45
37
|
export const encodeWalletSendCalls: (a: any) => [number, number, number];
|
|
46
38
|
export const encryptAttachment: (a: any) => [number, number, number];
|
|
39
|
+
export const client_fetchLatestInboxUpdatesCount: (a: number, b: number, c: number, d: number) => any;
|
|
40
|
+
export const client_fetchOwnInboxUpdatesCount: (a: number, b: number) => any;
|
|
41
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
42
|
+
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
43
|
+
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
44
|
+
export const client_inboxState: (a: number, b: number) => any;
|
|
45
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
46
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
47
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
47
48
|
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
48
49
|
export const getInboxIdForIdentifier: (a: number, b: any) => any;
|
|
49
50
|
export const inboxStateFromInboxIds: (a: number, b: number, c: number) => any;
|
|
50
|
-
export const
|
|
51
|
-
export const
|
|
52
|
-
export const
|
|
53
|
-
export const authhandle_id: (a: number) => number;
|
|
54
|
-
export const authhandle_new: () => number;
|
|
55
|
-
export const authhandle_set: (a: number, b: any) => any;
|
|
56
|
-
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
57
|
-
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
58
|
-
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
59
|
-
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
60
|
-
export const client_registerIdentity: (a: number, b: number) => any;
|
|
61
|
-
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
62
|
-
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
63
|
-
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
64
|
-
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
65
|
-
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
66
|
-
export const opfsClearAll: () => any;
|
|
67
|
-
export const opfsDeleteFile: (a: number, b: number) => any;
|
|
68
|
-
export const opfsExportDb: (a: number, b: number) => any;
|
|
69
|
-
export const opfsFileCount: () => any;
|
|
70
|
-
export const opfsFileExists: (a: number, b: number) => any;
|
|
71
|
-
export const opfsImportDb: (a: number, b: number, c: any) => any;
|
|
72
|
-
export const opfsInit: () => any;
|
|
73
|
-
export const opfsListFiles: () => any;
|
|
74
|
-
export const opfsPoolCapacity: () => any;
|
|
75
|
-
export const revokeInstallationsSignatureRequest: (a: number, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
76
|
-
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
77
|
-
export const signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
78
|
-
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
79
|
-
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
80
|
-
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
51
|
+
export const metadataFieldName: (a: number) => [number, number];
|
|
52
|
+
export const __wbg_backend_free: (a: number, b: number) => void;
|
|
53
|
+
export const __wbg_backendbuilder_free: (a: number, b: number) => void;
|
|
81
54
|
export const __wbg_client_free: (a: number, b: number) => void;
|
|
82
55
|
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
83
|
-
export const
|
|
84
|
-
export const
|
|
85
|
-
export const
|
|
86
|
-
export const
|
|
87
|
-
export const
|
|
88
|
-
export const
|
|
89
|
-
export const
|
|
90
|
-
export const
|
|
91
|
-
export const
|
|
56
|
+
export const __wbg_devicesync_free: (a: number, b: number) => void;
|
|
57
|
+
export const __wbg_get_backendbuilder_env: (a: number) => number;
|
|
58
|
+
export const __wbg_get_backendbuilder_readonly: (a: number) => number;
|
|
59
|
+
export const __wbg_set_backendbuilder_env: (a: number, b: number) => void;
|
|
60
|
+
export const __wbg_set_backendbuilder_readonly: (a: number, b: number) => void;
|
|
61
|
+
export const backend_appVersion: (a: number) => [number, number];
|
|
62
|
+
export const backend_env: (a: number) => number;
|
|
63
|
+
export const backend_gatewayHost: (a: number) => [number, number];
|
|
64
|
+
export const backend_v3Host: (a: number) => [number, number];
|
|
65
|
+
export const backendbuilder_authCallback: (a: number, b: any) => void;
|
|
66
|
+
export const backendbuilder_authHandle: (a: number, b: number) => void;
|
|
67
|
+
export const backendbuilder_build: (a: number) => [number, number, number];
|
|
68
|
+
export const backendbuilder_new: (a: number) => number;
|
|
69
|
+
export const backendbuilder_setApiUrl: (a: number, b: number, c: number) => number;
|
|
70
|
+
export const backendbuilder_setAppVersion: (a: number, b: number, c: number) => number;
|
|
71
|
+
export const backendbuilder_setGatewayHost: (a: number, b: number, c: number) => number;
|
|
72
|
+
export const backendbuilder_setReadonly: (a: number, b: number) => number;
|
|
92
73
|
export const client_accountIdentifier: (a: number) => any;
|
|
93
74
|
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
94
75
|
export const client_apiIdentityStatistics: (a: number) => any;
|
|
@@ -106,12 +87,7 @@ export const client_installationIdBytes: (a: number) => any;
|
|
|
106
87
|
export const client_isRegistered: (a: number) => number;
|
|
107
88
|
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
108
89
|
export const client_syncPreferences: (a: number) => any;
|
|
109
|
-
export const
|
|
110
|
-
export const contentTypeAttachment: () => any;
|
|
111
|
-
export const contentTypeGroupUpdated: () => any;
|
|
112
|
-
export const contentTypeIntent: () => any;
|
|
113
|
-
export const contentTypeMultiRemoteAttachment: () => any;
|
|
114
|
-
export const contentTypeReaction: () => any;
|
|
90
|
+
export const client_waitForRegistrationVisible: (a: number, b: number) => any;
|
|
115
91
|
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
116
92
|
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
117
93
|
export const conversation_addMembersByIdentity: (a: number, b: number, c: number) => any;
|
|
@@ -122,6 +98,7 @@ export const conversation_appData: (a: number) => [number, number, number, numbe
|
|
|
122
98
|
export const conversation_countMessages: (a: number, b: number) => any;
|
|
123
99
|
export const conversation_createdAtNs: (a: number) => bigint;
|
|
124
100
|
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
101
|
+
export const conversation_enableProposals: (a: number, b: any) => any;
|
|
125
102
|
export const conversation_findDuplicateDms: (a: number) => any;
|
|
126
103
|
export const conversation_findEnrichedMessages: (a: number, b: number) => any;
|
|
127
104
|
export const conversation_findMessages: (a: number, b: number) => any;
|
|
@@ -174,6 +151,42 @@ export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: n
|
|
|
174
151
|
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
175
152
|
export const conversation_updateMessageDisappearingSettings: (a: number, b: any) => any;
|
|
176
153
|
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
154
|
+
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: bigint, s: number, t: number, u: number) => any;
|
|
155
|
+
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: number, m: bigint) => any;
|
|
156
|
+
export const devicesync_archiveMetadata: (a: number, b: any, c: any) => any;
|
|
157
|
+
export const devicesync_createArchive: (a: number, b: any, c: any) => any;
|
|
158
|
+
export const devicesync_importArchive: (a: number, b: any, c: any) => any;
|
|
159
|
+
export const devicesync_listAvailableArchives: (a: number, b: bigint) => [number, number, number, number];
|
|
160
|
+
export const devicesync_processSyncArchive: (a: number, b: number, c: number) => any;
|
|
161
|
+
export const devicesync_sendSyncArchive: (a: number, b: any, c: number, d: number, e: number, f: number) => any;
|
|
162
|
+
export const devicesync_sendSyncRequest: (a: number, b: any, c: number, d: number) => any;
|
|
163
|
+
export const devicesync_syncAllDeviceSyncGroups: (a: number) => any;
|
|
164
|
+
export const __wbg_authhandle_free: (a: number, b: number) => void;
|
|
165
|
+
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
166
|
+
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
167
|
+
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
168
|
+
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
169
|
+
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => any;
|
|
170
|
+
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
171
|
+
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
172
|
+
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
173
|
+
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
174
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
175
|
+
export const applySignatureRequest: (a: number, b: number) => any;
|
|
176
|
+
export const authhandle_id: (a: number) => number;
|
|
177
|
+
export const authhandle_new: () => number;
|
|
178
|
+
export const authhandle_set: (a: number, b: any) => any;
|
|
179
|
+
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
180
|
+
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
181
|
+
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
182
|
+
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
183
|
+
export const client_registerIdentity: (a: number, b: number, c: number) => any;
|
|
184
|
+
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
185
|
+
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
186
|
+
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
187
|
+
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
188
|
+
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
189
|
+
export const contentTypeLeaveRequest: () => any;
|
|
177
190
|
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
178
191
|
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
179
192
|
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
@@ -195,27 +208,16 @@ export const conversations_streamMessageDeletions: (a: number, b: any) => [numbe
|
|
|
195
208
|
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
196
209
|
export const conversations_sync: (a: number) => any;
|
|
197
210
|
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
198
|
-
export const
|
|
199
|
-
export const
|
|
200
|
-
export const
|
|
201
|
-
export const
|
|
202
|
-
export const
|
|
203
|
-
export const encodeReaction: (a: any) => [number, number, number];
|
|
204
|
-
export const metadataFieldName: (a: number) => [number, number];
|
|
211
|
+
export const revokeInstallationsSignatureRequest: (a: number, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
212
|
+
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
213
|
+
export const signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
214
|
+
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
215
|
+
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
205
216
|
export const streamcloser_end: (a: number) => void;
|
|
206
217
|
export const streamcloser_endAndWait: (a: number) => any;
|
|
207
218
|
export const streamcloser_isClosed: (a: number) => number;
|
|
208
219
|
export const streamcloser_waitForReady: (a: number) => any;
|
|
209
|
-
export const
|
|
210
|
-
export const devicesync_archiveMetadata: (a: number, b: any, c: any) => any;
|
|
211
|
-
export const devicesync_createArchive: (a: number, b: any, c: any) => any;
|
|
212
|
-
export const devicesync_importArchive: (a: number, b: any, c: any) => any;
|
|
213
|
-
export const devicesync_listAvailableArchives: (a: number, b: bigint) => [number, number, number, number];
|
|
214
|
-
export const devicesync_processSyncArchive: (a: number, b: number, c: number) => any;
|
|
215
|
-
export const devicesync_sendSyncArchive: (a: number, b: any, c: number, d: number, e: number, f: number) => any;
|
|
216
|
-
export const devicesync_sendSyncRequest: (a: number, b: any, c: number, d: number) => any;
|
|
217
|
-
export const devicesync_syncAllDeviceSyncGroups: (a: number) => any;
|
|
218
|
-
export const contentTypeReply: () => any;
|
|
220
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
219
221
|
export const rust_zstd_wasm_shim_calloc: (a: number, b: number) => number;
|
|
220
222
|
export const rust_zstd_wasm_shim_free: (a: number) => void;
|
|
221
223
|
export const rust_zstd_wasm_shim_malloc: (a: number) => number;
|
|
@@ -235,19 +237,19 @@ export const rust_sqlite_wasm_realloc: (a: number, b: number) => number;
|
|
|
235
237
|
export const sqlite3_os_end: () => number;
|
|
236
238
|
export const sqlite3_os_init: () => number;
|
|
237
239
|
export const task_worker_entry_point: (a: number) => [number, number];
|
|
240
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
241
|
+
export const intounderlyingsource_cancel: (a: number) => void;
|
|
242
|
+
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
238
243
|
export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
239
244
|
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
240
245
|
export const intounderlyingsink_close: (a: number) => any;
|
|
241
246
|
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
242
247
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
243
|
-
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
244
248
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
245
249
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
246
250
|
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
247
251
|
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
248
252
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
249
|
-
export const intounderlyingsource_cancel: (a: number) => void;
|
|
250
|
-
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
251
253
|
export const __wbg_wasmbindgentestcontext_free: (a: number, b: number) => void;
|
|
252
254
|
export const __wbgtest_console_debug: (a: any) => void;
|
|
253
255
|
export const __wbgtest_console_error: (a: any) => void;
|
|
@@ -258,21 +260,18 @@ export const wasmbindgentestcontext_filtered_count: (a: number, b: number) => vo
|
|
|
258
260
|
export const wasmbindgentestcontext_include_ignored: (a: number, b: number) => void;
|
|
259
261
|
export const wasmbindgentestcontext_new: (a: number) => number;
|
|
260
262
|
export const wasmbindgentestcontext_run: (a: number, b: number, c: number) => any;
|
|
261
|
-
export const
|
|
262
|
-
export const __wbgtest_module_signature: () => [number, bigint];
|
|
263
|
+
export const __wbgtest_coverage_path: (a: number, b: number, c: number, d: number, e: number, f: bigint) => [number, number];
|
|
263
264
|
export const __wbgbench_dump: () => [number, number];
|
|
264
265
|
export const __wbgbench_import: (a: number, b: number) => void;
|
|
265
|
-
export const
|
|
266
|
-
export const
|
|
267
|
-
export const
|
|
268
|
-
export const
|
|
269
|
-
export const
|
|
270
|
-
export const
|
|
271
|
-
export const
|
|
272
|
-
export const
|
|
273
|
-
export const
|
|
274
|
-
export const wasm_bindgen__convert__closures_____invoke__h7d2ee1dee7ec118b: (a: number, b: number) => void;
|
|
275
|
-
export const wasm_bindgen__convert__closures_____invoke__h48de3f26adb3eb8d: (a: number, b: number) => void;
|
|
266
|
+
export const __wbgtest_cov_dump: () => [number, number];
|
|
267
|
+
export const __wbgtest_module_signature: () => [number, bigint];
|
|
268
|
+
export const wasm_bindgen__convert__closures_____invoke__h0cbb9d280ec4eac8: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
269
|
+
export const wasm_bindgen__convert__closures_____invoke__h6f1885db5d1f0241: (a: number, b: number, c: any) => [number, number];
|
|
270
|
+
export const wasm_bindgen__convert__closures_____invoke__h8b29a8b297a89d8b: (a: number, b: number, c: any, d: any) => void;
|
|
271
|
+
export const wasm_bindgen__convert__closures_____invoke__hfcb06a1059bde0b9: (a: number, b: number, c: any) => void;
|
|
272
|
+
export const wasm_bindgen__convert__closures_____invoke__h667d000fed9c3e64: (a: number, b: number) => void;
|
|
273
|
+
export const wasm_bindgen__convert__closures_____invoke__h8f8be8bfbb4918b5: (a: number, b: number) => void;
|
|
274
|
+
export const wasm_bindgen__convert__closures_____invoke__h18ef20c6f279647d: (a: number, b: number) => void;
|
|
276
275
|
export const __externref_table_alloc: () => number;
|
|
277
276
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
278
277
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
@@ -280,5 +279,6 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
280
279
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
281
280
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
282
281
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
282
|
+
export const __wbindgen_destroy_closure: (a: number, b: number) => void;
|
|
283
283
|
export const __externref_table_dealloc: (a: number) => void;
|
|
284
284
|
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xmtp/wasm-bindings",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0-dev.b5cdc06",
|
|
4
4
|
"description": "WASM bindings for the libXMTP rust library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xmtp",
|
|
@@ -66,14 +66,13 @@
|
|
|
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": "=1.
|
|
69
|
+
"playwright": "=1.58",
|
|
70
70
|
"prettier": "^3.7.4",
|
|
71
71
|
"prettier-plugin-packagejson": "^3.0.0",
|
|
72
72
|
"tsx": "^4.20.6",
|
|
73
73
|
"typescript": "^5.9.3",
|
|
74
74
|
"viem": "^2.31.3",
|
|
75
|
-
"vitest": "^4.0.8"
|
|
76
|
-
"wasm-pack": "^0.14.0"
|
|
75
|
+
"vitest": "^4.0.8"
|
|
77
76
|
},
|
|
78
77
|
"packageManager": "yarn@4.11.0",
|
|
79
78
|
"engines": {
|