@taladb/web 0.4.0 → 0.5.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/package.json +1 -1
- package/pkg/package.json +1 -1
- package/pkg/taladb_web.d.ts +2 -2
- package/pkg/taladb_web.js +3 -3
- package/pkg/taladb_web_bg.wasm +0 -0
- package/pkg/taladb_web_bg.wasm.d.ts +2 -2
package/package.json
CHANGED
package/pkg/package.json
CHANGED
package/pkg/taladb_web.d.ts
CHANGED
|
@@ -329,10 +329,10 @@ export interface InitOutput {
|
|
|
329
329
|
readonly idb_load_snapshot: (a: number, b: number) => any;
|
|
330
330
|
readonly idb_save_snapshot: (a: number, b: number, c: number, d: number) => any;
|
|
331
331
|
readonly wasm_bindgen__closure__destroy__h1411c0b1433bd547: (a: number, b: number) => void;
|
|
332
|
-
readonly
|
|
332
|
+
readonly wasm_bindgen__closure__destroy__hc294c7484c23aa40: (a: number, b: number) => void;
|
|
333
333
|
readonly wasm_bindgen__convert__closures_____invoke__h4bd31e7387ab665d: (a: number, b: number, c: any) => [number, number];
|
|
334
334
|
readonly wasm_bindgen__convert__closures_____invoke__h675f15260128efbc: (a: number, b: number, c: any, d: any) => void;
|
|
335
|
-
readonly
|
|
335
|
+
readonly wasm_bindgen__convert__closures_____invoke__h6096c0f3a625f394: (a: number, b: number, c: any) => void;
|
|
336
336
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
337
337
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
338
338
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/pkg/taladb_web.js
CHANGED
|
@@ -1365,7 +1365,7 @@ function __wbg_get_imports() {
|
|
|
1365
1365
|
},
|
|
1366
1366
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1367
1367
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 63, function: Function { arguments: [Externref], shim_idx: 64, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1368
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1368
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hc294c7484c23aa40, wasm_bindgen__convert__closures_____invoke__h6096c0f3a625f394);
|
|
1369
1369
|
return ret;
|
|
1370
1370
|
},
|
|
1371
1371
|
__wbindgen_cast_0000000000000003: function(arg0) {
|
|
@@ -1411,8 +1411,8 @@ function __wbg_get_imports() {
|
|
|
1411
1411
|
};
|
|
1412
1412
|
}
|
|
1413
1413
|
|
|
1414
|
-
function
|
|
1415
|
-
wasm.
|
|
1414
|
+
function wasm_bindgen__convert__closures_____invoke__h6096c0f3a625f394(arg0, arg1, arg2) {
|
|
1415
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6096c0f3a625f394(arg0, arg1, arg2);
|
|
1416
1416
|
}
|
|
1417
1417
|
|
|
1418
1418
|
function wasm_bindgen__convert__closures_____invoke__h4bd31e7387ab665d(arg0, arg1, arg2) {
|
package/pkg/taladb_web_bg.wasm
CHANGED
|
Binary file
|
|
@@ -54,10 +54,10 @@ export const opfs_open_backend: (a: number, b: number) => any;
|
|
|
54
54
|
export const idb_load_snapshot: (a: number, b: number) => any;
|
|
55
55
|
export const idb_save_snapshot: (a: number, b: number, c: number, d: number) => any;
|
|
56
56
|
export const wasm_bindgen__closure__destroy__h1411c0b1433bd547: (a: number, b: number) => void;
|
|
57
|
-
export const
|
|
57
|
+
export const wasm_bindgen__closure__destroy__hc294c7484c23aa40: (a: number, b: number) => void;
|
|
58
58
|
export const wasm_bindgen__convert__closures_____invoke__h4bd31e7387ab665d: (a: number, b: number, c: any) => [number, number];
|
|
59
59
|
export const wasm_bindgen__convert__closures_____invoke__h675f15260128efbc: (a: number, b: number, c: any, d: any) => void;
|
|
60
|
-
export const
|
|
60
|
+
export const wasm_bindgen__convert__closures_____invoke__h6096c0f3a625f394: (a: number, b: number, c: any) => void;
|
|
61
61
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
62
62
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
63
63
|
export const __wbindgen_exn_store: (a: number) => void;
|