@taladb/web 0.8.2 → 0.8.3
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
|
@@ -418,10 +418,10 @@ export interface InitOutput {
|
|
|
418
418
|
readonly opfs_open_backend: (a: number, b: number) => any;
|
|
419
419
|
readonly wasm_bindgen__closure__destroy__h019ad81c65a5ac2e: (a: number, b: number) => void;
|
|
420
420
|
readonly wasm_bindgen__closure__destroy__h53c506fd33a34156: (a: number, b: number) => void;
|
|
421
|
-
readonly
|
|
421
|
+
readonly wasm_bindgen__closure__destroy__hc05d4761059c0df5: (a: number, b: number) => void;
|
|
422
422
|
readonly wasm_bindgen__convert__closures_____invoke__hc8d470a46e185f12: (a: number, b: number, c: any) => [number, number];
|
|
423
423
|
readonly wasm_bindgen__convert__closures_____invoke__h19185396894e5dfb: (a: number, b: number, c: any, d: any) => void;
|
|
424
|
-
readonly
|
|
424
|
+
readonly wasm_bindgen__convert__closures_____invoke__h7b2d358a66567a58: (a: number, b: number, c: any) => void;
|
|
425
425
|
readonly wasm_bindgen__convert__closures_____invoke__h88d126a9c69f3dfa: (a: number, b: number) => void;
|
|
426
426
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
427
427
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
package/pkg/taladb_web.js
CHANGED
|
@@ -1647,7 +1647,7 @@ function __wbg_get_imports() {
|
|
|
1647
1647
|
},
|
|
1648
1648
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
1649
1649
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 89, function: Function { arguments: [Externref], shim_idx: 90, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1650
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1650
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hc05d4761059c0df5, wasm_bindgen__convert__closures_____invoke__h7b2d358a66567a58);
|
|
1651
1651
|
return ret;
|
|
1652
1652
|
},
|
|
1653
1653
|
__wbindgen_cast_0000000000000004: function(arg0) {
|
|
@@ -1697,8 +1697,8 @@ function wasm_bindgen__convert__closures_____invoke__h88d126a9c69f3dfa(arg0, arg
|
|
|
1697
1697
|
wasm.wasm_bindgen__convert__closures_____invoke__h88d126a9c69f3dfa(arg0, arg1);
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
|
-
function
|
|
1701
|
-
wasm.
|
|
1700
|
+
function wasm_bindgen__convert__closures_____invoke__h7b2d358a66567a58(arg0, arg1, arg2) {
|
|
1701
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7b2d358a66567a58(arg0, arg1, arg2);
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
1704
1704
|
function wasm_bindgen__convert__closures_____invoke__hc8d470a46e185f12(arg0, arg1, arg2) {
|
package/pkg/taladb_web_bg.wasm
CHANGED
|
Binary file
|
|
@@ -62,10 +62,10 @@ export const idb_save_snapshot: (a: number, b: number, c: number, d: number) =>
|
|
|
62
62
|
export const opfs_open_backend: (a: number, b: number) => any;
|
|
63
63
|
export const wasm_bindgen__closure__destroy__h019ad81c65a5ac2e: (a: number, b: number) => void;
|
|
64
64
|
export const wasm_bindgen__closure__destroy__h53c506fd33a34156: (a: number, b: number) => void;
|
|
65
|
-
export const
|
|
65
|
+
export const wasm_bindgen__closure__destroy__hc05d4761059c0df5: (a: number, b: number) => void;
|
|
66
66
|
export const wasm_bindgen__convert__closures_____invoke__hc8d470a46e185f12: (a: number, b: number, c: any) => [number, number];
|
|
67
67
|
export const wasm_bindgen__convert__closures_____invoke__h19185396894e5dfb: (a: number, b: number, c: any, d: any) => void;
|
|
68
|
-
export const
|
|
68
|
+
export const wasm_bindgen__convert__closures_____invoke__h7b2d358a66567a58: (a: number, b: number, c: any) => void;
|
|
69
69
|
export const wasm_bindgen__convert__closures_____invoke__h88d126a9c69f3dfa: (a: number, b: number) => void;
|
|
70
70
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
71
71
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|