@xmtp/wasm-bindings 1.10.0 → 1.11.0-dev.57a7203
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 +256 -124
- package/dist/bindings_wasm.js +514 -461
- package/dist/bindings_wasm_bg.wasm +0 -0
- package/dist/bindings_wasm_bg.wasm.d.ts +109 -108
- package/package.json +3 -4
|
Binary file
|
|
@@ -1,52 +1,36 @@
|
|
|
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
|
|
18
|
-
export const
|
|
19
|
-
export const
|
|
20
|
-
export const
|
|
21
|
-
export const
|
|
22
|
-
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;
|
|
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 inboxStateFromInboxIds: (a: number, b: number, c: number) => any;
|
|
29
|
-
export const metadataFieldName: (a: number) => [number, number];
|
|
4
|
+
export const __wbg_signaturerequesthandle_free: (a: number, b: number) => void;
|
|
5
|
+
export const applySignatureRequest: (a: number, b: number) => any;
|
|
6
|
+
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
7
|
+
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
8
|
+
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
9
|
+
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
10
|
+
export const client_registerIdentity: (a: number, b: number, c: number) => any;
|
|
11
|
+
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
12
|
+
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
13
|
+
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
14
|
+
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
15
|
+
export const client_verifySignedWithInstallationKey: (a: number, b: number, c: number, d: any) => [number, number];
|
|
16
|
+
export const revokeInstallationsSignatureRequest: (a: number, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
17
|
+
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
18
|
+
export const signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
19
|
+
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
20
|
+
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
21
|
+
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
30
22
|
export const __wbg_authhandle_free: (a: number, b: number) => void;
|
|
31
23
|
export const __wbg_conversation_free: (a: number, b: number) => void;
|
|
32
|
-
export const
|
|
33
|
-
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
34
|
-
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
35
|
-
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
36
|
-
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => any;
|
|
37
|
-
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
38
|
-
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
39
|
-
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
40
|
-
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
24
|
+
export const __wbg_devicesync_free: (a: number, b: number) => void;
|
|
41
25
|
export const authhandle_id: (a: number) => number;
|
|
42
26
|
export const authhandle_new: () => number;
|
|
43
27
|
export const authhandle_set: (a: number, b: any) => any;
|
|
44
|
-
export const
|
|
45
|
-
export const
|
|
28
|
+
export const client_fetchLatestInboxUpdatesCount: (a: number, b: number, c: number, d: number) => any;
|
|
29
|
+
export const client_fetchOwnInboxUpdatesCount: (a: number, b: number) => any;
|
|
30
|
+
export const client_getKeyPackageStatusesForInstallationIds: (a: number, b: number, c: number) => any;
|
|
31
|
+
export const client_getLatestInboxState: (a: number, b: number, c: number) => any;
|
|
32
|
+
export const client_inboxState: (a: number, b: number) => any;
|
|
46
33
|
export const contentTypeGroupUpdated: () => any;
|
|
47
|
-
export const contentTypeIntent: () => any;
|
|
48
|
-
export const contentTypeLeaveRequest: () => any;
|
|
49
|
-
export const contentTypeReadReceipt: () => any;
|
|
50
34
|
export const conversation_addAdmin: (a: number, b: number, c: number) => any;
|
|
51
35
|
export const conversation_addMembers: (a: number, b: number, c: number) => any;
|
|
52
36
|
export const conversation_addMembersByIdentity: (a: number, b: number, c: number) => any;
|
|
@@ -54,10 +38,10 @@ export const conversation_addSuperAdmin: (a: number, b: number, c: number) => an
|
|
|
54
38
|
export const conversation_addedByInboxId: (a: number) => [number, number, number, number];
|
|
55
39
|
export const conversation_adminList: (a: number) => [number, number, number, number];
|
|
56
40
|
export const conversation_appData: (a: number) => [number, number, number, number];
|
|
57
|
-
export const conversation_consentState: (a: number) => [number, number, number];
|
|
58
41
|
export const conversation_countMessages: (a: number, b: number) => any;
|
|
59
42
|
export const conversation_createdAtNs: (a: number) => bigint;
|
|
60
43
|
export const conversation_dmPeerInboxId: (a: number) => [number, number, number, number];
|
|
44
|
+
export const conversation_enableProposals: (a: number, b: any) => any;
|
|
61
45
|
export const conversation_findDuplicateDms: (a: number) => any;
|
|
62
46
|
export const conversation_findEnrichedMessages: (a: number, b: number) => any;
|
|
63
47
|
export const conversation_findMessages: (a: number, b: number) => any;
|
|
@@ -79,8 +63,9 @@ export const conversation_listMembers: (a: number) => any;
|
|
|
79
63
|
export const conversation_membershipState: (a: number) => [number, number, number];
|
|
80
64
|
export const conversation_messageDisappearingSettings: (a: number) => [number, number, number];
|
|
81
65
|
export const conversation_pausedForVersion: (a: number) => [number, number, number, number];
|
|
82
|
-
export const conversation_prepareMessage: (a: number, b: any, c: number) => [number, number, number, number];
|
|
66
|
+
export const conversation_prepareMessage: (a: number, b: any, c: number, d: number, e: number) => [number, number, number, number];
|
|
83
67
|
export const conversation_processStreamedGroupMessage: (a: number, b: any) => any;
|
|
68
|
+
export const conversation_proposalsEnabled: (a: number) => [number, number, number];
|
|
84
69
|
export const conversation_publishMessages: (a: number) => any;
|
|
85
70
|
export const conversation_publishStoredMessage: (a: number, b: number, c: number) => any;
|
|
86
71
|
export const conversation_removeAdmin: (a: number, b: number, c: number) => any;
|
|
@@ -105,55 +90,65 @@ export const conversation_stream: (a: number, b: any) => [number, number, number
|
|
|
105
90
|
export const conversation_superAdminList: (a: number) => [number, number, number, number];
|
|
106
91
|
export const conversation_sync: (a: number) => any;
|
|
107
92
|
export const conversation_updateAppData: (a: number, b: number, c: number) => any;
|
|
108
|
-
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
109
93
|
export const conversation_updateGroupDescription: (a: number, b: number, c: number) => any;
|
|
110
94
|
export const conversation_updateGroupImageUrlSquare: (a: number, b: number, c: number) => any;
|
|
111
95
|
export const conversation_updateGroupName: (a: number, b: number, c: number) => any;
|
|
112
96
|
export const conversation_updateMessageDisappearingSettings: (a: number, b: any) => any;
|
|
113
97
|
export const conversation_updatePermissionPolicy: (a: number, b: number, c: number, d: number) => any;
|
|
114
|
-
export const
|
|
115
|
-
export const
|
|
116
|
-
export const
|
|
117
|
-
export const
|
|
118
|
-
export const
|
|
119
|
-
export const
|
|
120
|
-
export const
|
|
121
|
-
export const
|
|
122
|
-
export const
|
|
123
|
-
export const
|
|
124
|
-
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
125
|
-
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
126
|
-
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
127
|
-
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
128
|
-
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
129
|
-
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
130
|
-
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
131
|
-
export const conversations_streamMessageDeletions: (a: number, b: any) => [number, number, number];
|
|
132
|
-
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
133
|
-
export const conversations_sync: (a: number) => any;
|
|
134
|
-
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
135
|
-
export const encodeIntent: (a: any) => [number, number, number];
|
|
136
|
-
export const encodeReadReceipt: (a: any) => [number, number, number];
|
|
98
|
+
export const devicesync_archiveMetadata: (a: number, b: any, c: any) => any;
|
|
99
|
+
export const devicesync_createArchive: (a: number, b: any, c: any) => any;
|
|
100
|
+
export const devicesync_importArchive: (a: number, b: any, c: any) => any;
|
|
101
|
+
export const devicesync_listAvailableArchives: (a: number, b: bigint) => [number, number, number, number];
|
|
102
|
+
export const devicesync_processSyncArchive: (a: number, b: number, c: number) => any;
|
|
103
|
+
export const devicesync_sendSyncArchive: (a: number, b: any, c: number, d: number, e: number, f: number) => any;
|
|
104
|
+
export const devicesync_sendSyncRequest: (a: number, b: any, c: number, d: number) => any;
|
|
105
|
+
export const devicesync_syncAllDeviceSyncGroups: (a: number) => any;
|
|
106
|
+
export const inboxStateFromInboxIds: (a: number, b: number, c: number) => any;
|
|
107
|
+
export const __wbg_streamcloser_free: (a: number, b: number) => void;
|
|
137
108
|
export const streamcloser_end: (a: number) => void;
|
|
138
109
|
export const streamcloser_endAndWait: (a: number) => any;
|
|
139
110
|
export const streamcloser_isClosed: (a: number) => number;
|
|
140
111
|
export const streamcloser_waitForReady: (a: number) => any;
|
|
112
|
+
export const client_getConsentState: (a: number, b: number, c: number, d: number) => any;
|
|
113
|
+
export const client_setConsentStates: (a: number, b: number, c: number) => any;
|
|
114
|
+
export const conversation_consentState: (a: number) => [number, number, number];
|
|
115
|
+
export const conversation_updateConsentState: (a: number, b: number) => [number, number];
|
|
116
|
+
export const metadataFieldName: (a: number) => [number, number];
|
|
117
|
+
export const __wbg_backend_free: (a: number, b: number) => void;
|
|
118
|
+
export const __wbg_backendbuilder_free: (a: number, b: number) => void;
|
|
141
119
|
export const __wbg_client_free: (a: number, b: number) => void;
|
|
142
|
-
export const
|
|
143
|
-
export const
|
|
144
|
-
export const
|
|
120
|
+
export const __wbg_conversationlistitem_free: (a: number, b: number) => void;
|
|
121
|
+
export const __wbg_conversations_free: (a: number, b: number) => void;
|
|
122
|
+
export const __wbg_get_backendbuilder_env: (a: number) => number;
|
|
123
|
+
export const __wbg_get_backendbuilder_readonly: (a: number) => number;
|
|
124
|
+
export const __wbg_get_conversationlistitem_conversation: (a: number) => number;
|
|
125
|
+
export const __wbg_get_conversationlistitem_isCommitLogForked: (a: number) => number;
|
|
126
|
+
export const __wbg_get_conversationlistitem_lastMessage: (a: number) => any;
|
|
127
|
+
export const __wbg_set_backendbuilder_env: (a: number, b: number) => void;
|
|
128
|
+
export const __wbg_set_backendbuilder_readonly: (a: number, b: number) => void;
|
|
129
|
+
export const __wbg_set_conversationlistitem_conversation: (a: number, b: number) => void;
|
|
130
|
+
export const __wbg_set_conversationlistitem_isCommitLogForked: (a: number, b: number) => void;
|
|
131
|
+
export const __wbg_set_conversationlistitem_lastMessage: (a: number, b: number) => void;
|
|
132
|
+
export const backend_appVersion: (a: number) => [number, number];
|
|
133
|
+
export const backend_env: (a: number) => number;
|
|
134
|
+
export const backend_gatewayHost: (a: number) => [number, number];
|
|
135
|
+
export const backend_v3Host: (a: number) => [number, number];
|
|
136
|
+
export const backendbuilder_authCallback: (a: number, b: any) => void;
|
|
137
|
+
export const backendbuilder_authHandle: (a: number, b: number) => void;
|
|
138
|
+
export const backendbuilder_build: (a: number) => [number, number, number];
|
|
139
|
+
export const backendbuilder_new: (a: number) => number;
|
|
140
|
+
export const backendbuilder_setApiUrl: (a: number, b: number, c: number) => number;
|
|
141
|
+
export const backendbuilder_setAppVersion: (a: number, b: number, c: number) => number;
|
|
142
|
+
export const backendbuilder_setGatewayHost: (a: number, b: number, c: number) => number;
|
|
143
|
+
export const backendbuilder_setReadonly: (a: number, b: number) => number;
|
|
145
144
|
export const client_accountIdentifier: (a: number) => any;
|
|
146
|
-
export const client_addWalletSignatureRequest: (a: number, b: any) => any;
|
|
147
145
|
export const client_apiAggregateStatistics: (a: number) => [number, number];
|
|
148
146
|
export const client_apiIdentityStatistics: (a: number) => any;
|
|
149
147
|
export const client_apiStatistics: (a: number) => any;
|
|
150
148
|
export const client_appVersion: (a: number) => [number, number];
|
|
151
|
-
export const client_applySignatureRequest: (a: number, b: number) => any;
|
|
152
149
|
export const client_canMessage: (a: number, b: number, c: number) => any;
|
|
153
|
-
export const client_changeRecoveryIdentifierSignatureRequest: (a: number, b: any) => any;
|
|
154
150
|
export const client_clearAllStatistics: (a: number) => void;
|
|
155
151
|
export const client_conversations: (a: number) => number;
|
|
156
|
-
export const client_createInboxSignatureRequest: (a: number) => [number, number, number];
|
|
157
152
|
export const client_device_sync: (a: number) => number;
|
|
158
153
|
export const client_findInboxIdByIdentity: (a: number, b: any) => any;
|
|
159
154
|
export const client_inboxId: (a: number) => [number, number];
|
|
@@ -162,22 +157,31 @@ export const client_installationId: (a: number) => [number, number];
|
|
|
162
157
|
export const client_installationIdBytes: (a: number) => any;
|
|
163
158
|
export const client_isRegistered: (a: number) => number;
|
|
164
159
|
export const client_libxmtpVersion: (a: number) => [number, number];
|
|
165
|
-
export const client_registerIdentity: (a: number, b: number) => any;
|
|
166
|
-
export const client_revokeAllOtherInstallationsSignatureRequest: (a: number) => any;
|
|
167
|
-
export const client_revokeInstallationsSignatureRequest: (a: number, b: number, c: number) => any;
|
|
168
|
-
export const client_revokeWalletSignatureRequest: (a: number, b: any) => any;
|
|
169
|
-
export const client_signWithInstallationKey: (a: number, b: number, c: number) => [number, number, number];
|
|
170
160
|
export const client_syncPreferences: (a: number) => any;
|
|
171
|
-
export const
|
|
172
|
-
export const
|
|
173
|
-
export const
|
|
174
|
-
export const
|
|
175
|
-
export const
|
|
176
|
-
export const
|
|
177
|
-
export const
|
|
178
|
-
export const
|
|
179
|
-
export const
|
|
180
|
-
export const
|
|
161
|
+
export const client_waitForRegistrationVisible: (a: number, b: number) => any;
|
|
162
|
+
export const conversationlistitem_new: (a: number, b: number, c: number) => number;
|
|
163
|
+
export const conversations_createDm: (a: number, b: any, c: number) => any;
|
|
164
|
+
export const conversations_createDmByInboxId: (a: number, b: number, c: number, d: number) => any;
|
|
165
|
+
export const conversations_createGroup: (a: number, b: number, c: number, d: number) => any;
|
|
166
|
+
export const conversations_createGroupByInboxIds: (a: number, b: number, c: number, d: number) => any;
|
|
167
|
+
export const conversations_createGroupOptimistic: (a: number, b: number) => [number, number, number];
|
|
168
|
+
export const conversations_deleteMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
169
|
+
export const conversations_findDmByTargetInboxId: (a: number, b: number, c: number) => [number, number, number];
|
|
170
|
+
export const conversations_findEnrichedMessageById: (a: number, b: number, c: number) => any;
|
|
171
|
+
export const conversations_findGroupById: (a: number, b: number, c: number) => [number, number, number];
|
|
172
|
+
export const conversations_findMessageById: (a: number, b: number, c: number) => [number, number, number];
|
|
173
|
+
export const conversations_getHmacKeys: (a: number) => [number, number, number];
|
|
174
|
+
export const conversations_list: (a: number, b: number) => [number, number, number];
|
|
175
|
+
export const conversations_stream: (a: number, b: any, c: number) => [number, number, number];
|
|
176
|
+
export const conversations_streamAllMessages: (a: number, b: any, c: number, d: number, e: number) => [number, number, number];
|
|
177
|
+
export const conversations_streamConsent: (a: number, b: any) => [number, number, number];
|
|
178
|
+
export const conversations_streamLocal: (a: number, b: number) => any;
|
|
179
|
+
export const conversations_streamMessageDeletions: (a: number, b: any) => [number, number, number];
|
|
180
|
+
export const conversations_streamPreferences: (a: number, b: any) => [number, number, number];
|
|
181
|
+
export const conversations_sync: (a: number) => any;
|
|
182
|
+
export const conversations_syncAllConversations: (a: number, b: number, c: number) => any;
|
|
183
|
+
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;
|
|
184
|
+
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;
|
|
181
185
|
export const generateInboxId: (a: any, b: number, c: bigint) => [number, number, number, number];
|
|
182
186
|
export const getInboxIdForIdentifier: (a: number, b: any) => any;
|
|
183
187
|
export const opfsClearAll: () => any;
|
|
@@ -189,17 +193,14 @@ export const opfsImportDb: (a: number, b: number, c: any) => any;
|
|
|
189
193
|
export const opfsInit: () => any;
|
|
190
194
|
export const opfsListFiles: () => any;
|
|
191
195
|
export const opfsPoolCapacity: () => any;
|
|
192
|
-
export const revokeInstallationsSignatureRequest: (a: number, b: any, c: number, d: number, e: number, f: number) => [number, number, number];
|
|
193
|
-
export const signaturerequesthandle_addEcdsaSignature: (a: number, b: any) => any;
|
|
194
|
-
export const signaturerequesthandle_addPasskeySignature: (a: number, b: any) => any;
|
|
195
|
-
export const signaturerequesthandle_addScwSignature: (a: number, b: any, c: any, d: bigint, e: number, f: bigint) => any;
|
|
196
|
-
export const signaturerequesthandle_signatureText: (a: number) => any;
|
|
197
|
-
export const verifySignedWithPublicKey: (a: number, b: number, c: any, d: any) => [number, number];
|
|
198
196
|
export const contentTypeActions: () => any;
|
|
199
197
|
export const contentTypeAttachment: () => any;
|
|
198
|
+
export const contentTypeIntent: () => any;
|
|
199
|
+
export const contentTypeLeaveRequest: () => any;
|
|
200
200
|
export const contentTypeMarkdown: () => any;
|
|
201
201
|
export const contentTypeMultiRemoteAttachment: () => any;
|
|
202
202
|
export const contentTypeReaction: () => any;
|
|
203
|
+
export const contentTypeReadReceipt: () => any;
|
|
203
204
|
export const contentTypeRemoteAttachment: () => any;
|
|
204
205
|
export const contentTypeReply: () => any;
|
|
205
206
|
export const contentTypeText: () => any;
|
|
@@ -208,9 +209,11 @@ export const contentTypeWalletSendCalls: () => any;
|
|
|
208
209
|
export const decryptAttachment: (a: number, b: number, c: any) => [number, number, number];
|
|
209
210
|
export const encodeActions: (a: any) => [number, number, number];
|
|
210
211
|
export const encodeAttachment: (a: any) => [number, number, number];
|
|
212
|
+
export const encodeIntent: (a: any) => [number, number, number];
|
|
211
213
|
export const encodeMarkdown: (a: number, b: number) => [number, number, number];
|
|
212
214
|
export const encodeMultiRemoteAttachment: (a: any) => [number, number, number];
|
|
213
215
|
export const encodeReaction: (a: any) => [number, number, number];
|
|
216
|
+
export const encodeReadReceipt: (a: any) => [number, number, number];
|
|
214
217
|
export const encodeRemoteAttachment: (a: any) => [number, number, number];
|
|
215
218
|
export const encodeText: (a: number, b: number) => [number, number, number];
|
|
216
219
|
export const encodeTransactionReference: (a: any) => [number, number, number];
|
|
@@ -239,15 +242,15 @@ export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
|
|
|
239
242
|
export const intounderlyingsink_abort: (a: number, b: any) => any;
|
|
240
243
|
export const intounderlyingsink_close: (a: number) => any;
|
|
241
244
|
export const intounderlyingsink_write: (a: number, b: any) => any;
|
|
242
|
-
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
243
|
-
export const intounderlyingsource_cancel: (a: number) => void;
|
|
244
|
-
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
245
245
|
export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
|
|
246
246
|
export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
|
|
247
247
|
export const intounderlyingbytesource_cancel: (a: number) => void;
|
|
248
248
|
export const intounderlyingbytesource_pull: (a: number, b: any) => any;
|
|
249
249
|
export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
250
250
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
251
|
+
export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
|
|
252
|
+
export const intounderlyingsource_cancel: (a: number) => void;
|
|
253
|
+
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
251
254
|
export const __wbg_wasmbindgentestcontext_free: (a: number, b: number) => void;
|
|
252
255
|
export const __wbgtest_console_debug: (a: any) => void;
|
|
253
256
|
export const __wbgtest_console_error: (a: any) => void;
|
|
@@ -258,21 +261,18 @@ export const wasmbindgentestcontext_filtered_count: (a: number, b: number) => vo
|
|
|
258
261
|
export const wasmbindgentestcontext_include_ignored: (a: number, b: number) => void;
|
|
259
262
|
export const wasmbindgentestcontext_new: (a: number) => number;
|
|
260
263
|
export const wasmbindgentestcontext_run: (a: number, b: number, c: number) => any;
|
|
264
|
+
export const __wbgtest_coverage_path: (a: number, b: number, c: number, d: number, e: number, f: bigint) => [number, number];
|
|
261
265
|
export const __wbgbench_dump: () => [number, number];
|
|
262
266
|
export const __wbgbench_import: (a: number, b: number) => void;
|
|
263
267
|
export const __wbgtest_cov_dump: () => [number, number];
|
|
264
|
-
export const __wbgtest_coverage_path: (a: number, b: number, c: number, d: number, e: number, f: bigint) => [number, number];
|
|
265
268
|
export const __wbgtest_module_signature: () => [number, bigint];
|
|
266
|
-
export const
|
|
267
|
-
export const
|
|
268
|
-
export const
|
|
269
|
-
export const
|
|
270
|
-
export const
|
|
271
|
-
export const
|
|
272
|
-
export const
|
|
273
|
-
export const wasm_bindgen__convert__closures_____invoke__h3140913cf557f226: (a: number, b: number) => void;
|
|
274
|
-
export const wasm_bindgen__convert__closures_____invoke__hef7996840be5a37a: (a: number, b: number) => void;
|
|
275
|
-
export const wasm_bindgen__convert__closures_____invoke__h20bdc0c4874a4cbd: (a: number, b: number) => void;
|
|
269
|
+
export const wasm_bindgen__convert__closures_____invoke__h2ff28222ff39c1b8: (a: number, b: number, c: any, d: number, e: any) => void;
|
|
270
|
+
export const wasm_bindgen__convert__closures_____invoke__hf22466092682e799: (a: number, b: number, c: any) => [number, number];
|
|
271
|
+
export const wasm_bindgen__convert__closures_____invoke__h01e5fc085c9abeb2: (a: number, b: number, c: any, d: any) => void;
|
|
272
|
+
export const wasm_bindgen__convert__closures_____invoke__h65fd5050fd174a78: (a: number, b: number, c: any) => void;
|
|
273
|
+
export const wasm_bindgen__convert__closures_____invoke__h99173b1edd0ed916: (a: number, b: number) => void;
|
|
274
|
+
export const wasm_bindgen__convert__closures_____invoke__h28c39d65825f8105: (a: number, b: number) => void;
|
|
275
|
+
export const wasm_bindgen__convert__closures_____invoke__hf04b250c3b9c17a3: (a: number, b: number) => void;
|
|
276
276
|
export const __externref_table_alloc: () => number;
|
|
277
277
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
278
278
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
@@ -280,5 +280,6 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
|
|
|
280
280
|
export const __wbindgen_exn_store: (a: number) => void;
|
|
281
281
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
282
282
|
export const __externref_drop_slice: (a: number, b: number) => void;
|
|
283
|
+
export const __wbindgen_destroy_closure: (a: number, b: number) => void;
|
|
283
284
|
export const __externref_table_dealloc: (a: number) => void;
|
|
284
285
|
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.57a7203",
|
|
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.60",
|
|
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": {
|