@wiscale/velesdb-wasm 0.8.5 → 0.8.6

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "VelesDB Team <contact@wiscale.fr>"
6
6
  ],
7
7
  "description": "VelesDB for WebAssembly - Vector search in the browser",
8
- "version": "0.8.5",
8
+ "version": "0.8.6",
9
9
  "license": "SEE LICENSE IN ../../LICENSE",
10
10
  "repository": {
11
11
  "type": "git",
package/velesdb_wasm.d.ts CHANGED
@@ -273,11 +273,11 @@ export interface InitOutput {
273
273
  readonly vectorstore_search: (a: number, b: number, c: number, d: number, e: number) => void;
274
274
  readonly vectorstore_storage_mode: (a: number, b: number) => void;
275
275
  readonly vectorstore_with_capacity: (a: number, b: number, c: number, d: number, e: number) => void;
276
- readonly __wasm_bindgen_func_elem_97: (a: number, b: number, c: number) => void;
277
- readonly __wasm_bindgen_func_elem_96: (a: number, b: number) => void;
278
- readonly __wasm_bindgen_func_elem_390: (a: number, b: number, c: number) => void;
279
- readonly __wasm_bindgen_func_elem_389: (a: number, b: number) => void;
280
- readonly __wasm_bindgen_func_elem_437: (a: number, b: number, c: number, d: number) => void;
276
+ readonly __wasm_bindgen_func_elem_98: (a: number, b: number, c: number) => void;
277
+ readonly __wasm_bindgen_func_elem_97: (a: number, b: number) => void;
278
+ readonly __wasm_bindgen_func_elem_397: (a: number, b: number, c: number) => void;
279
+ readonly __wasm_bindgen_func_elem_396: (a: number, b: number) => void;
280
+ readonly __wasm_bindgen_func_elem_444: (a: number, b: number, c: number, d: number) => void;
281
281
  readonly __wbindgen_export: (a: number, b: number) => number;
282
282
  readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
283
283
  readonly __wbindgen_export3: (a: number) => void;
package/velesdb_wasm.js CHANGED
@@ -251,16 +251,16 @@ if (!('encodeInto' in cachedTextEncoder)) {
251
251
 
252
252
  let WASM_VECTOR_LEN = 0;
253
253
 
254
- function __wasm_bindgen_func_elem_97(arg0, arg1, arg2) {
255
- wasm.__wasm_bindgen_func_elem_97(arg0, arg1, addHeapObject(arg2));
254
+ function __wasm_bindgen_func_elem_98(arg0, arg1, arg2) {
255
+ wasm.__wasm_bindgen_func_elem_98(arg0, arg1, addHeapObject(arg2));
256
256
  }
257
257
 
258
- function __wasm_bindgen_func_elem_390(arg0, arg1, arg2) {
259
- wasm.__wasm_bindgen_func_elem_390(arg0, arg1, addHeapObject(arg2));
258
+ function __wasm_bindgen_func_elem_397(arg0, arg1, arg2) {
259
+ wasm.__wasm_bindgen_func_elem_397(arg0, arg1, addHeapObject(arg2));
260
260
  }
261
261
 
262
- function __wasm_bindgen_func_elem_437(arg0, arg1, arg2, arg3) {
263
- wasm.__wasm_bindgen_func_elem_437(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
262
+ function __wasm_bindgen_func_elem_444(arg0, arg1, arg2, arg3) {
263
+ wasm.__wasm_bindgen_func_elem_444(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
264
264
  }
265
265
 
266
266
  const __wbindgen_enum_IdbTransactionMode = ["readonly", "readwrite", "versionchange", "readwriteflush", "cleanup"];
@@ -987,7 +987,7 @@ function __wbg_get_imports() {
987
987
  const a = state0.a;
988
988
  state0.a = 0;
989
989
  try {
990
- return __wasm_bindgen_func_elem_437(a, state0.b, arg0, arg1);
990
+ return __wasm_bindgen_func_elem_444(a, state0.b, arg0, arg1);
991
991
  } finally {
992
992
  state0.a = a;
993
993
  }
@@ -1108,12 +1108,12 @@ function __wbg_get_imports() {
1108
1108
  };
1109
1109
  imports.wbg.__wbindgen_cast_5672704bc77a612c = function(arg0, arg1) {
1110
1110
  // Cast intrinsic for `Closure(Closure { dtor_idx: 44, function: Function { arguments: [Externref], shim_idx: 45, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1111
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_389, __wasm_bindgen_func_elem_390);
1111
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_396, __wasm_bindgen_func_elem_397);
1112
1112
  return addHeapObject(ret);
1113
1113
  };
1114
1114
  imports.wbg.__wbindgen_cast_9cdd8d1a79740578 = function(arg0, arg1) {
1115
1115
  // Cast intrinsic for `Closure(Closure { dtor_idx: 6, function: Function { arguments: [NamedExternref("Event")], shim_idx: 7, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1116
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_96, __wasm_bindgen_func_elem_97);
1116
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_97, __wasm_bindgen_func_elem_98);
1117
1117
  return addHeapObject(ret);
1118
1118
  };
1119
1119
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
Binary file