jazz-wasm 2.0.0-alpha.47 → 2.0.0-alpha.49
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/jazz_wasm.d.ts +4 -4
- package/pkg/jazz_wasm.js +3 -3
- package/pkg/jazz_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/jazz_wasm.d.ts
CHANGED
|
@@ -493,10 +493,6 @@ export interface InitOutput {
|
|
|
493
493
|
readonly parseSchema: (a: number, b: number) => [number, number, number];
|
|
494
494
|
readonly runAsWorker: (a: any, b: any) => [number, number];
|
|
495
495
|
readonly init: () => void;
|
|
496
|
-
readonly decodeMainToWorkerJs: (a: any) => [number, number, number];
|
|
497
|
-
readonly decodeWorkerToMainJs: (a: any) => [number, number, number];
|
|
498
|
-
readonly encodeMainToWorkerJs: (a: any) => [number, number, number];
|
|
499
|
-
readonly encodeWorkerToMainJs: (a: any) => [number, number, number];
|
|
500
496
|
readonly __wbg_wasmruntime_free: (a: number, b: number) => void;
|
|
501
497
|
readonly __wbg_wasmworkerbridge_free: (a: number, b: number) => void;
|
|
502
498
|
readonly setTraceEntryCollectionEnabled: (a: number) => void;
|
|
@@ -570,6 +566,10 @@ export interface InitOutput {
|
|
|
570
566
|
readonly wasmworkerbridge_waitForUpstreamServerConnection: (a: number) => any;
|
|
571
567
|
readonly drainTraceEntries: () => any;
|
|
572
568
|
readonly subscribeTraceEntries: (a: any) => any;
|
|
569
|
+
readonly decodeMainToWorkerJs: (a: any) => [number, number, number];
|
|
570
|
+
readonly decodeWorkerToMainJs: (a: any) => [number, number, number];
|
|
571
|
+
readonly encodeMainToWorkerJs: (a: any) => [number, number, number];
|
|
572
|
+
readonly encodeWorkerToMainJs: (a: any) => [number, number, number];
|
|
573
573
|
readonly __wbg_wasmquerybuilder_free: (a: number, b: number) => void;
|
|
574
574
|
readonly wasmquerybuilder_alias: (a: number, b: number, c: number) => number;
|
|
575
575
|
readonly wasmquerybuilder_branch: (a: number, b: number, c: number) => number;
|
package/pkg/jazz_wasm.js
CHANGED
|
@@ -2411,17 +2411,17 @@ function __wbg_get_imports() {
|
|
|
2411
2411
|
return ret;
|
|
2412
2412
|
},
|
|
2413
2413
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
2414
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
2414
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 816, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2415
2415
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__ha139c643be38e81d);
|
|
2416
2416
|
return ret;
|
|
2417
2417
|
},
|
|
2418
2418
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
2419
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
2419
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 818, ret: Externref, inner_ret: Some(Externref) }, mutable: false }) -> Externref`.
|
|
2420
2420
|
const ret = makeClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h74026c82fbbbb92b);
|
|
2421
2421
|
return ret;
|
|
2422
2422
|
},
|
|
2423
2423
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
2424
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx:
|
|
2424
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 816, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2425
2425
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__ha139c643be38e81d_3);
|
|
2426
2426
|
return ret;
|
|
2427
2427
|
},
|
package/pkg/jazz_wasm_bg.wasm
CHANGED
|
Binary file
|