@xmtp/wasm-bindings 0.0.19 → 0.0.21

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.
@@ -822,9 +822,9 @@ export interface InitOutput {
822
822
  readonly __wbindgen_export_7: WebAssembly.Table;
823
823
  readonly __externref_table_dealloc: (a: number) => void;
824
824
  readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hff1927556d6713ec: (a: number, b: number) => void;
825
- readonly closure3671_externref_shim: (a: number, b: number, c: any) => void;
826
- readonly closure4678_externref_shim: (a: number, b: number, c: any, d: number, e: any) => number;
827
- readonly closure4677_externref_shim: (a: number, b: number, c: any, d: any) => void;
825
+ readonly closure3662_externref_shim: (a: number, b: number, c: any) => void;
826
+ readonly closure4669_externref_shim: (a: number, b: number, c: any, d: number, e: any) => number;
827
+ readonly closure4668_externref_shim: (a: number, b: number, c: any, d: any) => void;
828
828
  readonly __wbindgen_start: () => void;
829
829
  }
830
830
 
@@ -382,16 +382,16 @@ function __wbg_adapter_46(arg0, arg1) {
382
382
  }
383
383
 
384
384
  function __wbg_adapter_49(arg0, arg1, arg2) {
385
- wasm.closure3671_externref_shim(arg0, arg1, arg2);
385
+ wasm.closure3662_externref_shim(arg0, arg1, arg2);
386
386
  }
387
387
 
388
388
  function __wbg_adapter_579(arg0, arg1, arg2, arg3, arg4) {
389
- const ret = wasm.closure4678_externref_shim(arg0, arg1, arg2, arg3, arg4);
389
+ const ret = wasm.closure4669_externref_shim(arg0, arg1, arg2, arg3, arg4);
390
390
  return ret !== 0;
391
391
  }
392
392
 
393
393
  function __wbg_adapter_680(arg0, arg1, arg2, arg3) {
394
- wasm.closure4677_externref_shim(arg0, arg1, arg2, arg3);
394
+ wasm.closure4668_externref_shim(arg0, arg1, arg2, arg3);
395
395
  }
396
396
 
397
397
  /**
@@ -4966,12 +4966,12 @@ function __wbg_get_imports() {
4966
4966
  const ret = false;
4967
4967
  return ret;
4968
4968
  };
4969
- imports.wbg.__wbindgen_closure_wrapper15739 = function(arg0, arg1, arg2) {
4970
- const ret = makeMutClosure(arg0, arg1, 3601, __wbg_adapter_46);
4969
+ imports.wbg.__wbindgen_closure_wrapper15737 = function(arg0, arg1, arg2) {
4970
+ const ret = makeMutClosure(arg0, arg1, 3591, __wbg_adapter_46);
4971
4971
  return ret;
4972
4972
  };
4973
- imports.wbg.__wbindgen_closure_wrapper16047 = function(arg0, arg1, arg2) {
4974
- const ret = makeMutClosure(arg0, arg1, 3672, __wbg_adapter_49);
4973
+ imports.wbg.__wbindgen_closure_wrapper16046 = function(arg0, arg1, arg2) {
4974
+ const ret = makeMutClosure(arg0, arg1, 3663, __wbg_adapter_49);
4975
4975
  return ret;
4976
4976
  };
4977
4977
  imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Binary file
@@ -340,7 +340,7 @@ export const __externref_drop_slice: (a: number, b: number) => void;
340
340
  export const __wbindgen_export_7: WebAssembly.Table;
341
341
  export const __externref_table_dealloc: (a: number) => void;
342
342
  export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hff1927556d6713ec: (a: number, b: number) => void;
343
- export const closure3671_externref_shim: (a: number, b: number, c: any) => void;
344
- export const closure4678_externref_shim: (a: number, b: number, c: any, d: number, e: any) => number;
345
- export const closure4677_externref_shim: (a: number, b: number, c: any, d: any) => void;
343
+ export const closure3662_externref_shim: (a: number, b: number, c: any) => void;
344
+ export const closure4669_externref_shim: (a: number, b: number, c: any, d: number, e: any) => number;
345
+ export const closure4668_externref_shim: (a: number, b: number, c: any, d: any) => void;
346
346
  export const __wbindgen_start: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmtp/wasm-bindings",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "WASM bindings for the libXMTP rust library",