isar_plus 1.1.9 → 1.2.0
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
|
@@ -228,6 +228,10 @@ window.wasm_bindgen = undefined;
|
|
|
228
228
|
|
|
229
229
|
let WASM_VECTOR_LEN = 0;
|
|
230
230
|
|
|
231
|
+
function __wasm_bindgen_func_elem_595(arg0, arg1) {
|
|
232
|
+
wasm.__wasm_bindgen_func_elem_595(arg0, arg1);
|
|
233
|
+
}
|
|
234
|
+
|
|
231
235
|
function __wasm_bindgen_func_elem_593(arg0, arg1, arg2) {
|
|
232
236
|
wasm.__wasm_bindgen_func_elem_593(arg0, arg1, addHeapObject(arg2));
|
|
233
237
|
}
|
|
@@ -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"];
|
package/isar.wasm
CHANGED
|
Binary file
|