@rerun-io/web-viewer 0.31.4 → 0.32.0-alpha.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 +2 -2
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
- package/re_viewer.d.ts +17 -20
- package/re_viewer.js +1139 -1038
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +17 -20
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.
|
|
31
|
+
The entrypoint for this packages is the [`WebViewer`](https://ref.rerun.io/docs/js/0.32.0-alpha.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.
|
|
47
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.32.0-alpha.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.
|
|
232
|
+
* - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.32.0-alpha.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
|
@@ -116,7 +116,7 @@ function resolveAbsoluteUrl(url) {
|
|
|
116
116
|
* ```
|
|
117
117
|
*
|
|
118
118
|
* Data may be provided to the Viewer as:
|
|
119
|
-
* - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.
|
|
119
|
+
* - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.32.0-alpha.1/examples/dna.rrd")`
|
|
120
120
|
* - A Rerun gRPC URL, e.g. `viewer.start("rerun+http://127.0.0.1:9876/proxy")`
|
|
121
121
|
* - A stream of log messages, via {@link WebViewer.open_channel}.
|
|
122
122
|
*
|
package/index.ts
CHANGED
|
@@ -430,7 +430,7 @@ function resolveAbsoluteUrl(url: string): string {
|
|
|
430
430
|
* ```
|
|
431
431
|
*
|
|
432
432
|
* Data may be provided to the Viewer as:
|
|
433
|
-
* - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.
|
|
433
|
+
* - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.32.0-alpha.1/examples/dna.rrd")`
|
|
434
434
|
* - A Rerun gRPC URL, e.g. `viewer.start("rerun+http://127.0.0.1:9876/proxy")`
|
|
435
435
|
* - A stream of log messages, via {@link WebViewer.open_channel}.
|
|
436
436
|
*
|
package/package.json
CHANGED
package/re_viewer.d.ts
CHANGED
|
@@ -154,32 +154,29 @@ declare interface InitOutput {
|
|
|
154
154
|
readonly intounderlyingsink_write: (a: number, b: any) => any;
|
|
155
155
|
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
156
156
|
readonly intounderlyingsource_pull: (a: number, b: any) => any;
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
readonly
|
|
163
|
-
readonly
|
|
164
|
-
readonly
|
|
165
|
-
readonly
|
|
166
|
-
readonly
|
|
167
|
-
readonly
|
|
168
|
-
readonly
|
|
169
|
-
readonly
|
|
170
|
-
readonly
|
|
171
|
-
readonly
|
|
172
|
-
readonly
|
|
173
|
-
readonly wasm_bindgen__convert__closures_____invoke__h515d9a574ced5c20: (a: number, b: number, c: any) => void;
|
|
174
|
-
readonly wasm_bindgen__convert__closures_____invoke__h34c0e2e8ad33c7ee: (a: number, b: number) => void;
|
|
175
|
-
readonly wasm_bindgen__convert__closures_____invoke__had4f08a0af1088c9: (a: number, b: number) => void;
|
|
176
|
-
readonly wasm_bindgen__convert__closures_____invoke__h0236d1cdfad95b17: (a: number, b: number) => void;
|
|
157
|
+
readonly wasm_bindgen__convert__closures_____invoke__h1a499476b940c1a3: (a: number, b: number, c: any) => [number, number];
|
|
158
|
+
readonly wasm_bindgen__convert__closures_____invoke__hc4ce6b8387062339: (a: number, b: number, c: any) => [number, number];
|
|
159
|
+
readonly wasm_bindgen__convert__closures_____invoke__h638c35d855e3d357: (a: number, b: number, c: any) => [number, number];
|
|
160
|
+
readonly wasm_bindgen__convert__closures_____invoke__h08eb2ec0200b261d: (a: number, b: number, c: any, d: any) => void;
|
|
161
|
+
readonly wasm_bindgen__convert__closures_____invoke__h35bfd7c3fab17877: (a: number, b: number, c: any) => void;
|
|
162
|
+
readonly wasm_bindgen__convert__closures_____invoke__hef8875643428db4b: (a: number, b: number, c: any) => void;
|
|
163
|
+
readonly wasm_bindgen__convert__closures_____invoke__h80ba0788a780ec33: (a: number, b: number, c: any) => void;
|
|
164
|
+
readonly wasm_bindgen__convert__closures_____invoke__h50cd1f8609f5a184: (a: number, b: number, c: any) => void;
|
|
165
|
+
readonly wasm_bindgen__convert__closures_____invoke__h80ba0788a780ec33_5: (a: number, b: number, c: any) => void;
|
|
166
|
+
readonly wasm_bindgen__convert__closures_____invoke__h35bfd7c3fab17877_6: (a: number, b: number, c: any) => void;
|
|
167
|
+
readonly wasm_bindgen__convert__closures_____invoke__hd6094bef25f7cb40: (a: number, b: number, c: any) => void;
|
|
168
|
+
readonly wasm_bindgen__convert__closures_____invoke__h50cd1f8609f5a184_9: (a: number, b: number, c: any) => void;
|
|
169
|
+
readonly wasm_bindgen__convert__closures_____invoke__habcf2dbfe013214b: (a: number, b: number) => [number, number];
|
|
170
|
+
readonly wasm_bindgen__convert__closures_____invoke__hf7a14ab725fc9a82: (a: number, b: number) => void;
|
|
171
|
+
readonly wasm_bindgen__convert__closures_____invoke__hc09581927b44d1df: (a: number, b: number) => void;
|
|
172
|
+
readonly wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4: (a: number, b: number) => void;
|
|
177
173
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
178
174
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
179
175
|
readonly __externref_table_alloc: () => number;
|
|
180
176
|
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
181
177
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
182
178
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
179
|
+
readonly __wbindgen_destroy_closure: (a: number, b: number) => void;
|
|
183
180
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
184
181
|
readonly __wbindgen_start: () => void;
|
|
185
182
|
}
|