@diaryx/wasm 1.2.1-dev.902e2c4 → 1.3.0-dev.bdbd013
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 +6 -6
- package/diaryx_wasm_bg.wasm.d.ts +3 -3
- package/package.json +1 -1
package/diaryx_wasm.d.ts
CHANGED
|
@@ -408,12 +408,12 @@ export interface InitOutput {
|
|
|
408
408
|
readonly init: () => void;
|
|
409
409
|
readonly jsasyncfilesystem_new: (a: any) => number;
|
|
410
410
|
readonly __wbg_opfsfilesystem_free: (a: number, b: number) => void;
|
|
411
|
-
readonly
|
|
411
|
+
readonly wasm_bindgen__closure__destroy__h5014fd323cc31ff9: (a: number, b: number) => void;
|
|
412
412
|
readonly wasm_bindgen__closure__destroy__h8cbeca5d5a286ce5: (a: number, b: number) => void;
|
|
413
413
|
readonly wasm_bindgen__closure__destroy__h54530733e565125e: (a: number, b: number) => void;
|
|
414
|
-
readonly
|
|
414
|
+
readonly wasm_bindgen__convert__closures_____invoke__hf5f678ae557f5b2d: (a: number, b: number, c: any) => [number, number];
|
|
415
415
|
readonly wasm_bindgen__convert__closures_____invoke__h2225c3190ed38e97: (a: number, b: number, c: any, d: any) => void;
|
|
416
|
-
readonly
|
|
416
|
+
readonly wasm_bindgen__convert__closures_____invoke__h564cce8299ee9e62: (a: number, b: number, c: any) => void;
|
|
417
417
|
readonly wasm_bindgen__convert__closures_____invoke__hce19dfcc00f4d0b4: (a: number, b: number, c: any) => void;
|
|
418
418
|
readonly wasm_bindgen__convert__closures_____invoke__h7a6e8b2052e57d0f: (a: number, b: number, c: any) => void;
|
|
419
419
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
package/diaryx_wasm.js
CHANGED
|
@@ -1196,12 +1196,12 @@ function __wbg_get_imports() {
|
|
|
1196
1196
|
}, arguments); },
|
|
1197
1197
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1198
1198
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1199
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1199
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5014fd323cc31ff9, wasm_bindgen__convert__closures_____invoke__hf5f678ae557f5b2d);
|
|
1200
1200
|
return ret;
|
|
1201
1201
|
},
|
|
1202
1202
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1203
1203
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 3, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1204
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1204
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h5014fd323cc31ff9, wasm_bindgen__convert__closures_____invoke__h564cce8299ee9e62);
|
|
1205
1205
|
return ret;
|
|
1206
1206
|
},
|
|
1207
1207
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
@@ -1250,8 +1250,8 @@ function __wbg_get_imports() {
|
|
|
1250
1250
|
};
|
|
1251
1251
|
}
|
|
1252
1252
|
|
|
1253
|
-
function
|
|
1254
|
-
wasm.
|
|
1253
|
+
function wasm_bindgen__convert__closures_____invoke__h564cce8299ee9e62(arg0, arg1, arg2) {
|
|
1254
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h564cce8299ee9e62(arg0, arg1, arg2);
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
1257
|
function wasm_bindgen__convert__closures_____invoke__hce19dfcc00f4d0b4(arg0, arg1, arg2) {
|
|
@@ -1262,8 +1262,8 @@ function wasm_bindgen__convert__closures_____invoke__h7a6e8b2052e57d0f(arg0, arg
|
|
|
1262
1262
|
wasm.wasm_bindgen__convert__closures_____invoke__h7a6e8b2052e57d0f(arg0, arg1, arg2);
|
|
1263
1263
|
}
|
|
1264
1264
|
|
|
1265
|
-
function
|
|
1266
|
-
const ret = wasm.
|
|
1265
|
+
function wasm_bindgen__convert__closures_____invoke__hf5f678ae557f5b2d(arg0, arg1, arg2) {
|
|
1266
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__hf5f678ae557f5b2d(arg0, arg1, arg2);
|
|
1267
1267
|
if (ret[1]) {
|
|
1268
1268
|
throw takeFromExternrefTable0(ret[0]);
|
|
1269
1269
|
}
|
package/diaryx_wasm_bg.wasm.d.ts
CHANGED
|
@@ -35,12 +35,12 @@ export const diaryxbackend_isCrdtEnabled: (a: number) => number;
|
|
|
35
35
|
export const init: () => void;
|
|
36
36
|
export const jsasyncfilesystem_new: (a: any) => number;
|
|
37
37
|
export const __wbg_opfsfilesystem_free: (a: number, b: number) => void;
|
|
38
|
-
export const
|
|
38
|
+
export const wasm_bindgen__closure__destroy__h5014fd323cc31ff9: (a: number, b: number) => void;
|
|
39
39
|
export const wasm_bindgen__closure__destroy__h8cbeca5d5a286ce5: (a: number, b: number) => void;
|
|
40
40
|
export const wasm_bindgen__closure__destroy__h54530733e565125e: (a: number, b: number) => void;
|
|
41
|
-
export const
|
|
41
|
+
export const wasm_bindgen__convert__closures_____invoke__hf5f678ae557f5b2d: (a: number, b: number, c: any) => [number, number];
|
|
42
42
|
export const wasm_bindgen__convert__closures_____invoke__h2225c3190ed38e97: (a: number, b: number, c: any, d: any) => void;
|
|
43
|
-
export const
|
|
43
|
+
export const wasm_bindgen__convert__closures_____invoke__h564cce8299ee9e62: (a: number, b: number, c: any) => void;
|
|
44
44
|
export const wasm_bindgen__convert__closures_____invoke__hce19dfcc00f4d0b4: (a: number, b: number, c: any) => void;
|
|
45
45
|
export const wasm_bindgen__convert__closures_____invoke__h7a6e8b2052e57d0f: (a: number, b: number, c: any) => void;
|
|
46
46
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
package/package.json
CHANGED