isar_plus 1.1.3 → 1.1.5

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 (3) hide show
  1. package/isar.js +4 -4
  2. package/isar.wasm +0 -0
  3. package/package.json +1 -1
package/isar.js CHANGED
@@ -234,6 +234,10 @@ window.wasm_bindgen = undefined;
234
234
  dropObject(idx);
235
235
  return ret;
236
236
  }
237
+ function __wasm_bindgen_func_elem_608(arg0, arg1, arg2) {
238
+ wasm.__wasm_bindgen_func_elem_608(arg0, arg1, addHeapObject(arg2));
239
+ }
240
+
237
241
  function __wasm_bindgen_func_elem_1527(arg0, arg1, arg2) {
238
242
  try {
239
243
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
@@ -252,10 +256,6 @@ window.wasm_bindgen = undefined;
252
256
  wasm.__wasm_bindgen_func_elem_617(arg0, arg1);
253
257
  }
254
258
 
255
- function __wasm_bindgen_func_elem_608(arg0, arg1, arg2) {
256
- wasm.__wasm_bindgen_func_elem_608(arg0, arg1, addHeapObject(arg2));
257
- }
258
-
259
259
  const __wbindgen_enum_IdbRequestReadyState = ["pending", "done"];
260
260
 
261
261
  const __wbindgen_enum_IdbTransactionMode = ["readonly", "readwrite", "versionchange", "readwriteflush", "cleanup"];
package/isar.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isar_plus",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "files": [
5
5
  "isar.wasm",
6
6
  "isar.js"