@rerun-io/web-viewer 0.18.0-rc.2 → 0.18.0-rc.3
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 +8 -8
- package/re_viewer.js +40 -40
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +8 -8
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.18.0-rc.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.18.0-rc.3/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
|
@@ -196,23 +196,23 @@ declare interface InitOutput {
|
|
|
196
196
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
197
197
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
|
198
198
|
readonly __wbindgen_export_3: WebAssembly.Table;
|
|
199
|
-
readonly
|
|
199
|
+
readonly wasm_bindgen__convert__closures__invoke0_mut__hd12d2057452c6ae5: (a: number, b: number) => void;
|
|
200
200
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
201
201
|
readonly closure810_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
202
202
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
203
203
|
readonly wasm_bindgen__convert__closures__invoke0_mut__hca3fde335c0a19d0: (a: number, b: number, c: number) => void;
|
|
204
204
|
readonly closure4218_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
-
readonly
|
|
205
|
+
readonly wasm_bindgen__convert__closures__invoke0_mut__hd1f6c3bc7a26cb4c: (a: number, b: number) => void;
|
|
206
206
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h481a4c2bb2473fc6: (a: number, b: number) => void;
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
207
|
+
readonly closure7529_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure10125_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure12882_externref_shim: (a: number, b: number, c: number) => void;
|
|
210
|
+
readonly closure13017_externref_shim: (a: number, b: number, c: number) => void;
|
|
211
|
+
readonly closure13030_externref_shim: (a: number, b: number, c: number) => void;
|
|
212
212
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
213
213
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
214
214
|
readonly __externref_table_alloc: () => number;
|
|
215
|
-
readonly
|
|
215
|
+
readonly closure15701_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
216
216
|
readonly __wbindgen_start: () => void;
|
|
217
217
|
}
|
|
218
218
|
|
package/re_viewer.js
CHANGED
|
@@ -200,7 +200,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
200
200
|
return real;
|
|
201
201
|
}
|
|
202
202
|
function __wbg_adapter_46(arg0, arg1) {
|
|
203
|
-
wasm.
|
|
203
|
+
wasm.wasm_bindgen__convert__closures__invoke0_mut__hd12d2057452c6ae5(arg0, arg1);
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
function takeFromExternrefTable0(idx) {
|
|
@@ -241,7 +241,7 @@ function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
function __wbg_adapter_60(arg0, arg1) {
|
|
244
|
-
wasm.
|
|
244
|
+
wasm.wasm_bindgen__convert__closures__invoke0_mut__hd1f6c3bc7a26cb4c(arg0, arg1);
|
|
245
245
|
}
|
|
246
246
|
|
|
247
247
|
function __wbg_adapter_63(arg0, arg1) {
|
|
@@ -249,23 +249,23 @@ function __wbg_adapter_63(arg0, arg1) {
|
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
252
|
-
wasm.
|
|
252
|
+
wasm.closure7529_externref_shim(arg0, arg1, arg2);
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
256
|
-
wasm.
|
|
256
|
+
wasm.closure10125_externref_shim(arg0, arg1, arg2);
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
function __wbg_adapter_80(arg0, arg1, arg2) {
|
|
260
|
-
wasm.
|
|
260
|
+
wasm.closure12882_externref_shim(arg0, arg1, arg2);
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
function __wbg_adapter_83(arg0, arg1, arg2) {
|
|
264
|
-
wasm.
|
|
264
|
+
wasm.closure13017_externref_shim(arg0, arg1, arg2);
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
function __wbg_adapter_86(arg0, arg1, arg2) {
|
|
268
|
-
wasm.
|
|
268
|
+
wasm.closure13030_externref_shim(arg0, arg1, arg2);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -338,7 +338,7 @@ function getArrayF32FromWasm0(ptr, len) {
|
|
|
338
338
|
return getFloat32Memory0().subarray(ptr / 4, ptr / 4 + len);
|
|
339
339
|
}
|
|
340
340
|
function __wbg_adapter_1383(arg0, arg1, arg2, arg3) {
|
|
341
|
-
wasm.
|
|
341
|
+
wasm.closure15701_externref_shim(arg0, arg1, arg2, arg3);
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -778,7 +778,7 @@ function __wbg_get_imports() {
|
|
|
778
778
|
const ret = arg0 === null;
|
|
779
779
|
return ret;
|
|
780
780
|
};
|
|
781
|
-
imports.wbg.
|
|
781
|
+
imports.wbg.__wbg_structuredClone_079ce4991a973459 = function() { return handleError(function (arg0) {
|
|
782
782
|
const ret = window.structuredClone(arg0);
|
|
783
783
|
return ret;
|
|
784
784
|
}, arguments) };
|
|
@@ -825,11 +825,11 @@ function __wbg_get_imports() {
|
|
|
825
825
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
826
826
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
827
827
|
};
|
|
828
|
-
imports.wbg.
|
|
828
|
+
imports.wbg.__wbg_new_7e1ed1775ef7eaa1 = function() {
|
|
829
829
|
const ret = new Error();
|
|
830
830
|
return ret;
|
|
831
831
|
};
|
|
832
|
-
imports.wbg.
|
|
832
|
+
imports.wbg.__wbg_stack_aa1510aa94ffa6ea = function(arg0, arg1) {
|
|
833
833
|
const ret = arg1.stack;
|
|
834
834
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
835
835
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3054,16 +3054,16 @@ function __wbg_get_imports() {
|
|
|
3054
3054
|
const ret = arg0.getSupportedProfiles();
|
|
3055
3055
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3056
3056
|
};
|
|
3057
|
-
imports.wbg.
|
|
3057
|
+
imports.wbg.__wbg_warn_cb550975c8c590f1 = function(arg0, arg1) {
|
|
3058
3058
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3059
3059
|
};
|
|
3060
|
-
imports.wbg.
|
|
3060
|
+
imports.wbg.__wbg_info_a9a14fc6db6fa894 = function(arg0, arg1) {
|
|
3061
3061
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3062
3062
|
};
|
|
3063
|
-
imports.wbg.
|
|
3063
|
+
imports.wbg.__wbg_debug_e1f35b8d0ba1ac7e = function(arg0, arg1) {
|
|
3064
3064
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3065
3065
|
};
|
|
3066
|
-
imports.wbg.
|
|
3066
|
+
imports.wbg.__wbg_trace_780f8ed0f89437f9 = function(arg0, arg1) {
|
|
3067
3067
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3068
3068
|
};
|
|
3069
3069
|
imports.wbg.__wbg_performance_e5eb61626698b7a4 = function(arg0) {
|
|
@@ -3412,68 +3412,68 @@ function __wbg_get_imports() {
|
|
|
3412
3412
|
const ret = wasm.memory;
|
|
3413
3413
|
return ret;
|
|
3414
3414
|
};
|
|
3415
|
-
imports.wbg.
|
|
3415
|
+
imports.wbg.__wbindgen_closure_wrapper2835 = function(arg0, arg1, arg2) {
|
|
3416
3416
|
const ret = makeMutClosure(arg0, arg1, 808, __wbg_adapter_46);
|
|
3417
3417
|
return ret;
|
|
3418
3418
|
};
|
|
3419
|
-
imports.wbg.
|
|
3419
|
+
imports.wbg.__wbindgen_closure_wrapper2837 = function(arg0, arg1, arg2) {
|
|
3420
3420
|
const ret = makeMutClosure(arg0, arg1, 808, __wbg_adapter_49);
|
|
3421
3421
|
return ret;
|
|
3422
3422
|
};
|
|
3423
|
-
imports.wbg.
|
|
3423
|
+
imports.wbg.__wbindgen_closure_wrapper11242 = function(arg0, arg1, arg2) {
|
|
3424
3424
|
const ret = makeMutClosure(arg0, arg1, 4216, __wbg_adapter_52);
|
|
3425
3425
|
return ret;
|
|
3426
3426
|
};
|
|
3427
|
-
imports.wbg.
|
|
3427
|
+
imports.wbg.__wbindgen_closure_wrapper11244 = function(arg0, arg1, arg2) {
|
|
3428
3428
|
const ret = makeMutClosure(arg0, arg1, 4216, __wbg_adapter_55);
|
|
3429
3429
|
return ret;
|
|
3430
3430
|
};
|
|
3431
|
-
imports.wbg.
|
|
3431
|
+
imports.wbg.__wbindgen_closure_wrapper11246 = function(arg0, arg1, arg2) {
|
|
3432
3432
|
const ret = makeMutClosure(arg0, arg1, 4216, __wbg_adapter_55);
|
|
3433
3433
|
return ret;
|
|
3434
3434
|
};
|
|
3435
|
-
imports.wbg.
|
|
3436
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3435
|
+
imports.wbg.__wbindgen_closure_wrapper12335 = function(arg0, arg1, arg2) {
|
|
3436
|
+
const ret = makeMutClosure(arg0, arg1, 4677, __wbg_adapter_60);
|
|
3437
|
+
return ret;
|
|
3438
|
+
};
|
|
3439
|
+
imports.wbg.__wbindgen_closure_wrapper12457 = function(arg0, arg1, arg2) {
|
|
3440
|
+
const ret = makeMutClosure(arg0, arg1, 4776, __wbg_adapter_63);
|
|
3437
3441
|
return ret;
|
|
3438
3442
|
};
|
|
3439
|
-
imports.wbg.
|
|
3440
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3443
|
+
imports.wbg.__wbindgen_closure_wrapper20118 = function(arg0, arg1, arg2) {
|
|
3444
|
+
const ret = makeMutClosure(arg0, arg1, 7530, __wbg_adapter_66);
|
|
3441
3445
|
return ret;
|
|
3442
3446
|
};
|
|
3443
3447
|
imports.wbg.__wbindgen_closure_wrapper20120 = function(arg0, arg1, arg2) {
|
|
3444
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3448
|
+
const ret = makeMutClosure(arg0, arg1, 7530, __wbg_adapter_66);
|
|
3445
3449
|
return ret;
|
|
3446
3450
|
};
|
|
3447
|
-
imports.wbg.
|
|
3448
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3451
|
+
imports.wbg.__wbindgen_closure_wrapper26531 = function(arg0, arg1, arg2) {
|
|
3452
|
+
const ret = makeMutClosure(arg0, arg1, 10126, __wbg_adapter_71);
|
|
3449
3453
|
return ret;
|
|
3450
3454
|
};
|
|
3451
3455
|
imports.wbg.__wbindgen_closure_wrapper26533 = function(arg0, arg1, arg2) {
|
|
3452
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3456
|
+
const ret = makeMutClosure(arg0, arg1, 10126, __wbg_adapter_71);
|
|
3453
3457
|
return ret;
|
|
3454
3458
|
};
|
|
3455
3459
|
imports.wbg.__wbindgen_closure_wrapper26535 = function(arg0, arg1, arg2) {
|
|
3456
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3460
|
+
const ret = makeMutClosure(arg0, arg1, 10126, __wbg_adapter_71);
|
|
3457
3461
|
return ret;
|
|
3458
3462
|
};
|
|
3459
3463
|
imports.wbg.__wbindgen_closure_wrapper26537 = function(arg0, arg1, arg2) {
|
|
3460
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3461
|
-
return ret;
|
|
3462
|
-
};
|
|
3463
|
-
imports.wbg.__wbindgen_closure_wrapper26539 = function(arg0, arg1, arg2) {
|
|
3464
|
-
const ret = makeMutClosure(arg0, arg1, 10120, __wbg_adapter_71);
|
|
3464
|
+
const ret = makeMutClosure(arg0, arg1, 10126, __wbg_adapter_71);
|
|
3465
3465
|
return ret;
|
|
3466
3466
|
};
|
|
3467
|
-
imports.wbg.
|
|
3468
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3467
|
+
imports.wbg.__wbindgen_closure_wrapper32776 = function(arg0, arg1, arg2) {
|
|
3468
|
+
const ret = makeMutClosure(arg0, arg1, 12883, __wbg_adapter_80);
|
|
3469
3469
|
return ret;
|
|
3470
3470
|
};
|
|
3471
|
-
imports.wbg.
|
|
3472
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3471
|
+
imports.wbg.__wbindgen_closure_wrapper33077 = function(arg0, arg1, arg2) {
|
|
3472
|
+
const ret = makeMutClosure(arg0, arg1, 13018, __wbg_adapter_83);
|
|
3473
3473
|
return ret;
|
|
3474
3474
|
};
|
|
3475
|
-
imports.wbg.
|
|
3476
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3475
|
+
imports.wbg.__wbindgen_closure_wrapper33140 = function(arg0, arg1, arg2) {
|
|
3476
|
+
const ret = makeMutClosure(arg0, arg1, 13031, __wbg_adapter_86);
|
|
3477
3477
|
return ret;
|
|
3478
3478
|
};
|
|
3479
3479
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -45,21 +45,21 @@ export function __wbindgen_malloc(a: number, b: number): number;
|
|
|
45
45
|
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
|
46
46
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
47
47
|
export const __wbindgen_export_3: WebAssembly.Table;
|
|
48
|
-
export function
|
|
48
|
+
export function wasm_bindgen__convert__closures__invoke0_mut__hd12d2057452c6ae5(a: number, b: number): void;
|
|
49
49
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
50
50
|
export function closure810_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
51
51
|
export function __externref_table_dealloc(a: number): void;
|
|
52
52
|
export function wasm_bindgen__convert__closures__invoke0_mut__hca3fde335c0a19d0(a: number, b: number, c: number): void;
|
|
53
53
|
export function closure4218_externref_shim(a: number, b: number, c: number): void;
|
|
54
|
-
export function
|
|
54
|
+
export function wasm_bindgen__convert__closures__invoke0_mut__hd1f6c3bc7a26cb4c(a: number, b: number): void;
|
|
55
55
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h481a4c2bb2473fc6(a: number, b: number): void;
|
|
56
|
-
export function
|
|
57
|
-
export function
|
|
58
|
-
export function
|
|
59
|
-
export function
|
|
60
|
-
export function
|
|
56
|
+
export function closure7529_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure10125_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure12882_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure13017_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure13030_externref_shim(a: number, b: number, c: number): void;
|
|
61
61
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|
|
62
62
|
export function __wbindgen_exn_store(a: number): void;
|
|
63
63
|
export function __externref_table_alloc(): number;
|
|
64
|
-
export function
|
|
64
|
+
export function closure15701_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
65
65
|
export function __wbindgen_start(): void;
|