@rerun-io/web-viewer 0.22.1 → 0.23.0-alpha.2

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/re_viewer_bg.wasm CHANGED
Binary file
@@ -2,57 +2,60 @@
2
2
  /* eslint-disable */
3
3
  export const memory: WebAssembly.Memory;
4
4
  export const __wbg_webhandle_free: (a: number, b: number) => void;
5
- export const webhandle_new: (a: number, b: number) => void;
6
- export const webhandle_start: (a: number, b: number) => number;
5
+ export const webhandle_new: (a: any) => [number, number, number];
6
+ export const webhandle_start: (a: number, b: any) => any;
7
7
  export const webhandle_toggle_panel_overrides: (a: number, b: number) => void;
8
- export const webhandle_override_panel_state: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
8
+ export const webhandle_override_panel_state: (a: number, b: number, c: number, d: number, e: number) => [number, number];
9
9
  export const webhandle_destroy: (a: number) => void;
10
10
  export const webhandle_has_panicked: (a: number) => number;
11
- export const webhandle_panic_message: (a: number, b: number) => void;
12
- export const webhandle_panic_callstack: (a: number, b: number) => void;
11
+ export const webhandle_panic_message: (a: number) => [number, number];
12
+ export const webhandle_panic_callstack: (a: number) => [number, number];
13
13
  export const webhandle_add_receiver: (a: number, b: number, c: number, d: number) => void;
14
14
  export const webhandle_remove_receiver: (a: number, b: number, c: number) => void;
15
15
  export const webhandle_open_channel: (a: number, b: number, c: number, d: number, e: number) => void;
16
16
  export const webhandle_close_channel: (a: number, b: number, c: number) => void;
17
17
  export const webhandle_send_rrd_to_channel: (a: number, b: number, c: number, d: number, e: number) => void;
18
- export const webhandle_get_active_recording_id: (a: number, b: number) => void;
18
+ export const webhandle_send_table_to_channel: (a: number, b: number, c: number, d: number, e: number) => void;
19
+ export const webhandle_get_active_recording_id: (a: number) => [number, number];
19
20
  export const webhandle_set_active_recording_id: (a: number, b: number, c: number) => void;
20
- export const webhandle_get_active_timeline: (a: number, b: number, c: number, d: number) => void;
21
+ export const webhandle_get_active_timeline: (a: number, b: number, c: number) => [number, number];
21
22
  export const webhandle_set_active_timeline: (a: number, b: number, c: number, d: number, e: number) => void;
22
- export const webhandle_get_time_for_timeline: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
23
+ export const webhandle_get_time_for_timeline: (a: number, b: number, c: number, d: number, e: number) => [number, number];
23
24
  export const webhandle_set_time_for_timeline: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
24
- export const webhandle_get_timeline_time_range: (a: number, b: number, c: number, d: number, e: number) => number;
25
+ export const webhandle_get_timeline_time_range: (a: number, b: number, c: number, d: number, e: number) => any;
25
26
  export const webhandle_get_playing: (a: number, b: number, c: number) => number;
26
27
  export const webhandle_set_playing: (a: number, b: number, c: number, d: number) => void;
27
28
  export const __wbg_intounderlyingsink_free: (a: number, b: number) => void;
28
- export const intounderlyingsink_write: (a: number, b: number) => number;
29
- export const intounderlyingsink_close: (a: number) => number;
30
- export const intounderlyingsink_abort: (a: number, b: number) => number;
29
+ export const intounderlyingsink_write: (a: number, b: any) => any;
30
+ export const intounderlyingsink_close: (a: number) => any;
31
+ export const intounderlyingsink_abort: (a: number, b: any) => any;
31
32
  export const __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
32
- export const intounderlyingbytesource_type: (a: number, b: number) => void;
33
+ export const intounderlyingbytesource_type: (a: number) => [number, number];
33
34
  export const intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
34
- export const intounderlyingbytesource_start: (a: number, b: number) => void;
35
- export const intounderlyingbytesource_pull: (a: number, b: number) => number;
35
+ export const intounderlyingbytesource_start: (a: number, b: any) => void;
36
+ export const intounderlyingbytesource_pull: (a: number, b: any) => any;
36
37
  export const intounderlyingbytesource_cancel: (a: number) => void;
37
38
  export const __wbg_intounderlyingsource_free: (a: number, b: number) => void;
38
- export const intounderlyingsource_pull: (a: number, b: number) => number;
39
+ export const intounderlyingsource_pull: (a: number, b: any) => any;
39
40
  export const intounderlyingsource_cancel: (a: number) => void;
41
+ export const __externref_table_alloc: () => number;
42
+ export const __wbindgen_export_1: WebAssembly.Table;
40
43
  export const __wbindgen_exn_store: (a: number) => void;
41
44
  export const __wbindgen_malloc: (a: number, b: number) => number;
42
45
  export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
43
46
  export const __wbindgen_free: (a: number, b: number, c: number) => void;
44
- export const __wbindgen_export_4: WebAssembly.Table;
45
- export const __wbindgen_add_to_stack_pointer: (a: number) => number;
46
- export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h259a94d114ac897b: (a: number, b: number, c: number, d: number) => void;
47
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbfbfe8e6e1401d47: (a: number, b: number) => void;
48
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h2ebe977aedece883: (a: number, b: number) => void;
49
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1e2e3c48f0cd82ac: (a: number, b: number) => void;
50
- export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h232bb6966b3dfeae: (a: number, b: number, c: number) => void;
51
- export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4402fdba1209d82b: (a: number, b: number, c: number) => void;
52
- export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he577966c3b916067: (a: number, b: number, c: number) => void;
53
- export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h01fc7bcd6c5d0116: (a: number, b: number, c: number) => void;
54
- export const _dyn_core__ops__function__Fn__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h54b166631f30502d: (a: number, b: number, c: number) => void;
55
- export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h15e70805c36045b1: (a: number, b: number, c: number) => void;
56
- export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he6c9102c185c9464: (a: number, b: number, c: number) => void;
57
- export const _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h82f6a297ba96eddc: (a: number, b: number, c: number) => void;
58
- export const wasm_bindgen__convert__closures__invoke2_mut__h1414356188f21f64: (a: number, b: number, c: number, d: number) => void;
47
+ export const __wbindgen_export_6: WebAssembly.Table;
48
+ export const __externref_table_dealloc: (a: number) => void;
49
+ export const closure119_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
50
+ export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf8b2e1e138bd9a18: (a: number, b: number) => void;
51
+ export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha61f4681493bdb8f: (a: number, b: number) => void;
52
+ export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h08b191b72e04463a: (a: number, b: number) => void;
53
+ export const closure7982_externref_shim: (a: number, b: number, c: any) => void;
54
+ export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbb7c8410aa30d4e4_multivalue_shim: (a: number, b: number) => [number, number];
55
+ export const closure8757_externref_shim: (a: number, b: number, c: any) => void;
56
+ export const closure12028_externref_shim: (a: number, b: number, c: any) => void;
57
+ export const closure12602_externref_shim: (a: number, b: number, c: any) => void;
58
+ export const closure12651_externref_shim: (a: number, b: number, c: any) => void;
59
+ export const closure12694_externref_shim: (a: number, b: number, c: any) => void;
60
+ export const closure17118_externref_shim: (a: number, b: number, c: any, d: any) => void;
61
+ export const __wbindgen_start: () => void;