@diaryx/wasm-node 1.5.0-dev.c57f01f → 1.5.1-dev.b19eb11
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/diaryx_wasm.d.ts +2 -2
- package/diaryx_wasm.js +7 -7
- package/diaryx_wasm_bg.wasm +0 -0
- package/diaryx_wasm_bg.wasm.d.ts +2 -2
- package/package.json +1 -1
package/diaryx_wasm.d.ts
CHANGED
|
@@ -373,8 +373,8 @@ export interface InitOutput {
|
|
|
373
373
|
readonly diaryxbackend_isCrdtEnabled: (a: number) => number;
|
|
374
374
|
readonly namespaceclient_new: (a: number, b: number, c: any) => number;
|
|
375
375
|
readonly __wbg_namespaceclient_free: (a: number, b: number) => void;
|
|
376
|
-
readonly
|
|
377
|
-
readonly
|
|
376
|
+
readonly wasm_bindgen__convert__closures_____invoke__ha36570cafae1e03d: (a: number, b: number, c: any) => [number, number];
|
|
377
|
+
readonly wasm_bindgen__convert__closures_____invoke__h728ab8e0de987bd1: (a: number, b: number, c: any, d: any) => void;
|
|
378
378
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
379
379
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
380
380
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/diaryx_wasm.js
CHANGED
|
@@ -977,7 +977,7 @@ function __wbg_get_imports() {
|
|
|
977
977
|
const a = state0.a;
|
|
978
978
|
state0.a = 0;
|
|
979
979
|
try {
|
|
980
|
-
return
|
|
980
|
+
return wasm_bindgen__convert__closures_____invoke__h728ab8e0de987bd1(a, state0.b, arg0, arg1);
|
|
981
981
|
} finally {
|
|
982
982
|
state0.a = a;
|
|
983
983
|
}
|
|
@@ -1057,8 +1057,8 @@ function __wbg_get_imports() {
|
|
|
1057
1057
|
console.warn(arg0, arg1, arg2, arg3);
|
|
1058
1058
|
},
|
|
1059
1059
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1060
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1061
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1060
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 611, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1061
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__ha36570cafae1e03d);
|
|
1062
1062
|
return ret;
|
|
1063
1063
|
},
|
|
1064
1064
|
__wbindgen_cast_0000000000000002: function(arg0) {
|
|
@@ -1087,15 +1087,15 @@ function __wbg_get_imports() {
|
|
|
1087
1087
|
};
|
|
1088
1088
|
}
|
|
1089
1089
|
|
|
1090
|
-
function
|
|
1091
|
-
const ret = wasm.
|
|
1090
|
+
function wasm_bindgen__convert__closures_____invoke__ha36570cafae1e03d(arg0, arg1, arg2) {
|
|
1091
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__ha36570cafae1e03d(arg0, arg1, arg2);
|
|
1092
1092
|
if (ret[1]) {
|
|
1093
1093
|
throw takeFromExternrefTable0(ret[0]);
|
|
1094
1094
|
}
|
|
1095
1095
|
}
|
|
1096
1096
|
|
|
1097
|
-
function
|
|
1098
|
-
wasm.
|
|
1097
|
+
function wasm_bindgen__convert__closures_____invoke__h728ab8e0de987bd1(arg0, arg1, arg2, arg3) {
|
|
1098
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h728ab8e0de987bd1(arg0, arg1, arg2, arg3);
|
|
1099
1099
|
}
|
|
1100
1100
|
|
|
1101
1101
|
const AuthClientFinalization = (typeof FinalizationRegistry === 'undefined')
|
package/diaryx_wasm_bg.wasm
CHANGED
|
Binary file
|
package/diaryx_wasm_bg.wasm.d.ts
CHANGED
|
@@ -59,8 +59,8 @@ export const init: () => void;
|
|
|
59
59
|
export const diaryxbackend_isCrdtEnabled: (a: number) => number;
|
|
60
60
|
export const namespaceclient_new: (a: number, b: number, c: any) => number;
|
|
61
61
|
export const __wbg_namespaceclient_free: (a: number, b: number) => void;
|
|
62
|
-
export const
|
|
63
|
-
export const
|
|
62
|
+
export const wasm_bindgen__convert__closures_____invoke__ha36570cafae1e03d: (a: number, b: number, c: any) => [number, number];
|
|
63
|
+
export const wasm_bindgen__convert__closures_____invoke__h728ab8e0de987bd1: (a: number, b: number, c: any, d: any) => void;
|
|
64
64
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
65
65
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
66
66
|
export const __wbindgen_exn_store: (a: number) => void;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@diaryx/wasm-node",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"description": "WebAssembly bindings for Diaryx core functionality",
|
|
5
|
-
"version": "1.5.
|
|
5
|
+
"version": "1.5.1-dev.b19eb11",
|
|
6
6
|
"license": "SEE LICENSE IN ../../LICENSE.md",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|