@rerun-io/web-viewer 0.34.0 → 0.34.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/README.md CHANGED
@@ -28,7 +28,7 @@ This means that:
28
28
 
29
29
  ## Usage
30
30
 
31
- The entrypoint for this packages is the [`WebViewer`](https://ref.rerun.io/docs/js/0.34.0/web-viewer/classes/WebViewer.html) class.
31
+ The entrypoint for this packages is the [`WebViewer`](https://ref.rerun.io/docs/js/0.34.1/web-viewer/classes/WebViewer.html) class.
32
32
  The web viewer is an object which manages a canvas element:
33
33
 
34
34
  ```js
@@ -44,7 +44,7 @@ viewer.stop();
44
44
  ```
45
45
 
46
46
  The `rrd` in the snippet above should be a URL pointing to either:
47
- - A hosted `.rrd` file, such as <https://app.rerun.io/version/0.34.0/examples/dna.rrd>
47
+ - A hosted `.rrd` file, such as <https://app.rerun.io/version/0.34.1/examples/dna.rrd>
48
48
  - A gRPC connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk/operating-modes#serve) API
49
49
 
50
50
  If `rrd` is not set, the Viewer will display the same welcome screen as <https://app.rerun.io>.
package/index.d.ts CHANGED
@@ -229,7 +229,7 @@ export type EventsWithoutValue = {
229
229
  * ```
230
230
  *
231
231
  * Data may be provided to the Viewer as:
232
- * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.34.0/examples/dna.rrd")`
232
+ * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.34.1/examples/dna.rrd")`
233
233
  * - A Rerun gRPC URL, e.g. `viewer.start("rerun+http://127.0.0.1:9876/proxy")`
234
234
  * - A stream of log messages, via {@link WebViewer.open_channel}.
235
235
  *
package/index.js CHANGED
@@ -144,7 +144,7 @@ function resolveAbsoluteUrl(url) {
144
144
  * ```
145
145
  *
146
146
  * Data may be provided to the Viewer as:
147
- * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.34.0/examples/dna.rrd")`
147
+ * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.34.1/examples/dna.rrd")`
148
148
  * - A Rerun gRPC URL, e.g. `viewer.start("rerun+http://127.0.0.1:9876/proxy")`
149
149
  * - A stream of log messages, via {@link WebViewer.open_channel}.
150
150
  *
package/index.ts CHANGED
@@ -461,7 +461,7 @@ function resolveAbsoluteUrl(url: string): string {
461
461
  * ```
462
462
  *
463
463
  * Data may be provided to the Viewer as:
464
- * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.34.0/examples/dna.rrd")`
464
+ * - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.34.1/examples/dna.rrd")`
465
465
  * - A Rerun gRPC URL, e.g. `viewer.start("rerun+http://127.0.0.1:9876/proxy")`
466
466
  * - A stream of log messages, via {@link WebViewer.open_channel}.
467
467
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rerun-io/web-viewer",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
4
  "description": "Embed the Rerun web viewer in your app",
5
5
  "licenses": [
6
6
  {
package/re_viewer.d.ts CHANGED
@@ -155,20 +155,20 @@ declare interface InitOutput {
155
155
  readonly intounderlyingsource_cancel: (a: number) => void;
156
156
  readonly intounderlyingsource_pull: (a: number, b: any) => any;
157
157
  readonly wasm_bindgen__convert__closures_____invoke__h1dce8a665027385a: (a: number, b: number, c: any) => [number, number];
158
- readonly wasm_bindgen__convert__closures_____invoke__h91f5aa92ccaf06d4: (a: number, b: number, c: any) => [number, number];
159
- readonly wasm_bindgen__convert__closures_____invoke__h94cc7bcae4ae41a1: (a: number, b: number, c: any) => [number, number];
158
+ readonly wasm_bindgen__convert__closures_____invoke__h89b6ac27ea5906ba: (a: number, b: number, c: any) => [number, number];
159
+ readonly wasm_bindgen__convert__closures_____invoke__h7b16e409f18f24a8: (a: number, b: number, c: any) => [number, number];
160
160
  readonly wasm_bindgen__convert__closures_____invoke__h2d1312eb0817667b: (a: number, b: number, c: any, d: any) => void;
161
161
  readonly wasm_bindgen__convert__closures_____invoke__h30c2569a3bf343fb: (a: number, b: number, c: any) => void;
162
162
  readonly wasm_bindgen__convert__closures_____invoke__h3f60234ba8773866: (a: number, b: number, c: any) => void;
163
163
  readonly wasm_bindgen__convert__closures_____invoke__h0a5e47b03b549283: (a: number, b: number, c: any) => void;
164
- readonly wasm_bindgen__convert__closures_____invoke__h73106976e728928a: (a: number, b: number, c: any) => void;
164
+ readonly wasm_bindgen__convert__closures_____invoke__h105dfd01db77c8c9: (a: number, b: number, c: any) => void;
165
165
  readonly wasm_bindgen__convert__closures_____invoke__h0a5e47b03b549283_5: (a: number, b: number, c: any) => void;
166
166
  readonly wasm_bindgen__convert__closures_____invoke__h30c2569a3bf343fb_6: (a: number, b: number, c: any) => void;
167
- readonly wasm_bindgen__convert__closures_____invoke__hfd9b497503c60794: (a: number, b: number, c: any) => void;
168
- readonly wasm_bindgen__convert__closures_____invoke__h73106976e728928a_9: (a: number, b: number, c: any) => void;
167
+ readonly wasm_bindgen__convert__closures_____invoke__h8ba127360240d2c7: (a: number, b: number, c: any) => void;
168
+ readonly wasm_bindgen__convert__closures_____invoke__h105dfd01db77c8c9_9: (a: number, b: number, c: any) => void;
169
169
  readonly wasm_bindgen__convert__closures_____invoke__hf36a10484c480dcc: (a: number, b: number) => [number, number];
170
170
  readonly wasm_bindgen__convert__closures_____invoke__h1eb0c227974d07db: (a: number, b: number) => void;
171
- readonly wasm_bindgen__convert__closures_____invoke__hfce04175609a64e0: (a: number, b: number) => void;
171
+ readonly wasm_bindgen__convert__closures_____invoke__h22add12ceb3793f7: (a: number, b: number) => void;
172
172
  readonly wasm_bindgen__convert__closures_____invoke__h314690ed42e4d760: (a: number, b: number) => void;
173
173
  readonly __wbindgen_malloc: (a: number, b: number) => number;
174
174
  readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
package/re_viewer.js CHANGED
@@ -739,11 +739,11 @@ const exports = { __proto__: null };
739
739
  __wbg_clearStencil_4d7e0568af04ac91: function(arg0, arg1) {
740
740
  arg0.clearStencil(arg1);
741
741
  },
742
- __wbg_clearTimeout_4ce8abcdd5386a8f: function(arg0) {
742
+ __wbg_clearTimeout_8d22a43d8d3c1bfa: function(arg0) {
743
743
  const ret = clearTimeout(arg0);
744
744
  return ret;
745
745
  },
746
- __wbg_clearTimeout_8d22a43d8d3c1bfa: function(arg0) {
746
+ __wbg_clearTimeout_ef38e23d3d8f7baf: function(arg0) {
747
747
  const ret = clearTimeout(arg0);
748
748
  return ret;
749
749
  },
@@ -1274,6 +1274,10 @@ const exports = { __proto__: null };
1274
1274
  const ret = arg0.fetch(arg1);
1275
1275
  return ret;
1276
1276
  },
1277
+ __wbg_fetch_737feb0f4e4769cd: function(arg0, arg1) {
1278
+ const ret = fetch(arg0, arg1);
1279
+ return ret;
1280
+ },
1277
1281
  __wbg_fetch_a920260d19124083: function(arg0, arg1, arg2) {
1278
1282
  const ret = arg0.fetch(arg1, arg2);
1279
1283
  return ret;
@@ -1282,10 +1286,6 @@ const exports = { __proto__: null };
1282
1286
  const ret = fetch(arg0);
1283
1287
  return ret;
1284
1288
  },
1285
- __wbg_fetch_b9ec7cc04e1ed641: function(arg0, arg1) {
1286
- const ret = fetch(arg0, arg1);
1287
- return ret;
1288
- },
1289
1289
  __wbg_fetch_fa4854adc83457ba: function(arg0) {
1290
1290
  const ret = fetch(arg0);
1291
1291
  return ret;
@@ -2230,10 +2230,6 @@ const exports = { __proto__: null };
2230
2230
  const ret = new URL(getStringFromWasm0(arg0, arg1));
2231
2231
  return ret;
2232
2232
  }, arguments); },
2233
- __wbg_new_1a379f3ba272d2b8: function() {
2234
- const ret = new Error();
2235
- return ret;
2236
- },
2237
2233
  __wbg_new_23ac95738b27f596: function() { return handleError(function (arg0) {
2238
2234
  const ret = new EncodedVideoChunk(arg0);
2239
2235
  return ret;
@@ -2272,6 +2268,10 @@ const exports = { __proto__: null };
2272
2268
  const ret = new Error();
2273
2269
  return ret;
2274
2270
  },
2271
+ __wbg_new_5d1c7a46f16959db: function() {
2272
+ const ret = new Error();
2273
+ return ret;
2274
+ },
2275
2275
  __wbg_new_6f89ec4f8aab68cc: function() { return handleError(function (arg0) {
2276
2276
  const ret = new ResizeObserver(arg0);
2277
2277
  return ret;
@@ -2616,10 +2616,6 @@ const exports = { __proto__: null };
2616
2616
  __wbg_setScissorRect_a1545e0e0ae58d7e: function(arg0, arg1, arg2, arg3, arg4) {
2617
2617
  arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
2618
2618
  },
2619
- __wbg_setTimeout_3f4119f26240bd79: function(arg0, arg1) {
2620
- const ret = setTimeout(arg0, arg1);
2621
- return ret;
2622
- },
2623
2619
  __wbg_setTimeout_53fc0e252a92dca8: function(arg0, arg1) {
2624
2620
  const ret = setTimeout(arg0, arg1);
2625
2621
  return ret;
@@ -2628,6 +2624,10 @@ const exports = { __proto__: null };
2628
2624
  const ret = arg0.setTimeout(arg1, arg2);
2629
2625
  return ret;
2630
2626
  }, arguments); },
2627
+ __wbg_setTimeout_91734b3436ad0e03: function(arg0, arg1) {
2628
+ const ret = setTimeout(arg0, arg1);
2629
+ return ret;
2630
+ },
2631
2631
  __wbg_setVertexBuffer_1d85cc2da6e137a7: function(arg0, arg1, arg2, arg3, arg4) {
2632
2632
  arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
2633
2633
  },
@@ -3352,14 +3352,14 @@ const exports = { __proto__: null };
3352
3352
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
3353
3353
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
3354
3354
  },
3355
- __wbg_stack_6476d1d46b80665a: function(arg0, arg1) {
3355
+ __wbg_stack_20d3a047502dc7bd: function(arg0, arg1) {
3356
3356
  const ret = arg1.stack;
3357
3357
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
3358
3358
  const len1 = WASM_VECTOR_LEN;
3359
3359
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
3360
3360
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
3361
3361
  },
3362
- __wbg_stack_9cda9939ef0fa202: function(arg0, arg1) {
3362
+ __wbg_stack_6476d1d46b80665a: function(arg0, arg1) {
3363
3363
  const ret = arg1.stack;
3364
3364
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
3365
3365
  const len1 = WASM_VECTOR_LEN;
@@ -3436,7 +3436,7 @@ const exports = { __proto__: null };
3436
3436
  const ret = JSON.stringify(arg0);
3437
3437
  return ret;
3438
3438
  }, arguments); },
3439
- __wbg_structuredClone_bd308b0a4dee06f3: function() { return handleError(function (arg0) {
3439
+ __wbg_structuredClone_96dbcb8e0037e2f7: function() { return handleError(function (arg0) {
3440
3440
  const ret = window.structuredClone(arg0);
3441
3441
  return ret;
3442
3442
  }, arguments); },
@@ -3800,12 +3800,12 @@ const exports = { __proto__: null };
3800
3800
  return ret;
3801
3801
  },
3802
3802
  __wbindgen_cast_0000000000000001: function(arg0, arg1) {
3803
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 23364, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3803
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 23359, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3804
3804
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h30c2569a3bf343fb);
3805
3805
  return ret;
3806
3806
  },
3807
3807
  __wbindgen_cast_0000000000000002: function(arg0, arg1) {
3808
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 32576, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3808
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 32574, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3809
3809
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h3f60234ba8773866);
3810
3810
  return ret;
3811
3811
  },
@@ -3815,43 +3815,43 @@ const exports = { __proto__: null };
3815
3815
  return ret;
3816
3816
  },
3817
3817
  __wbindgen_cast_0000000000000004: function(arg0, arg1) {
3818
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 23148, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3818
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 23143, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3819
3819
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0a5e47b03b549283);
3820
3820
  return ret;
3821
3821
  },
3822
3822
  __wbindgen_cast_0000000000000005: function(arg0, arg1) {
3823
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Error")], shim_idx: 27702, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3824
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h73106976e728928a);
3823
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Error")], shim_idx: 27696, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3824
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h105dfd01db77c8c9);
3825
3825
  return ret;
3826
3826
  },
3827
3827
  __wbindgen_cast_0000000000000006: function(arg0, arg1) {
3828
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 23148, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3828
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 23143, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3829
3829
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0a5e47b03b549283_5);
3830
3830
  return ret;
3831
3831
  },
3832
3832
  __wbindgen_cast_0000000000000007: function(arg0, arg1) {
3833
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 23364, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3833
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 23359, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3834
3834
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h30c2569a3bf343fb_6);
3835
3835
  return ret;
3836
3836
  },
3837
3837
  __wbindgen_cast_0000000000000008: function(arg0, arg1) {
3838
3838
  // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("PopStateEvent")], shim_idx: 8, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
3839
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h91f5aa92ccaf06d4);
3839
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h89b6ac27ea5906ba);
3840
3840
  return ret;
3841
3841
  },
3842
3842
  __wbindgen_cast_0000000000000009: function(arg0, arg1) {
3843
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("StorageEvent")], shim_idx: 3754, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3844
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hfd9b497503c60794);
3843
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("StorageEvent")], shim_idx: 3756, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3844
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h8ba127360240d2c7);
3845
3845
  return ret;
