isar_plus 1.1.5 → 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.
- package/isar.js +12 -12
- package/isar.wasm +0 -0
- package/package.json +1 -1
package/isar.js
CHANGED
|
@@ -234,14 +234,18 @@ window.wasm_bindgen = undefined;
|
|
|
234
234
|
dropObject(idx);
|
|
235
235
|
return ret;
|
|
236
236
|
}
|
|
237
|
-
function
|
|
238
|
-
wasm.
|
|
237
|
+
function __wasm_bindgen_func_elem_613(arg0, arg1) {
|
|
238
|
+
wasm.__wasm_bindgen_func_elem_613(arg0, arg1);
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
function
|
|
241
|
+
function __wasm_bindgen_func_elem_603(arg0, arg1, arg2) {
|
|
242
|
+
wasm.__wasm_bindgen_func_elem_603(arg0, arg1, addHeapObject(arg2));
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
function __wasm_bindgen_func_elem_1513(arg0, arg1, arg2) {
|
|
242
246
|
try {
|
|
243
247
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
244
|
-
wasm.
|
|
248
|
+
wasm.__wasm_bindgen_func_elem_1513(retptr, arg0, arg1, addHeapObject(arg2));
|
|
245
249
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
246
250
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
247
251
|
if (r1) {
|
|
@@ -252,10 +256,6 @@ window.wasm_bindgen = undefined;
|
|
|
252
256
|
}
|
|
253
257
|
}
|
|
254
258
|
|
|
255
|
-
function __wasm_bindgen_func_elem_617(arg0, arg1) {
|
|
256
|
-
wasm.__wasm_bindgen_func_elem_617(arg0, arg1);
|
|
257
|
-
}
|
|
258
|
-
|
|
259
259
|
const __wbindgen_enum_IdbRequestReadyState = ["pending", "done"];
|
|
260
260
|
|
|
261
261
|
const __wbindgen_enum_IdbTransactionMode = ["readonly", "readwrite", "versionchange", "readwriteflush", "cleanup"];
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|