isar_plus 1.1.3 → 1.1.4
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 +8 -8
- package/isar.wasm +0 -0
- package/package.json +1 -1
package/isar.js
CHANGED
|
@@ -234,6 +234,14 @@ 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);
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
function __wasm_bindgen_func_elem_608(arg0, arg1, arg2) {
|
|
242
|
+
wasm.__wasm_bindgen_func_elem_608(arg0, arg1, addHeapObject(arg2));
|
|
243
|
+
}
|
|
244
|
+
|
|
237
245
|
function __wasm_bindgen_func_elem_1527(arg0, arg1, arg2) {
|
|
238
246
|
try {
|
|
239
247
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -248,14 +256,6 @@ window.wasm_bindgen = undefined;
|
|
|
248
256
|
}
|
|
249
257
|
}
|
|
250
258
|
|
|
251
|
-
function __wasm_bindgen_func_elem_617(arg0, arg1) {
|
|
252
|
-
wasm.__wasm_bindgen_func_elem_617(arg0, arg1);
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
function __wasm_bindgen_func_elem_608(arg0, arg1, arg2) {
|
|
256
|
-
wasm.__wasm_bindgen_func_elem_608(arg0, arg1, addHeapObject(arg2));
|
|
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
|