@xmtp/wasm-bindings 1.4.0-dev.8148c3f → 1.4.0-rc2

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.
@@ -265,7 +265,6 @@ export class ConversationDebugInfo {
265
265
  get isCommitLogForked(): boolean | undefined;
266
266
  set isCommitLogForked(value: boolean | null | undefined);
267
267
  localCommitLog: string;
268
- remoteCommitLog: string;
269
268
  cursor: bigint;
270
269
  }
271
270
  export class ConversationListItem {
@@ -649,8 +648,6 @@ export interface InitOutput {
649
648
  readonly __wbg_set_conversationdebuginfo_isCommitLogForked: (a: number, b: number) => void;
650
649
  readonly __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
651
650
  readonly __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
652
- readonly __wbg_get_conversationdebuginfo_remoteCommitLog: (a: number) => [number, number];
653
- readonly __wbg_set_conversationdebuginfo_remoteCommitLog: (a: number, b: number, c: number) => void;
654
651
  readonly __wbg_get_conversationdebuginfo_cursor: (a: number) => bigint;
655
652
  readonly __wbg_set_conversationdebuginfo_cursor: (a: number, b: bigint) => void;
656
653
  readonly __wbg_creategroupoptions_free: (a: number, b: number) => void;
@@ -763,6 +760,19 @@ export interface InitOutput {
763
760
  readonly __wbg_identitystats_free: (a: number, b: number) => void;
764
761
  readonly getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
765
762
  readonly generateInboxId: (a: any) => [number, number, number, number];
763
+ readonly __wbg_opfs_free: (a: number, b: number) => void;
764
+ readonly opfs_init_sqlite_opfs: () => any;
765
+ readonly opfs_exists: () => number;
766
+ readonly opfs_error: () => [number, number];
767
+ readonly opfs_wipeFiles: () => any;
768
+ readonly opfs_rm: (a: number, b: number) => [number, number, number];
769
+ readonly opfs_getFileNames: () => [number, number];
770
+ readonly opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
771
+ readonly opfs_exportFile: (a: number, b: number) => [number, number, number, number];
772
+ readonly opfs_getFileCount: () => number;
773
+ readonly opfs_getCapacity: () => number;
774
+ readonly opfs_addCapacity: (a: number) => any;
775
+ readonly opfs_reduceCapacity: (a: number) => any;
766
776
  readonly __wbg_streamcloser_free: (a: number, b: number) => void;
767
777
  readonly streamcloser_end: (a: number) => void;
768
778
  readonly streamcloser_endAndWait: (a: number) => any;
@@ -776,6 +786,27 @@ export interface InitOutput {
776
786
  readonly __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
777
787
  readonly __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
778
788
  readonly __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
789
+ readonly __wbg_permissionpolicyset_free: (a: number, b: number) => void;
790
+ readonly __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
791
+ readonly __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
792
+ readonly __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
793
+ readonly __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
794
+ readonly __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
795
+ readonly __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
796
+ readonly __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
797
+ readonly __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
798
+ readonly __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
799
+ readonly __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
800
+ readonly __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
801
+ readonly __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
802
+ readonly __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
803
+ readonly __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
804
+ readonly __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
805
+ readonly __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
806
+ readonly permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
807
+ readonly __wbg_grouppermissions_free: (a: number, b: number) => void;
808
+ readonly grouppermissions_policyType: (a: number) => [number, number, number];
809
+ readonly grouppermissions_policySet: (a: number) => [number, number, number];
779
810
  readonly __wbg_client_free: (a: number, b: number) => void;
780
811
  readonly __wbg_logoptions_free: (a: number, b: number) => void;
781
812
  readonly __wbg_get_logoptions_structured: (a: number) => number;
@@ -985,40 +1016,6 @@ export interface InitOutput {
985
1016
  readonly __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
986
1017
  readonly __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
987
1018
  readonly __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
988
- readonly __wbg_permissionpolicyset_free: (a: number, b: number) => void;
989
- readonly __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
990
- readonly __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
991
- readonly __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
992
- readonly __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
993
- readonly __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
994
- readonly __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
995
- readonly __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
996
- readonly __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
997
- readonly __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
998
- readonly __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
999
- readonly __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
1000
- readonly __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
1001
- readonly __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
1002
- readonly __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
1003
- readonly __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
1004
- readonly __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
1005
- readonly permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
1006
- readonly __wbg_grouppermissions_free: (a: number, b: number) => void;
1007
- readonly grouppermissions_policyType: (a: number) => [number, number, number];
1008
- readonly grouppermissions_policySet: (a: number) => [number, number, number];
1009
- readonly __wbg_opfs_free: (a: number, b: number) => void;
1010
- readonly opfs_init_sqlite_opfs: () => any;
1011
- readonly opfs_exists: () => number;
1012
- readonly opfs_error: () => [number, number];
1013
- readonly opfs_wipeFiles: () => any;
1014
- readonly opfs_rm: (a: number, b: number) => [number, number, number];
1015
- readonly opfs_getFileNames: () => [number, number];
1016
- readonly opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
1017
- readonly opfs_exportFile: (a: number, b: number) => [number, number, number, number];
1018
- readonly opfs_getFileCount: () => number;
1019
- readonly opfs_getCapacity: () => number;
1020
- readonly opfs_addCapacity: (a: number) => any;
1021
- readonly opfs_reduceCapacity: (a: number) => any;
1022
1019
  readonly rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
1023
1020
  readonly rust_zstd_wasm_shim_malloc: (a: number) => number;
1024
1021
  readonly rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
@@ -1063,8 +1060,8 @@ export interface InitOutput {
1063
1060
  readonly __externref_table_dealloc: (a: number) => void;
1064
1061
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc6b9ddcbfcc08eea: (a: number, b: number) => void;
1065
1062
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd0e40dce3ea5bca1: (a: number, b: number) => void;
1066
- readonly closure5210_externref_shim: (a: number, b: number, c: any) => void;
1067
- readonly closure6137_externref_shim: (a: number, b: number, c: any, d: any) => void;
1063
+ readonly closure5188_externref_shim: (a: number, b: number, c: any) => void;
1064
+ readonly closure6115_externref_shim: (a: number, b: number, c: any, d: any) => void;
1068
1065
  readonly __wbindgen_start: () => void;
1069
1066
  }
1070
1067
 
@@ -444,11 +444,11 @@ function __wbg_adapter_53(arg0, arg1) {
444
444
  }
445
445
 
446
446
  function __wbg_adapter_56(arg0, arg1, arg2) {
447
- wasm.closure5210_externref_shim(arg0, arg1, arg2);
447
+ wasm.closure5188_externref_shim(arg0, arg1, arg2);
448
448
  }
449
449
 
450
- function __wbg_adapter_793(arg0, arg1, arg2, arg3) {
451
- wasm.closure6137_externref_shim(arg0, arg1, arg2, arg3);
450
+ function __wbg_adapter_791(arg0, arg1, arg2, arg3) {
451
+ wasm.closure6115_externref_shim(arg0, arg1, arg2, arg3);
452
452
  }
453
453
 
454
454
  /**
@@ -1929,29 +1929,6 @@ export class ConversationDebugInfo {
1929
1929
  const len0 = WASM_VECTOR_LEN;
1930
1930
  wasm.__wbg_set_conversationdebuginfo_localCommitLog(this.__wbg_ptr, ptr0, len0);
1931
1931
  }
1932
- /**
1933
- * @returns {string}
1934
- */
1935
- get remoteCommitLog() {
1936
- let deferred1_0;
1937
- let deferred1_1;
1938
- try {
1939
- const ret = wasm.__wbg_get_conversationdebuginfo_remoteCommitLog(this.__wbg_ptr);
1940
- deferred1_0 = ret[0];
1941
- deferred1_1 = ret[1];
1942
- return getStringFromWasm0(ret[0], ret[1]);
1943
- } finally {
1944
- wasm.__wbindgen_free(deferred1_0, deferred1_1, 1);
1945
- }
1946
- }
1947
- /**
1948
- * @param {string} arg0
1949
- */
1950
- set remoteCommitLog(arg0) {
1951
- const ptr0 = passStringToWasm0(arg0, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
1952
- const len0 = WASM_VECTOR_LEN;
1953
- wasm.__wbg_set_conversationdebuginfo_remoteCommitLog(this.__wbg_ptr, ptr0, len0);
1954
- }
1955
1932
  /**
1956
1933
  * @returns {bigint}
1957
1934
  */
@@ -5403,7 +5380,7 @@ function __wbg_get_imports() {
5403
5380
  const a = state0.a;
5404
5381
  state0.a = 0;
5405
5382
  try {
5406
- return __wbg_adapter_793(a, state0.b, arg0, arg1);
5383
+ return __wbg_adapter_791(a, state0.b, arg0, arg1);
5407
5384
  } finally {
5408
5385
  state0.a = a;
5409
5386
  }
@@ -5511,22 +5488,22 @@ function __wbg_get_imports() {
5511
5488
  const ret = arg0.now();
5512
5489
  return ret;
5513
5490
  };
5514
- imports.wbg.__wbg_onclose_acbe14415999d6df = function(arg0) {
5491
+ imports.wbg.__wbg_onclose_7d18d767375a80e8 = function(arg0) {
5515
5492
  arg0.on_close();
5516
5493
  };
5517
- imports.wbg.__wbg_onconsentupdate_5f4ba8276c7c8978 = function(arg0, arg1) {
5494
+ imports.wbg.__wbg_onconsentupdate_f0714066eb67dbfc = function(arg0, arg1) {
5518
5495
  arg0.on_consent_update(arg1);
5519
5496
  };
5520
- imports.wbg.__wbg_onconversation_b000274c1f2f1d18 = function(arg0, arg1) {
5497
+ imports.wbg.__wbg_onconversation_8944d536d3d6df1a = function(arg0, arg1) {
5521
5498
  arg0.on_conversation(Conversation.__wrap(arg1));
5522
5499
  };
5523
- imports.wbg.__wbg_onerror_1be579f39c74f272 = function(arg0, arg1) {
5500
+ imports.wbg.__wbg_onerror_375f7d83c5a2f377 = function(arg0, arg1) {
5524
5501
  arg0.on_error(arg1);
5525
5502
  };
5526
- imports.wbg.__wbg_onmessage_ce759809223e46c4 = function(arg0, arg1) {
5503
+ imports.wbg.__wbg_onmessage_1827d39fdf94fe31 = function(arg0, arg1) {
5527
5504
  arg0.on_message(Message.__wrap(arg1));
5528
5505
  };
5529
- imports.wbg.__wbg_onuserpreferenceupdate_d5fbb4930d1ab1a7 = function(arg0, arg1, arg2) {
5506
+ imports.wbg.__wbg_onuserpreferenceupdate_7ecb525805cd1aac = function(arg0, arg1, arg2) {
5530
5507
  var v0 = getArrayJsValueFromWasm0(arg1, arg2).slice();
5531
5508
  wasm.__wbindgen_free(arg1, arg2 * 4, 4);
5532
5509
  arg0.on_user_preference_update(v0);
@@ -5815,16 +5792,16 @@ function __wbg_get_imports() {
5815
5792
  const ret = false;
5816
5793
  return ret;
5817
5794
  };
5818
- imports.wbg.__wbindgen_closure_wrapper20284 = function(arg0, arg1, arg2) {
5819
- const ret = makeMutClosure(arg0, arg1, 4913, __wbg_adapter_50);
5795
+ imports.wbg.__wbindgen_closure_wrapper20235 = function(arg0, arg1, arg2) {
5796
+ const ret = makeMutClosure(arg0, arg1, 4891, __wbg_adapter_50);
5820
5797
  return ret;
5821
5798
  };
5822
- imports.wbg.__wbindgen_closure_wrapper22404 = function(arg0, arg1, arg2) {
5823
- const ret = makeMutClosure(arg0, arg1, 5187, __wbg_adapter_53);
5799
+ imports.wbg.__wbindgen_closure_wrapper22355 = function(arg0, arg1, arg2) {
5800
+ const ret = makeMutClosure(arg0, arg1, 5165, __wbg_adapter_53);
5824
5801
  return ret;
5825
5802
  };
5826
- imports.wbg.__wbindgen_closure_wrapper23059 = function(arg0, arg1, arg2) {
5827
- const ret = makeMutClosure(arg0, arg1, 5211, __wbg_adapter_56);
5803
+ imports.wbg.__wbindgen_closure_wrapper23010 = function(arg0, arg1, arg2) {
5804
+ const ret = makeMutClosure(arg0, arg1, 5189, __wbg_adapter_56);
5828
5805
  return ret;
5829
5806
  };
5830
5807
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file
@@ -28,8 +28,6 @@ export const __wbg_get_conversationdebuginfo_isCommitLogForked: (a: number) => n
28
28
  export const __wbg_set_conversationdebuginfo_isCommitLogForked: (a: number, b: number) => void;
29
29
  export const __wbg_get_conversationdebuginfo_localCommitLog: (a: number) => [number, number];
30
30
  export const __wbg_set_conversationdebuginfo_localCommitLog: (a: number, b: number, c: number) => void;
31
- export const __wbg_get_conversationdebuginfo_remoteCommitLog: (a: number) => [number, number];
32
- export const __wbg_set_conversationdebuginfo_remoteCommitLog: (a: number, b: number, c: number) => void;
33
31
  export const __wbg_get_conversationdebuginfo_cursor: (a: number) => bigint;
34
32
  export const __wbg_set_conversationdebuginfo_cursor: (a: number, b: bigint) => void;
35
33
  export const __wbg_creategroupoptions_free: (a: number, b: number) => void;
@@ -142,6 +140,19 @@ export const __wbg_set_apistats_subscribe_welcomes: (a: number, b: bigint) => vo
142
140
  export const __wbg_identitystats_free: (a: number, b: number) => void;
143
141
  export const getInboxIdForIdentifier: (a: number, b: number, c: any) => any;
144
142
  export const generateInboxId: (a: any) => [number, number, number, number];
143
+ export const __wbg_opfs_free: (a: number, b: number) => void;
144
+ export const opfs_init_sqlite_opfs: () => any;
145
+ export const opfs_exists: () => number;
146
+ export const opfs_error: () => [number, number];
147
+ export const opfs_wipeFiles: () => any;
148
+ export const opfs_rm: (a: number, b: number) => [number, number, number];
149
+ export const opfs_getFileNames: () => [number, number];
150
+ export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
151
+ export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
152
+ export const opfs_getFileCount: () => number;
153
+ export const opfs_getCapacity: () => number;
154
+ export const opfs_addCapacity: (a: number) => any;
155
+ export const opfs_reduceCapacity: (a: number) => any;
145
156
  export const __wbg_streamcloser_free: (a: number, b: number) => void;
146
157
  export const streamcloser_end: (a: number) => void;
147
158
  export const streamcloser_endAndWait: (a: number) => any;
@@ -155,6 +166,27 @@ export const __wbg_get_identitystats_publish_identity_update: (a: number) => big
155
166
  export const __wbg_get_identitystats_get_identity_updates_v2: (a: number) => bigint;
156
167
  export const __wbg_get_identitystats_get_inbox_ids: (a: number) => bigint;
157
168
  export const __wbg_get_identitystats_verify_smart_contract_wallet_signature: (a: number) => bigint;
169
+ export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
170
+ export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
171
+ export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
172
+ export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
173
+ export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
174
+ export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
175
+ export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
176
+ export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
177
+ export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
178
+ export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
179
+ export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
180
+ export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
181
+ export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
182
+ export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
183
+ export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
184
+ export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
185
+ export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
186
+ export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
187
+ export const __wbg_grouppermissions_free: (a: number, b: number) => void;
188
+ export const grouppermissions_policyType: (a: number) => [number, number, number];
189
+ export const grouppermissions_policySet: (a: number) => [number, number, number];
158
190
  export const __wbg_client_free: (a: number, b: number) => void;
159
191
  export const __wbg_logoptions_free: (a: number, b: number) => void;
160
192
  export const __wbg_get_logoptions_structured: (a: number) => number;
@@ -364,40 +396,6 @@ export const __wbg_set_reaction_referenceInboxId: (a: number, b: number, c: numb
364
396
  export const __wbg_set_inboxstate_inboxId: (a: number, b: number, c: number) => void;
365
397
  export const __wbg_get_remoteattachmentinfo_secret: (a: number) => any;
366
398
  export const __wbg_set_remoteattachmentinfo_secret: (a: number, b: any) => void;
367
- export const __wbg_permissionpolicyset_free: (a: number, b: number) => void;
368
- export const __wbg_get_permissionpolicyset_addMemberPolicy: (a: number) => number;
369
- export const __wbg_set_permissionpolicyset_addMemberPolicy: (a: number, b: number) => void;
370
- export const __wbg_get_permissionpolicyset_removeMemberPolicy: (a: number) => number;
371
- export const __wbg_set_permissionpolicyset_removeMemberPolicy: (a: number, b: number) => void;
372
- export const __wbg_get_permissionpolicyset_addAdminPolicy: (a: number) => number;
373
- export const __wbg_set_permissionpolicyset_addAdminPolicy: (a: number, b: number) => void;
374
- export const __wbg_get_permissionpolicyset_removeAdminPolicy: (a: number) => number;
375
- export const __wbg_set_permissionpolicyset_removeAdminPolicy: (a: number, b: number) => void;
376
- export const __wbg_get_permissionpolicyset_updateGroupNamePolicy: (a: number) => number;
377
- export const __wbg_set_permissionpolicyset_updateGroupNamePolicy: (a: number, b: number) => void;
378
- export const __wbg_get_permissionpolicyset_updateGroupDescriptionPolicy: (a: number) => number;
379
- export const __wbg_set_permissionpolicyset_updateGroupDescriptionPolicy: (a: number, b: number) => void;
380
- export const __wbg_get_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number) => number;
381
- export const __wbg_set_permissionpolicyset_updateGroupImageUrlSquarePolicy: (a: number, b: number) => void;
382
- export const __wbg_get_permissionpolicyset_updateMessageDisappearingPolicy: (a: number) => number;
383
- export const __wbg_set_permissionpolicyset_updateMessageDisappearingPolicy: (a: number, b: number) => void;
384
- export const permissionpolicyset_new: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => number;
385
- export const __wbg_grouppermissions_free: (a: number, b: number) => void;
386
- export const grouppermissions_policyType: (a: number) => [number, number, number];
387
- export const grouppermissions_policySet: (a: number) => [number, number, number];
388
- export const __wbg_opfs_free: (a: number, b: number) => void;
389
- export const opfs_init_sqlite_opfs: () => any;
390
- export const opfs_exists: () => number;
391
- export const opfs_error: () => [number, number];
392
- export const opfs_wipeFiles: () => any;
393
- export const opfs_rm: (a: number, b: number) => [number, number, number];
394
- export const opfs_getFileNames: () => [number, number];
395
- export const opfs_importDb: (a: number, b: number, c: number, d: number) => [number, number];
396
- export const opfs_exportFile: (a: number, b: number) => [number, number, number, number];
397
- export const opfs_getFileCount: () => number;
398
- export const opfs_getCapacity: () => number;
399
- export const opfs_addCapacity: (a: number) => any;
400
- export const opfs_reduceCapacity: (a: number) => any;
401
399
  export const rust_zstd_wasm_shim_qsort: (a: number, b: number, c: number, d: number) => void;
402
400
  export const rust_zstd_wasm_shim_malloc: (a: number) => number;
403
401
  export const rust_zstd_wasm_shim_memcmp: (a: number, b: number, c: number) => number;
@@ -442,6 +440,6 @@ export const __wbindgen_export_7: WebAssembly.Table;
442
440
  export const __externref_table_dealloc: (a: number) => void;
443
441
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hc6b9ddcbfcc08eea: (a: number, b: number) => void;
444
442
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd0e40dce3ea5bca1: (a: number, b: number) => void;
445
- export const closure5210_externref_shim: (a: number, b: number, c: any) => void;
446
- export const closure6137_externref_shim: (a: number, b: number, c: any, d: any) => void;
443
+ export const closure5188_externref_shim: (a: number, b: number, c: any) => void;
444
+ export const closure6115_externref_shim: (a: number, b: number, c: any, d: any) => void;
447
445
  export const __wbindgen_start: () => void;
package/dist/version.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "branch": "cv/final-release-v1.4.0-updates",
3
- "version": "8148c3f",
4
- "date": "2025-08-21 23:36:25 +0000"
2
+ "branch": "cv/v1.4-rc2",
3
+ "version": "a47100a",
4
+ "date": "2025-08-17 23:07:54 +0000"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/wasm-bindings",
3
- "version": "1.4.0-dev.8148c3f",
3
+ "version": "1.4.0-rc2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "WASM bindings for the libXMTP rust library",