@rerun-io/web-viewer 0.20.1 → 0.20.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/README.md +1 -1
- package/package.json +1 -1
- package/re_viewer.d.ts +13 -23
- package/re_viewer.js +915 -891
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +13 -14
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ viewer.stop();
|
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
The `rrd` in the snippet above should be a URL pointing to either:
|
|
44
|
-
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.20.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.20.2/examples/dna.rrd>
|
|
45
45
|
- A WebSocket connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk/operating-modes#serve) API
|
|
46
46
|
|
|
47
47
|
If `rrd` is not set, the Viewer will display the same welcome screen as <https://app.rerun.io>.
|
package/package.json
CHANGED
package/re_viewer.d.ts
CHANGED
|
@@ -3,15 +3,6 @@ declare namespace wasm_bindgen {
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
/**
|
|
6
|
-
* Used to set the "email" property in the analytics config,
|
|
7
|
-
* in the same way as `rerun analytics email YOURNAME@rerun.io`.
|
|
8
|
-
*
|
|
9
|
-
* This one just panics when it fails, as it's only ever really run
|
|
10
|
-
* by rerun employees manually in `app.rerun.io`.
|
|
11
|
-
* @param {string} email
|
|
12
|
-
*/
|
|
13
|
-
export function set_email(email: string): void;
|
|
14
|
-
/**
|
|
15
6
|
*/
|
|
16
7
|
export class IntoUnderlyingByteSource {
|
|
17
8
|
free(): void;
|
|
@@ -163,7 +154,6 @@ declare interface InitOutput {
|
|
|
163
154
|
readonly webhandle_open_channel: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
164
155
|
readonly webhandle_close_channel: (a: number, b: number, c: number) => void;
|
|
165
156
|
readonly webhandle_send_rrd_to_channel: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
166
|
-
readonly set_email: (a: number, b: number) => void;
|
|
167
157
|
readonly wgpu_render_bundle_set_pipeline: (a: number, b: number) => void;
|
|
168
158
|
readonly wgpu_render_bundle_set_bind_group: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
169
159
|
readonly wgpu_render_bundle_set_vertex_buffer: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
@@ -194,23 +184,23 @@ declare interface InitOutput {
|
|
|
194
184
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
|
195
185
|
readonly __wbindgen_export_3: WebAssembly.Table;
|
|
196
186
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
197
|
-
readonly
|
|
187
|
+
readonly closure951_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
198
188
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
199
|
-
readonly
|
|
200
|
-
readonly
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
189
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he58fd076453c4661: (a: number, b: number) => void;
|
|
190
|
+
readonly closure5049_externref_shim: (a: number, b: number, c: number) => void;
|
|
191
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he5eb4a9e45295d99: (a: number, b: number, c: number) => void;
|
|
192
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h7edc17f6a4fe0060: (a: number, b: number) => void;
|
|
193
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h70df6c1e9655df07: (a: number, b: number) => void;
|
|
194
|
+
readonly closure7857_externref_shim: (a: number, b: number, c: number) => void;
|
|
195
|
+
readonly closure10648_externref_shim: (a: number, b: number, c: number) => void;
|
|
196
|
+
readonly closure14835_externref_shim: (a: number, b: number, c: number) => void;
|
|
197
|
+
readonly closure15632_externref_shim: (a: number, b: number, c: number) => void;
|
|
198
|
+
readonly closure15810_externref_shim: (a: number, b: number, c: number) => void;
|
|
199
|
+
readonly closure15851_externref_shim: (a: number, b: number, c: number) => void;
|
|
210
200
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
211
201
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
212
202
|
readonly __externref_table_alloc: () => number;
|
|
213
|
-
readonly
|
|
203
|
+
readonly closure19047_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
214
204
|
readonly __wbindgen_start: () => void;
|
|
215
205
|
}
|
|
216
206
|
|