rvlite 0.2.2 → 0.2.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/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/dist/wasm/rvlite.d.ts +1 -1
- package/dist/wasm/rvlite.js +3 -3
- package/dist/wasm/rvlite_bg.wasm +0 -0
- package/dist/wasm/rvlite_bg.wasm.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -231,8 +231,8 @@ function __wasm_bindgen_func_elem_1339(arg0, arg1, arg2) {
|
|
|
231
231
|
function __wasm_bindgen_func_elem_180(arg0, arg1, arg2) {
|
|
232
232
|
wasm.__wasm_bindgen_func_elem_180(arg0, arg1, addHeapObject(arg2));
|
|
233
233
|
}
|
|
234
|
-
function
|
|
235
|
-
wasm.
|
|
234
|
+
function __wasm_bindgen_func_elem_1390(arg0, arg1, arg2, arg3) {
|
|
235
|
+
wasm.__wasm_bindgen_func_elem_1390(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
236
236
|
}
|
|
237
237
|
function init() {
|
|
238
238
|
wasm.init();
|
|
@@ -527,7 +527,7 @@ function __wbg_get_imports() {
|
|
|
527
527
|
const a = state0.a;
|
|
528
528
|
state0.a = 0;
|
|
529
529
|
try {
|
|
530
|
-
return
|
|
530
|
+
return __wasm_bindgen_func_elem_1390(a, state0.b, arg02, arg12);
|
|
531
531
|
} finally {
|
|
532
532
|
state0.a = a;
|
|
533
533
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -215,8 +215,8 @@ function __wasm_bindgen_func_elem_1339(arg0, arg1, arg2) {
|
|
|
215
215
|
function __wasm_bindgen_func_elem_180(arg0, arg1, arg2) {
|
|
216
216
|
wasm.__wasm_bindgen_func_elem_180(arg0, arg1, addHeapObject(arg2));
|
|
217
217
|
}
|
|
218
|
-
function
|
|
219
|
-
wasm.
|
|
218
|
+
function __wasm_bindgen_func_elem_1390(arg0, arg1, arg2, arg3) {
|
|
219
|
+
wasm.__wasm_bindgen_func_elem_1390(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
220
220
|
}
|
|
221
221
|
function init() {
|
|
222
222
|
wasm.init();
|
|
@@ -511,7 +511,7 @@ function __wbg_get_imports() {
|
|
|
511
511
|
const a = state0.a;
|
|
512
512
|
state0.a = 0;
|
|
513
513
|
try {
|
|
514
|
-
return
|
|
514
|
+
return __wasm_bindgen_func_elem_1390(a, state0.b, arg02, arg12);
|
|
515
515
|
} finally {
|
|
516
516
|
state0.a = a;
|
|
517
517
|
}
|
package/dist/wasm/rvlite.d.ts
CHANGED
|
@@ -244,7 +244,7 @@ export interface InitOutput {
|
|
|
244
244
|
readonly __wasm_bindgen_func_elem_1338: (a: number, b: number) => void;
|
|
245
245
|
readonly __wasm_bindgen_func_elem_180: (a: number, b: number, c: number) => void;
|
|
246
246
|
readonly __wasm_bindgen_func_elem_179: (a: number, b: number) => void;
|
|
247
|
-
readonly
|
|
247
|
+
readonly __wasm_bindgen_func_elem_1390: (a: number, b: number, c: number, d: number) => void;
|
|
248
248
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
249
249
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
250
250
|
readonly __wbindgen_export3: (a: number) => void;
|
package/dist/wasm/rvlite.js
CHANGED
|
@@ -258,8 +258,8 @@ function __wasm_bindgen_func_elem_180(arg0, arg1, arg2) {
|
|
|
258
258
|
wasm.__wasm_bindgen_func_elem_180(arg0, arg1, addHeapObject(arg2));
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
function
|
|
262
|
-
wasm.
|
|
261
|
+
function __wasm_bindgen_func_elem_1390(arg0, arg1, arg2, arg3) {
|
|
262
|
+
wasm.__wasm_bindgen_func_elem_1390(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
const __wbindgen_enum_IdbTransactionMode = ["readonly", "readwrite", "versionchange", "readwriteflush", "cleanup"];
|
|
@@ -1267,7 +1267,7 @@ function __wbg_get_imports() {
|
|
|
1267
1267
|
const a = state0.a;
|
|
1268
1268
|
state0.a = 0;
|
|
1269
1269
|
try {
|
|
1270
|
-
return
|
|
1270
|
+
return __wasm_bindgen_func_elem_1390(a, state0.b, arg0, arg1);
|
|
1271
1271
|
} finally {
|
|
1272
1272
|
state0.a = a;
|
|
1273
1273
|
}
|
package/dist/wasm/rvlite_bg.wasm
CHANGED
|
Binary file
|
|
@@ -47,7 +47,7 @@ export const __wasm_bindgen_func_elem_1339: (a: number, b: number, c: number) =>
|
|
|
47
47
|
export const __wasm_bindgen_func_elem_1338: (a: number, b: number) => void;
|
|
48
48
|
export const __wasm_bindgen_func_elem_180: (a: number, b: number, c: number) => void;
|
|
49
49
|
export const __wasm_bindgen_func_elem_179: (a: number, b: number) => void;
|
|
50
|
-
export const
|
|
50
|
+
export const __wasm_bindgen_func_elem_1390: (a: number, b: number, c: number, d: number) => void;
|
|
51
51
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
52
52
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
53
53
|
export const __wbindgen_export3: (a: number) => void;
|