3846
3846
  },
3847
3847
  __wbindgen_cast_000000000000000a: function(arg0, arg1) {
3848
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("VideoFrame")], shim_idx: 27702, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3849
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h73106976e728928a_9);
3848
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("VideoFrame")], shim_idx: 27696, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3849
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h105dfd01db77c8c9_9);
3850
3850
  return ret;
3851
3851
  },
3852
3852
  __wbindgen_cast_000000000000000b: function(arg0, arg1) {
3853
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("undefined")], shim_idx: 27703, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
3854
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h94cc7bcae4ae41a1);
3853
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("undefined")], shim_idx: 27697, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
3854
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h7b16e409f18f24a8);
3855
3855
  return ret;
3856
3856
  },
3857
3857
  __wbindgen_cast_000000000000000c: function(arg0, arg1) {
@@ -3860,17 +3860,17 @@ const exports = { __proto__: null };
3860
3860
  return ret;
3861
3861
  },
3862
3862
  __wbindgen_cast_000000000000000d: function(arg0, arg1) {
3863
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 23147, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
3863
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 23142, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
3864
3864
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hf36a10484c480dcc);
3865
3865
  return ret;
3866
3866
  },
3867
3867
  __wbindgen_cast_000000000000000e: function(arg0, arg1) {
3868
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 28285, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3869
- const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hfce04175609a64e0);
3868
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 28280, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3869
+ const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h22add12ceb3793f7);
3870
3870
  return ret;
