@moltendb-web/core 1.5.0 → 1.5.1
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.
|
@@ -101,8 +101,8 @@ export interface InitOutput {
|
|
|
101
101
|
readonly workerdb_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: bigint, k: number) => number;
|
|
102
102
|
readonly workerdb_handle_message: (a: number, b: number, c: number) => void;
|
|
103
103
|
readonly workerdb_subscribe: (a: number, b: number) => void;
|
|
104
|
-
readonly
|
|
105
|
-
readonly
|
|
104
|
+
readonly __wasm_bindgen_func_elem_4204: (a: number, b: number, c: number, d: number) => void;
|
|
105
|
+
readonly __wasm_bindgen_func_elem_4216: (a: number, b: number, c: number, d: number) => void;
|
|
106
106
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
107
107
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
108
108
|
readonly __wbindgen_export3: (a: number) => void;
|
|
@@ -417,7 +417,7 @@ function __wbg_get_imports() {
|
|
|
417
417
|
const a = state0.a;
|
|
418
418
|
state0.a = 0;
|
|
419
419
|
try {
|
|
420
|
-
return
|
|
420
|
+
return __wasm_bindgen_func_elem_4216(a, state0.b, arg0, arg1);
|
|
421
421
|
} finally {
|
|
422
422
|
state0.a = a;
|
|
423
423
|
}
|
|
@@ -564,8 +564,8 @@ function __wbg_get_imports() {
|
|
|
564
564
|
return ret;
|
|
565
565
|
}, arguments); },
|
|
566
566
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
567
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
568
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
567
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 769, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
568
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_4204);
|
|
569
569
|
return addHeapObject(ret);
|
|
570
570
|
},
|
|
571
571
|
__wbindgen_cast_0000000000000002: function(arg0) {
|
|
@@ -607,10 +607,10 @@ function __wbg_get_imports() {
|
|
|
607
607
|
};
|
|
608
608
|
}
|
|
609
609
|
|
|
610
|
-
function
|
|
610
|
+
function __wasm_bindgen_func_elem_4204(arg0, arg1, arg2) {
|
|
611
611
|
try {
|
|
612
612
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
613
|
-
wasm.
|
|
613
|
+
wasm.__wasm_bindgen_func_elem_4204(retptr, arg0, arg1, addHeapObject(arg2));
|
|
614
614
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
615
615
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
616
616
|
if (r1) {
|
|
@@ -621,8 +621,8 @@ function __wasm_bindgen_func_elem_4053(arg0, arg1, arg2) {
|
|
|
621
621
|
}
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
-
function
|
|
625
|
-
wasm.
|
|
624
|
+
function __wasm_bindgen_func_elem_4216(arg0, arg1, arg2, arg3) {
|
|
625
|
+
wasm.__wasm_bindgen_func_elem_4216(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
626
626
|
}
|
|
627
627
|
|
|
628
628
|
const WorkerDbFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
Binary file
|
|
@@ -6,8 +6,8 @@ export const workerdb_analytics: (a: number, b: number, c: number, d: number) =>
|
|
|
6
6
|
export const workerdb_create: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: bigint, k: number) => number;
|
|
7
7
|
export const workerdb_handle_message: (a: number, b: number, c: number) => void;
|
|
8
8
|
export const workerdb_subscribe: (a: number, b: number) => void;
|
|
9
|
-
export const
|
|
10
|
-
export const
|
|
9
|
+
export const __wasm_bindgen_func_elem_4204: (a: number, b: number, c: number, d: number) => void;
|
|
10
|
+
export const __wasm_bindgen_func_elem_4216: (a: number, b: number, c: number, d: number) => void;
|
|
11
11
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
12
12
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
13
13
|
export const __wbindgen_export3: (a: number) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moltendb-web/core",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "MoltenDb WASM runtime — the database engine, Web Worker, and main-thread client in one package.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Maximilian Both <maximilian.both27@outlook.com>",
|