@diaryx/wasm-node 0.11.0-dev.449d9b2 → 0.11.0

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/diaryx_wasm.d.ts CHANGED
@@ -738,9 +738,9 @@ export interface InitOutput {
738
738
  readonly wasmsyncclient_subscribeBodies: (a: number, b: number, c: number) => void;
739
739
  readonly wasmsyncclient_subscribeBody: (a: number, b: number, c: number) => void;
740
740
  readonly wasmsyncclient_unfocusFiles: (a: number, b: number, c: number) => void;
741
- readonly wasm_bindgen__closure__destroy__h1a6596f161fce41d: (a: number, b: number) => void;
742
- readonly wasm_bindgen__convert__closures_____invoke__hcef8d709b492a91f: (a: number, b: number, c: any, d: any) => void;
743
- readonly wasm_bindgen__convert__closures_____invoke__hf6386362379cecd0: (a: number, b: number, c: any) => void;
741
+ readonly wasm_bindgen__closure__destroy__hcf0c613855ef990f: (a: number, b: number) => void;
742
+ readonly wasm_bindgen__convert__closures_____invoke__h4ffe3e306d53c3fd: (a: number, b: number, c: any, d: any) => void;
743
+ readonly wasm_bindgen__convert__closures_____invoke__hf4ed7050e4f49b30: (a: number, b: number, c: any) => void;
744
744
  readonly __wbindgen_malloc: (a: number, b: number) => number;
745
745
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
746
746
  readonly __wbindgen_exn_store: (a: number) => void;
package/diaryx_wasm.js CHANGED
@@ -1186,7 +1186,7 @@ function __wbg_get_imports() {
1186
1186
  const a = state0.a;
1187
1187
  state0.a = 0;
1188
1188
  try {
1189
- return wasm_bindgen__convert__closures_____invoke__hcef8d709b492a91f(a, state0.b, arg0, arg1);
1189
+ return wasm_bindgen__convert__closures_____invoke__h4ffe3e306d53c3fd(a, state0.b, arg0, arg1);
1190
1190
  } finally {
1191
1191
  state0.a = a;
1192
1192
  }
@@ -1313,7 +1313,7 @@ function __wbg_get_imports() {
1313
1313
  },
1314
1314
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
1315
1315
  // Cast intrinsic for `Closure(Closure { dtor_idx: 550, function: Function { arguments: [Externref], shim_idx: 551, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1316
- const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1a6596f161fce41d, wasm_bindgen__convert__closures_____invoke__hf6386362379cecd0);
1316
+ const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hcf0c613855ef990f, wasm_bindgen__convert__closures_____invoke__hf4ed7050e4f49b30);
1317
1317
  return ret;
1318
1318
  },
1319
1319
  __wbindgen_cast_0000000000000002: function(arg0) {
@@ -1357,12 +1357,12 @@ function __wbg_get_imports() {
1357
1357
  };
1358
1358
  }
1359
1359
 
1360
- function wasm_bindgen__convert__closures_____invoke__hf6386362379cecd0(arg0, arg1, arg2) {
1361
- wasm.wasm_bindgen__convert__closures_____invoke__hf6386362379cecd0(arg0, arg1, arg2);
1360
+ function wasm_bindgen__convert__closures_____invoke__hf4ed7050e4f49b30(arg0, arg1, arg2) {
1361
+ wasm.wasm_bindgen__convert__closures_____invoke__hf4ed7050e4f49b30(arg0, arg1, arg2);
1362
1362
  }
1363
1363
 
1364
- function wasm_bindgen__convert__closures_____invoke__hcef8d709b492a91f(arg0, arg1, arg2, arg3) {
1365
- wasm.wasm_bindgen__convert__closures_____invoke__hcef8d709b492a91f(arg0, arg1, arg2, arg3);
1364
+ function wasm_bindgen__convert__closures_____invoke__h4ffe3e306d53c3fd(arg0, arg1, arg2, arg3) {
1365
+ wasm.wasm_bindgen__convert__closures_____invoke__h4ffe3e306d53c3fd(arg0, arg1, arg2, arg3);
1366
1366
  }
1367
1367
 
1368
1368
  const DiaryxBackendFinalization = (typeof FinalizationRegistry === 'undefined')