isar_plus 1.1.7 → 1.1.8
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 +4 -4
- package/isar.wasm +0 -0
- package/package.json +1 -1
package/isar.js
CHANGED
|
@@ -238,6 +238,10 @@ window.wasm_bindgen = undefined;
|
|
|
238
238
|
wasm.__wasm_bindgen_func_elem_588(arg0, arg1, addHeapObject(arg2));
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
+
function __wasm_bindgen_func_elem_590(arg0, arg1) {
|
|
242
|
+
wasm.__wasm_bindgen_func_elem_590(arg0, arg1);
|
|
243
|
+
}
|
|
244
|
+
|
|
241
245
|
function __wasm_bindgen_func_elem_1516(arg0, arg1, arg2) {
|
|
242
246
|
try {
|
|
243
247
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -252,10 +256,6 @@ window.wasm_bindgen = undefined;
|
|
|
252
256
|
}
|
|
253
257
|
}
|
|
254
258
|
|
|
255
|
-
function __wasm_bindgen_func_elem_590(arg0, arg1) {
|
|
256
|
-
wasm.__wasm_bindgen_func_elem_590(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"];
|
package/isar.wasm
CHANGED
|
Binary file
|