@diaryx/wasm 0.11.0-dev.449d9b2 → 0.11.0
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 +8 -8
- package/diaryx_wasm.js +17 -17
- package/diaryx_wasm_bg.js +1503 -0
- package/diaryx_wasm_bg.wasm.d.ts +8 -8
- package/package.json +1 -1
package/diaryx_wasm.d.ts
CHANGED
|
@@ -850,14 +850,14 @@ export interface InitOutput {
|
|
|
850
850
|
readonly wasmsyncclient_subscribeBodies: (a: number, b: number, c: number) => void;
|
|
851
851
|
readonly wasmsyncclient_subscribeBody: (a: number, b: number, c: number) => void;
|
|
852
852
|
readonly wasmsyncclient_unfocusFiles: (a: number, b: number, c: number) => void;
|
|
853
|
-
readonly
|
|
854
|
-
readonly
|
|
855
|
-
readonly
|
|
856
|
-
readonly
|
|
857
|
-
readonly
|
|
858
|
-
readonly
|
|
859
|
-
readonly
|
|
860
|
-
readonly
|
|
853
|
+
readonly wasm_bindgen__closure__destroy__h28df2ee661749669: (a: number, b: number) => void;
|
|
854
|
+
readonly wasm_bindgen__closure__destroy__h5cf44c247c58c7e4: (a: number, b: number) => void;
|
|
855
|
+
readonly wasm_bindgen__closure__destroy__h9e8d4146731933b4: (a: number, b: number) => void;
|
|
856
|
+
readonly wasm_bindgen__convert__closures_____invoke__ha897f5a6ec9291db: (a: number, b: number, c: any) => [number, number];
|
|
857
|
+
readonly wasm_bindgen__convert__closures_____invoke__h4ffe3e306d53c3fd: (a: number, b: number, c: any, d: any) => void;
|
|
858
|
+
readonly wasm_bindgen__convert__closures_____invoke__h841a77a6e340370c: (a: number, b: number, c: any) => void;
|
|
859
|
+
readonly wasm_bindgen__convert__closures_____invoke__h5baa53a7fa33b538: (a: number, b: number, c: any) => void;
|
|
860
|
+
readonly wasm_bindgen__convert__closures_____invoke__h5ab46734fc677051: (a: number, b: number, c: any) => void;
|
|
861
861
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
862
862
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
863
863
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/diaryx_wasm.js
CHANGED
|
@@ -1590,7 +1590,7 @@ function __wbg_get_imports() {
|
|
|
1590
1590
|
const a = state0.a;
|
|
1591
1591
|
state0.a = 0;
|
|
1592
1592
|
try {
|
|
1593
|
-
return
|
|
1593
|
+
return wasm_bindgen__convert__closures_____invoke__h4ffe3e306d53c3fd(a, state0.b, arg0, arg1);
|
|
1594
1594
|
} finally {
|
|
1595
1595
|
state0.a = a;
|
|
1596
1596
|
}
|
|
@@ -1823,23 +1823,23 @@ function __wbg_get_imports() {
|
|
|
1823
1823
|
return ret;
|
|
1824
1824
|
}, arguments); },
|
|
1825
1825
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1826
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1827
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1826
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 605, function: Function { arguments: [NamedExternref("Event")], shim_idx: 608, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1827
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h28df2ee661749669, wasm_bindgen__convert__closures_____invoke__ha897f5a6ec9291db);
|
|
1828
1828
|
return ret;
|
|
1829
1829
|
},
|
|
1830
1830
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1831
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1832
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1831
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 605, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 606, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1832
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h28df2ee661749669, wasm_bindgen__convert__closures_____invoke__h841a77a6e340370c);
|
|
1833
1833
|
return ret;
|
|
1834
1834
|
},
|
|
1835
1835
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1836
1836
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 710, function: Function { arguments: [NamedExternref("Event")], shim_idx: 711, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1837
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1837
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5cf44c247c58c7e4, wasm_bindgen__convert__closures_____invoke__h5baa53a7fa33b538);
|
|
1838
1838
|
return ret;
|
|
1839
1839
|
},
|
|
1840
1840
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
1841
1841
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 736, function: Function { arguments: [Externref], shim_idx: 737, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1842
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1842
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h9e8d4146731933b4, wasm_bindgen__convert__closures_____invoke__h5ab46734fc677051);
|
|
1843
1843
|
return ret;
|
|
1844
1844
|
},
|
|
1845
1845
|
__wbindgen_cast_0000000000000005: function(arg0) {
|
|
@@ -1883,27 +1883,27 @@ function __wbg_get_imports() {
|
|
|
1883
1883
|
};
|
|
1884
1884
|
}
|
|
1885
1885
|
|
|
1886
|
-
function
|
|
1887
|
-
wasm.
|
|
1886
|
+
function wasm_bindgen__convert__closures_____invoke__h841a77a6e340370c(arg0, arg1, arg2) {
|
|
1887
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h841a77a6e340370c(arg0, arg1, arg2);
|
|
1888
1888
|
}
|
|
1889
1889
|
|
|
1890
|
-
function
|
|
1891
|
-
wasm.
|
|
1890
|
+
function wasm_bindgen__convert__closures_____invoke__h5baa53a7fa33b538(arg0, arg1, arg2) {
|
|
1891
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5baa53a7fa33b538(arg0, arg1, arg2);
|
|
1892
1892
|
}
|
|
1893
1893
|
|
|
1894
|
-
function
|
|
1895
|
-
wasm.
|
|
1894
|
+
function wasm_bindgen__convert__closures_____invoke__h5ab46734fc677051(arg0, arg1, arg2) {
|
|
1895
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h5ab46734fc677051(arg0, arg1, arg2);
|
|
1896
1896
|
}
|
|
1897
1897
|
|
|
1898
|
-
function
|
|
1899
|
-
const ret = wasm.
|
|
1898
|
+
function wasm_bindgen__convert__closures_____invoke__ha897f5a6ec9291db(arg0, arg1, arg2) {
|
|
1899
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__ha897f5a6ec9291db(arg0, arg1, arg2);
|
|
1900
1900
|
if (ret[1]) {
|
|
1901
1901
|
throw takeFromExternrefTable0(ret[0]);
|
|
1902
1902
|
}
|
|
1903
1903
|
}
|
|
1904
1904
|
|
|
1905
|
-
function
|
|
1906
|
-
wasm.
|
|
1905
|
+
function wasm_bindgen__convert__closures_____invoke__h4ffe3e306d53c3fd(arg0, arg1, arg2, arg3) {
|
|
1906
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4ffe3e306d53c3fd(arg0, arg1, arg2, arg3);
|
|
1907
1907
|
}
|
|
1908
1908
|
|
|
1909
1909
|
|