@perspective-dev/client 4.1.0 → 4.1.1
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/dist/cdn/perspective.js +1 -1
- package/dist/cdn/perspective.js.map +3 -3
- package/dist/esm/perspective.inline.js +2 -2
- package/dist/esm/perspective.inline.js.map +3 -3
- package/dist/esm/perspective.js +1 -1
- package/dist/esm/perspective.js.map +3 -3
- package/dist/esm/perspective.node.js +7 -7
- package/dist/esm/perspective.node.js.map +2 -2
- package/dist/esm/virtual_servers/duckdb.js +3 -3
- package/dist/esm/virtual_servers/duckdb.js.map +2 -2
- package/dist/wasm/perspective-js.d.ts +3 -3
- package/dist/wasm/perspective-js.js +8 -8
- package/dist/wasm/perspective-js.wasm +0 -0
- package/dist/wasm/perspective-js.wasm.d.ts +3 -3
- package/package.json +1 -1
- package/src/rust/utils/futures.rs +7 -1
- package/src/ts/virtual_servers/duckdb.ts +7 -2
|
@@ -266,15 +266,15 @@ function passArray8ToWasm0(arg, malloc) {
|
|
|
266
266
|
function init() {
|
|
267
267
|
wasm.init();
|
|
268
268
|
}
|
|
269
|
-
function __wasm_bindgen_func_elem_3509(arg0, arg1, arg2) {
|
|
270
|
-
wasm.__wasm_bindgen_func_elem_3509(arg0, arg1, addHeapObject(arg2));
|
|
271
|
-
}
|
|
272
269
|
function __wasm_bindgen_func_elem_553(arg0, arg1) {
|
|
273
270
|
const ret = wasm.__wasm_bindgen_func_elem_553(arg0, arg1);
|
|
274
271
|
return takeObject(ret);
|
|
275
272
|
}
|
|
276
|
-
function
|
|
277
|
-
wasm.
|
|
273
|
+
function __wasm_bindgen_func_elem_3515(arg0, arg1, arg2) {
|
|
274
|
+
wasm.__wasm_bindgen_func_elem_3515(arg0, arg1, addHeapObject(arg2));
|
|
275
|
+
}
|
|
276
|
+
function __wasm_bindgen_func_elem_5070(arg0, arg1, arg2, arg3) {
|
|
277
|
+
wasm.__wasm_bindgen_func_elem_5070(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
278
278
|
}
|
|
279
279
|
var ClientFinalization = typeof FinalizationRegistry === "undefined" ? { register: () => {
|
|
280
280
|
}, unregister: () => {
|
|
@@ -1836,7 +1836,7 @@ function __wbg_get_imports() {
|
|
|
1836
1836
|
const a = state0.a;
|
|
1837
1837
|
state0.a = 0;
|
|
1838
1838
|
try {
|
|
1839
|
-
return
|
|
1839
|
+
return __wasm_bindgen_func_elem_5070(a, state0.b, arg02, arg12);
|
|
1840
1840
|
} finally {
|
|
1841
1841
|
state0.a = a;
|
|
1842
1842
|
}
|
|
@@ -2011,7 +2011,7 @@ function __wbg_get_imports() {
|
|
|
2011
2011
|
return addHeapObject(ret);
|
|
2012
2012
|
};
|
|
2013
2013
|
imports.wbg.__wbindgen_cast_58f1ec65de0445ab = function(arg0, arg1) {
|
|
2014
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
2014
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_3500, __wasm_bindgen_func_elem_3515);
|
|
2015
2015
|
return addHeapObject(ret);
|
|
2016
2016
|
};
|
|
2017
2017
|
imports.wbg.__wbindgen_cast_77bc3e92745e9a35 = function(arg0, arg1) {
|