isar_plus 1.1.9 → 1.2.1

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 +12 -12
  2. package/isar.wasm +0 -0
  3. package/package.json +1 -1
package/isar.js CHANGED
@@ -228,14 +228,18 @@ window.wasm_bindgen = undefined;
228
228
 
229
229
  let WASM_VECTOR_LEN = 0;
230
230
 
231
- function __wasm_bindgen_func_elem_593(arg0, arg1, arg2) {
232
- wasm.__wasm_bindgen_func_elem_593(arg0, arg1, addHeapObject(arg2));
231
+ function __wasm_bindgen_func_elem_599(arg0, arg1, arg2) {
232
+ wasm.__wasm_bindgen_func_elem_599(arg0, arg1, addHeapObject(arg2));
233
233
  }
234
234
 
235
- function __wasm_bindgen_func_elem_1526(arg0, arg1, arg2) {
235
+ function __wasm_bindgen_func_elem_601(arg0, arg1) {
236
+ wasm.__wasm_bindgen_func_elem_601(arg0, arg1);
237
+ }
238
+
239
+ function __wasm_bindgen_func_elem_1520(arg0, arg1, arg2) {
236
240
  try {
237
241
  const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
238
- wasm.__wasm_bindgen_func_elem_1526(retptr, arg0, arg1, addHeapObject(arg2));
242
+ wasm.__wasm_bindgen_func_elem_1520(retptr, arg0, arg1, addHeapObject(arg2));
239
243
  var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
240
244
  var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
241
245
  if (r1) {
@@ -246,10 +250,6 @@ window.wasm_bindgen = undefined;
246
250
  }
247
251
  }
248
252
 
249
- function __wasm_bindgen_func_elem_595(arg0, arg1) {
250
- wasm.__wasm_bindgen_func_elem_595(arg0, arg1);
251
- }
252
-
253
253
  const __wbindgen_enum_IdbRequestReadyState = ["pending", "done"];
254
254
 
255
255
  const __wbindgen_enum_IdbTransactionMode = ["readonly", "readwrite", "versionchange", "readwriteflush", "cleanup"];
@@ -848,7 +848,7 @@ window.wasm_bindgen = undefined;
848
848
  };
849
849
  imports.wbg.__wbindgen_cast_79f5ab07c2ca6624 = function(arg0, arg1) {
850
850
  // Cast intrinsic for `Closure(Closure { dtor_idx: 28, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 60, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
851
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_592, __wasm_bindgen_func_elem_1526);
851
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_598, __wasm_bindgen_func_elem_1520);
852
852
  return addHeapObject(ret);
853
853
  };
854
854
  imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
@@ -858,17 +858,17 @@ window.wasm_bindgen = undefined;
858
858
  };
859
859
  imports.wbg.__wbindgen_cast_daa0866475dd5073 = function(arg0, arg1) {
860
860
  // Cast intrinsic for `Closure(Closure { dtor_idx: 28, function: Function { arguments: [], shim_idx: 31, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
861
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_592, __wasm_bindgen_func_elem_595);
861
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_598, __wasm_bindgen_func_elem_601);
862
862
  return addHeapObject(ret);
863
863
  };
864
864
  imports.wbg.__wbindgen_cast_ef6ace84b3bbb144 = function(arg0, arg1) {
865
865
  // Cast intrinsic for `Closure(Closure { dtor_idx: 28, function: Function { arguments: [NamedExternref("Event")], shim_idx: 29, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
866
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_592, __wasm_bindgen_func_elem_593);
866
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_598, __wasm_bindgen_func_elem_599);
867
867
  return addHeapObject(ret);
868
868
  };
869
869
  imports.wbg.__wbindgen_cast_fc3da82b7ff1aaaf = function(arg0, arg1) {
870
870
  // Cast intrinsic for `Closure(Closure { dtor_idx: 28, function: Function { arguments: [Externref], shim_idx: 29, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
871
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_592, __wasm_bindgen_func_elem_593);
871
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_598, __wasm_bindgen_func_elem_599);
872
872
  return addHeapObject(ret);
873
873
  };
874
874
  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.9",
3
+ "version": "1.2.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/ahmtydn/isar_plus"