3871
3871
  },
3872
3872
  __wbindgen_cast_000000000000000f: function(arg0, arg1) {
3873
- // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 6437, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3873
+ // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 6438, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
3874
3874
  const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h314690ed42e4d760);
3875
3875
  return ret;
3876
3876
  },
@@ -3939,8 +3939,8 @@ const exports = { __proto__: null };
3939
3939
  wasm.wasm_bindgen__convert__closures_____invoke__h1eb0c227974d07db(arg0, arg1);
3940
3940
  }
3941
3941
 
3942
- function wasm_bindgen__convert__closures_____invoke__hfce04175609a64e0(arg0, arg1) {
3943
- wasm.wasm_bindgen__convert__closures_____invoke__hfce04175609a64e0(arg0, arg1);
3942
+ function wasm_bindgen__convert__closures_____invoke__h22add12ceb3793f7(arg0, arg1) {
3943
+ wasm.wasm_bindgen__convert__closures_____invoke__h22add12ceb3793f7(arg0, arg1);
3944
3944
  }
3945
3945
 
3946
3946
  function wasm_bindgen__convert__closures_____invoke__h314690ed42e4d760(arg0, arg1) {
@@ -3966,8 +3966,8 @@ const exports = { __proto__: null };
3966
3966
  wasm.wasm_bindgen__convert__closures_____invoke__h0a5e47b03b549283(arg0, arg1, arg2);
3967
3967
  }
3968
3968
 
3969
- function wasm_bindgen__convert__closures_____invoke__h73106976e728928a(arg0, arg1, arg2) {
3970
- wasm.wasm_bindgen__convert__closures_____invoke__h73106976e728928a(arg0, arg1, arg2);
3969
+ function wasm_bindgen__convert__closures_____invoke__h105dfd01db77c8c9(arg0, arg1, arg2) {
3970
+ wasm.wasm_bindgen__convert__closures_____invoke__h105dfd01db77c8c9(arg0, arg1, arg2);
3971
3971
  }
3972
3972
 
3973
3973
  function wasm_bindgen__convert__closures_____invoke__h0a5e47b03b549283_5(arg0, arg1, arg2) {
@@ -3978,12 +3978,12 @@ const exports = { __proto__: null };
3978
3978
  wasm.wasm_bindgen__convert__closures_____invoke__h30c2569a3bf343fb_6(arg0, arg1, arg2);
3979
3979
  }
3980
3980
 
3981
- function wasm_bindgen__convert__closures_____invoke__hfd9b497503c60794(arg0, arg1, arg2) {
3982
- wasm.wasm_bindgen__convert__closures_____invoke__hfd9b497503c60794(arg0, arg1, arg2);
3981
+ function wasm_bindgen__convert__closures_____invoke__h8ba127360240d2c7(arg0, arg1, arg2) {
3982
+ wasm.wasm_bindgen__convert__closures_____invoke__h8ba127360240d2c7(arg0, arg1, arg2);
3983
3983
  }
3984
3984
 
3985
- function wasm_bindgen__convert__closures_____invoke__h73106976e728928a_9(arg0, arg1, arg2) {
3986
- wasm.wasm_bindgen__convert__closures_____invoke__h73106976e728928a_9(arg0, arg1, arg2);
3985
+ function wasm_bindgen__convert__closures_____invoke__h105dfd01db77c8c9_9(arg0, arg1, arg2) {
3986
+ wasm.wasm_bindgen__convert__closures_____invoke__h105dfd01db77c8c9_9(arg0, arg1, arg2);
3987
3987
  }
3988
3988
 
3989
3989
  function wasm_bindgen__convert__closures_____invoke__h1dce8a665027385a(arg0, arg1, arg2) {
@@ -3993,15 +3993,15 @@ const exports = { __proto__: null };
3993
3993
  }
3994
3994
  }
3995
3995
 
3996
- function wasm_bindgen__convert__closures_____invoke__h91f5aa92ccaf06d4(arg0, arg1, arg2) {
3997
- const ret = wasm.wasm_bindgen__convert__closures_____invoke__h91f5aa92ccaf06d4(arg0, arg1, arg2);
3996
+ function wasm_bindgen__convert__closures_____invoke__h89b6ac27ea5906ba(arg0, arg1, arg2) {
3997
+ const ret = wasm.wasm_bindgen__convert__closures_____invoke__h89b6ac27ea5906ba(arg0, arg1, arg2);
3998
3998
  if (ret[1]) {
3999
3999
  throw takeFromExternrefTable0(ret[0]);
4000
4000
  }
4001
4001
  }
4002
4002
 
4003
- function wasm_bindgen__convert__closures_____invoke__h94cc7bcae4ae41a1(arg0, arg1, arg2) {
4004
- const ret = wasm.wasm_bindgen__convert__closures_____invoke__h94cc7bcae4ae41a1(arg0, arg1, arg2);
4003
+ function wasm_bindgen__convert__closures_____invoke__h7b16e409f18f24a8(arg0, arg1, arg2) {
4004
+ const ret = wasm.wasm_bindgen__convert__closures_____invoke__h7b16e409f18f24a8(arg0, arg1, arg2);
4005
4005
  if (ret[1]) {
4006
4006
  throw takeFromExternrefTable0(ret[0]);
4007
4007
  }
package/re_viewer_bg.wasm CHANGED
Binary file
@@ -55,20 +55,20 @@ export const intounderlyingsink_write: (a: number, b: any) => any;
55
55
  export const intounderlyingsource_cancel: (a: number) => void;
56
56
  export const intounderlyingsource_pull: (a: number, b: any) => any;
57
57
  export const wasm_bindgen__convert__closures_____invoke__h1dce8a665027385a: (a: number, b: number, c: any) => [number, number];
58
- export const wasm_bindgen__convert__closures_____invoke__h91f5aa92ccaf06d4: (a: number, b: number, c: any) => [number, number];
59
- export const wasm_bindgen__convert__closures_____invoke__h94cc7bcae4ae41a1: (a: number, b: number, c: any) => [number, number];
58
+ export const wasm_bindgen__convert__closures_____invoke__h89b6ac27ea5906ba: (a: number, b: number, c: any) => [number, number];
59
+ export const wasm_bindgen__convert__closures_____invoke__h7b16e409f18f24a8: (a: number, b: number, c: any) => [number, number];
60
60
  export const wasm_bindgen__convert__closures_____invoke__h2d1312eb0817667b: (a: number, b: number, c: any, d: any) => void;
61
61
  export const wasm_bindgen__convert__closures_____invoke__h30c2569a3bf343fb: (a: number, b: number, c: any) => void;
62
62
  export const wasm_bindgen__convert__closures_____invoke__h3f60234ba8773866: (a: number, b: number, c: any) => void;
63
63
  export const wasm_bindgen__convert__closures_____invoke__h0a5e47b03b549283: (a: number, b: number, c: any) => void;
64
- export const wasm_bindgen__convert__closures_____invoke__h73106976e728928a: (a: number, b: number, c: any) => void;
64
+ export const wasm_bindgen__convert__closures_____invoke__h105dfd01db77c8c9: (a: number, b: number, c: any) => void;
65
65
  export const wasm_bindgen__convert__closures_____invoke__h0a5e47b03b549283_5: (a: number, b: number, c: any) => void;
66
66
  export const wasm_bindgen__convert__closures_____invoke__h30c2569a3bf343fb_6: (a: number, b: number, c: any) => void;
67
- export const wasm_bindgen__convert__closures_____invoke__hfd9b497503c60794: (a: number, b: number, c: any) => void;
68
- export const wasm_bindgen__convert__closures_____invoke__h73106976e728928a_9: (a: number, b: number, c: any) => void;
67
+ export const wasm_bindgen__convert__closures_____invoke__h8ba127360240d2c7: (a: number, b: number, c: any) => void;
68
+ export const wasm_bindgen__convert__closures_____invoke__h105dfd01db77c8c9_9: (a: number, b: number, c: any) => void;
69
69
  export const wasm_bindgen__convert__closures_____invoke__hf36a10484c480dcc: (a: number, b: number) => [number, number];
70
70
  export const wasm_bindgen__convert__closures_____invoke__h1eb0c227974d07db: (a: number, b: number) => void;
71
- export const wasm_bindgen__convert__closures_____invoke__hfce04175609a64e0: (a: number, b: number) => void;
71
+ export const wasm_bindgen__convert__closures_____invoke__h22add12ceb3793f7: (a: number, b: number) => void;
72
72
  export const wasm_bindgen__convert__closures_____invoke__h314690ed42e4d760: (a: number, b: number) => void;
73
73
  export const __wbindgen_malloc: (a: number, b: number) => number;
74
74
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;