@diaryx/wasm-node 1.2.1-dev.07130aa → 1.2.1-dev.17b1dc6
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 +3 -3
- package/diaryx_wasm.js +7 -7
- package/diaryx_wasm_bg.wasm +0 -0
- package/diaryx_wasm_bg.wasm.d.ts +3 -3
- package/package.json +1 -1
package/diaryx_wasm.d.ts
CHANGED
|
@@ -319,9 +319,9 @@ export interface InitOutput {
|
|
|
319
319
|
readonly today_formatted: (a: number, b: number) => [number, number];
|
|
320
320
|
readonly diaryxbackend_isCrdtEnabled: (a: number) => number;
|
|
321
321
|
readonly init: () => void;
|
|
322
|
-
readonly
|
|
323
|
-
readonly
|
|
324
|
-
readonly
|
|
322
|
+
readonly wasm_bindgen__closure__destroy__h88c09826c7bdcc04: (a: number, b: number) => void;
|
|
323
|
+
readonly wasm_bindgen__convert__closures_____invoke__h0d59e9d6e6af2fb0: (a: number, b: number, c: any, d: any) => void;
|
|
324
|
+
readonly wasm_bindgen__convert__closures_____invoke__h225c842405c0a80f: (a: number, b: number, c: any) => void;
|
|
325
325
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
326
326
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
327
327
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/diaryx_wasm.js
CHANGED
|
@@ -606,7 +606,7 @@ function __wbg_get_imports() {
|
|
|
606
606
|
const a = state0.a;
|
|
607
607
|
state0.a = 0;
|
|
608
608
|
try {
|
|
609
|
-
return
|
|
609
|
+
return wasm_bindgen__convert__closures_____invoke__h0d59e9d6e6af2fb0(a, state0.b, arg0, arg1);
|
|
610
610
|
} finally {
|
|
611
611
|
state0.a = a;
|
|
612
612
|
}
|
|
@@ -720,8 +720,8 @@ function __wbg_get_imports() {
|
|
|
720
720
|
console.warn(arg0, arg1, arg2, arg3);
|
|
721
721
|
},
|
|
722
722
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
723
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
724
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
723
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 393, function: Function { arguments: [Externref], shim_idx: 394, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
724
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h88c09826c7bdcc04, wasm_bindgen__convert__closures_____invoke__h225c842405c0a80f);
|
|
725
725
|
return ret;
|
|
726
726
|
},
|
|
727
727
|
__wbindgen_cast_0000000000000002: function(arg0) {
|
|
@@ -760,12 +760,12 @@ function __wbg_get_imports() {
|
|
|
760
760
|
};
|
|
761
761
|
}
|
|
762
762
|
|
|
763
|
-
function
|
|
764
|
-
wasm.
|
|
763
|
+
function wasm_bindgen__convert__closures_____invoke__h225c842405c0a80f(arg0, arg1, arg2) {
|
|
764
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h225c842405c0a80f(arg0, arg1, arg2);
|
|
765
765
|
}
|
|
766
766
|
|
|
767
|
-
function
|
|
768
|
-
wasm.
|
|
767
|
+
function wasm_bindgen__convert__closures_____invoke__h0d59e9d6e6af2fb0(arg0, arg1, arg2, arg3) {
|
|
768
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0d59e9d6e6af2fb0(arg0, arg1, arg2, arg3);
|
|
769
769
|
}
|
|
770
770
|
|
|
771
771
|
const DiaryxBackendFinalization = (typeof FinalizationRegistry === 'undefined')
|
package/diaryx_wasm_bg.wasm
CHANGED
|
Binary file
|
package/diaryx_wasm_bg.wasm.d.ts
CHANGED
|
@@ -24,9 +24,9 @@ export const now_timestamp: () => [number, number];
|
|
|
24
24
|
export const today_formatted: (a: number, b: number) => [number, number];
|
|
25
25
|
export const diaryxbackend_isCrdtEnabled: (a: number) => number;
|
|
26
26
|
export const init: () => void;
|
|
27
|
-
export const
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
27
|
+
export const wasm_bindgen__closure__destroy__h88c09826c7bdcc04: (a: number, b: number) => void;
|
|
28
|
+
export const wasm_bindgen__convert__closures_____invoke__h0d59e9d6e6af2fb0: (a: number, b: number, c: any, d: any) => void;
|
|
29
|
+
export const wasm_bindgen__convert__closures_____invoke__h225c842405c0a80f: (a: number, b: number, c: any) => void;
|
|
30
30
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
31
31
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
32
32
|
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.2.1-dev.
|
|
5
|
+
"version": "1.2.1-dev.17b1dc6",
|
|
6
6
|
"license": "SEE LICENSE IN ../../LICENSE.md",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|