@reifydb/wasm 0.4.6 → 0.4.7
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/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reifydb/wasm",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@reifydb/core": "0.4.
|
|
8
|
+
"@reifydb/core": "0.4.7"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@types/node": "^24.0.10",
|
package/wasm/package.json
CHANGED
|
@@ -376,7 +376,7 @@ export function __wbg___wbindgen_string_get_395e606bd0ee4427(arg0, arg1) {
|
|
|
376
376
|
export function __wbg___wbindgen_throw_6ddd609b62940d55(arg0, arg1) {
|
|
377
377
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
378
378
|
}
|
|
379
|
-
export function
|
|
379
|
+
export function __wbg_clearInterval_3d579ee16e7f4bcb(arg0) {
|
|
380
380
|
clearInterval(arg0);
|
|
381
381
|
}
|
|
382
382
|
export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
@@ -441,11 +441,11 @@ export function __wbg_push_e87b0e732085a946(arg0, arg1) {
|
|
|
441
441
|
const ret = arg0.push(arg1);
|
|
442
442
|
return ret;
|
|
443
443
|
}
|
|
444
|
-
export function
|
|
444
|
+
export function __wbg_setInterval_0645e815fba80da6(arg0, arg1) {
|
|
445
445
|
const ret = setInterval(arg0, arg1);
|
|
446
446
|
return ret;
|
|
447
447
|
}
|
|
448
|
-
export function
|
|
448
|
+
export function __wbg_setTimeout_c45d8e1e5b13a85f(arg0, arg1) {
|
|
449
449
|
const ret = setTimeout(arg0, arg1);
|
|
450
450
|
return ret;
|
|
451
451
|
}
|
|
@@ -481,8 +481,8 @@ export function __wbg_stringify_5ae93966a84901ac() { return handleError(function
|
|
|
481
481
|
return ret;
|
|
482
482
|
}, arguments); }
|
|
483
483
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
484
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
485
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
484
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2891, function: Function { arguments: [], shim_idx: 2892, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
485
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h652e47497a14761d, wasm_bindgen__convert__closures_____invoke__h6b8a5348cddf590a);
|
|
486
486
|
return ret;
|
|
487
487
|
}
|
|
488
488
|
export function __wbindgen_cast_0000000000000002(arg0, arg1) {
|
|
@@ -499,8 +499,8 @@ export function __wbindgen_init_externref_table() {
|
|
|
499
499
|
table.set(offset + 2, true);
|
|
500
500
|
table.set(offset + 3, false);
|
|
501
501
|
}
|
|
502
|
-
function
|
|
503
|
-
wasm.
|
|
502
|
+
function wasm_bindgen__convert__closures_____invoke__h6b8a5348cddf590a(arg0, arg1) {
|
|
503
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6b8a5348cddf590a(arg0, arg1);
|
|
504
504
|
}
|
|
505
505
|
|
|
506
506
|
const JsErrorFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
Binary file
|
|
@@ -36,8 +36,8 @@ export const test_state_prefix: (a: bigint, b: number, c: number, d: number, e:
|
|
|
36
36
|
export const test_state_range: (a: bigint, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => number;
|
|
37
37
|
export const test_state_remove: (a: bigint, b: number, c: number, d: number) => number;
|
|
38
38
|
export const test_state_set: (a: bigint, b: number, c: number, d: number, e: number, f: number) => number;
|
|
39
|
-
export const
|
|
40
|
-
export const
|
|
39
|
+
export const wasm_bindgen__closure__destroy__h652e47497a14761d: (a: number, b: number) => void;
|
|
40
|
+
export const wasm_bindgen__convert__closures_____invoke__h6b8a5348cddf590a: (a: number, b: number) => void;
|
|
41
41
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
42
42
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
43
43
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|