@diaryx/wasm 1.3.2-dev.45897a6 → 1.3.2-dev.d59e7ae

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.
Files changed (2) hide show
  1. package/diaryx_wasm.js +2 -2
  2. package/package.json +1 -1
package/diaryx_wasm.js CHANGED
@@ -1214,12 +1214,12 @@ function __wbg_get_imports() {
1214
1214
  return ret;
1215
1215
  },
1216
1216
  __wbindgen_cast_0000000000000004: function(arg0, arg1) {
1217
- // Cast intrinsic for `Closure(Closure { dtor_idx: 546, function: Function { arguments: [NamedExternref("Event")], shim_idx: 547, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1217
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 548, function: Function { arguments: [NamedExternref("Event")], shim_idx: 549, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1218
1218
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h383b907cd99501f0, wasm_bindgen__convert__closures_____invoke__h8c538aa099029b45);
1219
1219
  return ret;
1220
1220
  },
1221
1221
  __wbindgen_cast_0000000000000005: function(arg0, arg1) {
1222
- // Cast intrinsic for `Closure(Closure { dtor_idx: 563, function: Function { arguments: [Externref], shim_idx: 564, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1222
+ // Cast intrinsic for `Closure(Closure { dtor_idx: 565, function: Function { arguments: [Externref], shim_idx: 566, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
1223
1223
  const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__ha8e48983308a695a, wasm_bindgen__convert__closures_____invoke__h8d091265fab4d12f);
1224
1224
  return ret;
1225
1225
  },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@diaryx/wasm",
3
3
  "type": "module",
4
4
  "description": "WebAssembly bindings for Diaryx core functionality",
5
- "version": "1.3.2-dev.45897a6",
5
+ "version": "1.3.2-dev.d59e7ae",
6
6
  "license": "SEE LICENSE IN ../../LICENSE.md",
7
7
  "repository": {
8
8
  "type": "git",