@rerun-io/web-viewer 0.32.0-alpha.1 → 0.32.0-rc.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 +11 -11
- package/re_viewer.js +373 -364
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +11 -11
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.32.0-
|
|
31
|
+
The entrypoint for this packages is the [`WebViewer`](https://ref.rerun.io/docs/js/0.32.0-rc.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.32.0-
|
|
47
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.32.0-rc.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.32.0-
|
|
232
|
+
* - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.32.0-rc.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.32.0-
|
|
119
|
+
* - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.32.0-rc.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.32.0-
|
|
433
|
+
* - An HTTP file URL, e.g. `viewer.start("https://app.rerun.io/version/0.32.0-rc.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
|
@@ -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__h1a499476b940c1a3: (a: number, b: number, c: any) => [number, number];
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
158
|
+
readonly wasm_bindgen__convert__closures_____invoke__hd33be00722191293: (a: number, b: number, c: any) => [number, number];
|
|
159
|
+
readonly wasm_bindgen__convert__closures_____invoke__h23c293509a282627: (a: number, b: number, c: any) => [number, number];
|
|
160
160
|
readonly wasm_bindgen__convert__closures_____invoke__h08eb2ec0200b261d: (a: number, b: number, c: any, d: any) => void;
|
|
161
|
-
readonly
|
|
161
|
+
readonly wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966: (a: number, b: number, c: any) => void;
|
|
162
162
|
readonly wasm_bindgen__convert__closures_____invoke__hef8875643428db4b: (a: number, b: number, c: any) => void;
|
|
163
|
-
readonly
|
|
164
|
-
readonly
|
|
165
|
-
readonly
|
|
166
|
-
readonly
|
|
167
|
-
readonly
|
|
168
|
-
readonly
|
|
169
|
-
readonly
|
|
163
|
+
readonly wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3: (a: number, b: number, c: any) => void;
|
|
164
|
+
readonly wasm_bindgen__convert__closures_____invoke__h146b231274b978ee: (a: number, b: number, c: any) => void;
|
|
165
|
+
readonly wasm_bindgen__convert__closures_____invoke__h113a3b6292bca4c3_5: (a: number, b: number, c: any) => void;
|
|
166
|
+
readonly wasm_bindgen__convert__closures_____invoke__h7f5990dfa2f7a966_6: (a: number, b: number, c: any) => void;
|
|
167
|
+
readonly wasm_bindgen__convert__closures_____invoke__h15360cd0644adfb0: (a: number, b: number, c: any) => void;
|
|
168
|
+
readonly wasm_bindgen__convert__closures_____invoke__h146b231274b978ee_9: (a: number, b: number, c: any) => void;
|
|
169
|
+
readonly wasm_bindgen__convert__closures_____invoke__h888f695dbf200fbf: (a: number, b: number) => [number, number];
|
|
170
170
|
readonly wasm_bindgen__convert__closures_____invoke__hf7a14ab725fc9a82: (a: number, b: number) => void;
|
|
171
|
-
readonly
|
|
171
|
+
readonly wasm_bindgen__convert__closures_____invoke__hd68d6d7df2a6dcd9: (a: number, b: number) => void;
|
|
172
172
|
readonly wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4: (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;
|