isar_plus 1.1.4 → 1.1.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.
Files changed (3) hide show
  1. package/isar.js +10 -10
  2. package/isar.wasm +0 -0
  3. package/package.json +1 -1
package/isar.js CHANGED
@@ -234,18 +234,18 @@ window.wasm_bindgen = undefined;
234
234
  dropObject(idx);
235
235
  return ret;
236
236
  }
237
- function __wasm_bindgen_func_elem_617(arg0, arg1) {
238
- wasm.__wasm_bindgen_func_elem_617(arg0, arg1);
237
+ function __wasm_bindgen_func_elem_613(arg0, arg1) {
238
+ wasm.__wasm_bindgen_func_elem_613(arg0, arg1);
239
239
  }
240
240
 
241
- function __wasm_bindgen_func_elem_608(arg0, arg1, arg2) {
242
- wasm.__wasm_bindgen_func_elem_608(arg0, arg1, addHeapObject(arg2));
241
+ function __wasm_bindgen_func_elem_603(arg0, arg1, arg2) {
242
+ wasm.__wasm_bindgen_func_elem_603(arg0, arg1, addHeapObject(arg2));
243
243
  }
244
244
 
245
- function __wasm_bindgen_func_elem_1527(arg0, arg1, arg2) {
245
+ function __wasm_bindgen_func_elem_1513(arg0, arg1, arg2) {
246
246
  try {
247
247
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
248
- wasm.__wasm_bindgen_func_elem_1527(retptr, arg0, arg1, addHeapObject(arg2));
248
+ wasm.__wasm_bindgen_func_elem_1513(retptr, arg0, arg1, addHeapObject(arg2));
249
249
  var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
250
250
  var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
251
251
  if (r1) {
@@ -857,17 +857,17 @@ window.wasm_bindgen = undefined;
857
857
  };
858
858
  imports.wbg.__wbindgen_cast_2753a612dd9418b8 = function(arg0, arg1) {
859
859
  // Cast intrinsic for `Closure(Closure { dtor_idx: 30, function: Function { arguments: [Externref], shim_idx: 31, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
860
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_607, __wasm_bindgen_func_elem_608);
860
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_602, __wasm_bindgen_func_elem_603);
861
861
  return addHeapObject(ret);
862
862
  };
863
863
  imports.wbg.__wbindgen_cast_b2f86a9123567793 = function(arg0, arg1) {
864
864
  // Cast intrinsic for `Closure(Closure { dtor_idx: 30, function: Function { arguments: [NamedExternref("Event")], shim_idx: 31, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
865
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_607, __wasm_bindgen_func_elem_608);
865
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_602, __wasm_bindgen_func_elem_603);
866
866
  return addHeapObject(ret);
867
867
  };
868
868
  imports.wbg.__wbindgen_cast_c48efcbaf1edd8f2 = function(arg0, arg1) {
869
869
  // Cast intrinsic for `Closure(Closure { dtor_idx: 30, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 64, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
870
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_607, __wasm_bindgen_func_elem_1527);
870
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_602, __wasm_bindgen_func_elem_1513);
871
871
  return addHeapObject(ret);
872
872
  };
873
873
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
@@ -877,7 +877,7 @@ window.wasm_bindgen = undefined;
877
877
  };
878
878
  imports.wbg.__wbindgen_cast_dd34a6ccfe0dd713 = function(arg0, arg1) {
879
879
  // Cast intrinsic for `Closure(Closure { dtor_idx: 30, function: Function { arguments: [], shim_idx: 34, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
880
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_607, __wasm_bindgen_func_elem_617);
880
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_602, __wasm_bindgen_func_elem_613);
881
881
  return addHeapObject(ret);
882
882
  };
883
883
  imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
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.4",
3
+ "version": "1.1.6",
4
4
  "files": [
5
5
  "isar.wasm",
6
6
  "isar.js"