isar_plus 1.1.1 → 1.1.2
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 +14 -14
- package/isar.wasm +0 -0
- package/package.json +1 -1
package/isar.js
CHANGED
|
@@ -236,10 +236,18 @@ window.wasm_bindgen = undefined;
|
|
|
236
236
|
dropObject(idx);
|
|
237
237
|
return ret;
|
|
238
238
|
}
|
|
239
|
-
function
|
|
239
|
+
function __wbg_adapter_6(arg0, arg1, arg2) {
|
|
240
|
+
wasm.__wbindgen_export_4(arg0, arg1, addHeapObject(arg2));
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
function __wbg_adapter_9(arg0, arg1) {
|
|
244
|
+
wasm.__wbindgen_export_5(arg0, arg1);
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
function __wbg_adapter_16(arg0, arg1, arg2) {
|
|
240
248
|
try {
|
|
241
249
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
242
|
-
wasm.
|
|
250
|
+
wasm.__wbindgen_export_6(retptr, arg0, arg1, addHeapObject(arg2));
|
|
243
251
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
244
252
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
245
253
|
if (r1) {
|
|
@@ -250,14 +258,6 @@ window.wasm_bindgen = undefined;
|
|
|
250
258
|
}
|
|
251
259
|
}
|
|
252
260
|
|
|
253
|
-
function __wbg_adapter_11(arg0, arg1) {
|
|
254
|
-
wasm.__wbindgen_export_5(arg0, arg1);
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
function __wbg_adapter_14(arg0, arg1, arg2) {
|
|
258
|
-
wasm.__wbindgen_export_6(arg0, arg1, addHeapObject(arg2));
|
|
259
|
-
}
|
|
260
|
-
|
|
261
261
|
const __wbindgen_enum_IdbRequestReadyState = ["pending", "done"];
|
|
262
262
|
|
|
263
263
|
const __wbindgen_enum_IdbTransactionMode = ["readonly", "readwrite", "versionchange", "readwriteflush", "cleanup"];
|
|
@@ -865,17 +865,17 @@ window.wasm_bindgen = undefined;
|
|
|
865
865
|
};
|
|
866
866
|
imports.wbg.__wbindgen_cast_2753a612dd9418b8 = function(arg0, arg1) {
|
|
867
867
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 30, function: Function { arguments: [Externref], shim_idx: 31, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
868
|
-
const ret = makeMutClosure(arg0, arg1, 30,
|
|
868
|
+
const ret = makeMutClosure(arg0, arg1, 30, __wbg_adapter_6);
|
|
869
869
|
return addHeapObject(ret);
|
|
870
870
|
};
|
|
871
871
|
imports.wbg.__wbindgen_cast_b2f86a9123567793 = function(arg0, arg1) {
|
|
872
872
|
// 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`.
|
|
873
|
-
const ret = makeMutClosure(arg0, arg1, 30,
|
|
873
|
+
const ret = makeMutClosure(arg0, arg1, 30, __wbg_adapter_6);
|
|
874
874
|
return addHeapObject(ret);
|
|
875
875
|
};
|
|
876
876
|
imports.wbg.__wbindgen_cast_c48efcbaf1edd8f2 = function(arg0, arg1) {
|
|
877
877
|
// 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`.
|
|
878
|
-
const ret = makeMutClosure(arg0, arg1, 30,
|
|
878
|
+
const ret = makeMutClosure(arg0, arg1, 30, __wbg_adapter_16);
|
|
879
879
|
return addHeapObject(ret);
|
|
880
880
|
};
|
|
881
881
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
@@ -885,7 +885,7 @@ window.wasm_bindgen = undefined;
|
|
|
885
885
|
};
|
|
886
886
|
imports.wbg.__wbindgen_cast_dd34a6ccfe0dd713 = function(arg0, arg1) {
|
|
887
887
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 30, function: Function { arguments: [], shim_idx: 34, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
888
|
-
const ret = makeMutClosure(arg0, arg1, 30,
|
|
888
|
+
const ret = makeMutClosure(arg0, arg1, 30, __wbg_adapter_9);
|
|
889
889
|
return addHeapObject(ret);
|
|
890
890
|
};
|
|
891
891
|
imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
|
package/isar.wasm
CHANGED
|
Binary file
|