@rerun-io/web-viewer 0.19.0-alpha.9 → 0.19.0
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/package.json +1 -1
- package/re_viewer.d.ts +12 -12
- package/re_viewer.js +95 -95
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +12 -12
package/README.md
CHANGED
|
@@ -41,8 +41,8 @@ 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.19.0
|
|
45
|
-
- A WebSocket connection to the SDK opened via the [`serve`](https://www.rerun.io/docs/reference/sdk
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.19.0/examples/dna.rrd>
|
|
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>.
|
|
48
48
|
This can be disabled by setting `hide_welcome_screen` to `true` in the options object of `viewer.start`.
|
package/package.json
CHANGED
package/re_viewer.d.ts
CHANGED
|
@@ -194,23 +194,23 @@ declare interface InitOutput {
|
|
|
194
194
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
|
195
195
|
readonly __wbindgen_export_3: WebAssembly.Table;
|
|
196
196
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
197
|
-
readonly
|
|
197
|
+
readonly closure89_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
198
198
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
199
|
-
readonly
|
|
199
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf109e5c77ef44e01: (a: number, b: number) => void;
|
|
200
200
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he0da33c1926a6213: (a: number, b: number, c: number) => void;
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
201
|
+
readonly closure5021_externref_shim: (a: number, b: number, c: number) => void;
|
|
202
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h357222ea32b046a5: (a: number, b: number) => void;
|
|
203
203
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha28c5a2c57e79949: (a: number, b: number) => void;
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
204
|
+
readonly closure7326_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
+
readonly closure8347_externref_shim: (a: number, b: number, c: number) => void;
|
|
206
|
+
readonly closure11724_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure14606_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14679_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14713_externref_shim: (a: number, b: number, c: number) => void;
|
|
210
|
+
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
210
211
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
211
212
|
readonly __externref_table_alloc: () => number;
|
|
212
|
-
readonly
|
|
213
|
-
readonly closure17402_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
213
|
+
readonly closure17408_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
214
214
|
readonly __wbindgen_start: () => void;
|
|
215
215
|
}
|
|
216
216
|
|
package/re_viewer.js
CHANGED
|
@@ -199,7 +199,7 @@ function takeFromExternrefTable0(idx) {
|
|
|
199
199
|
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
200
200
|
try {
|
|
201
201
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
202
|
-
wasm.
|
|
202
|
+
wasm.closure89_externref_shim(retptr, arg0, arg1, arg2);
|
|
203
203
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
204
204
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
205
205
|
if (r1) {
|
|
@@ -211,7 +211,7 @@ function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
function __wbg_adapter_49(arg0, arg1) {
|
|
214
|
-
wasm.
|
|
214
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf109e5c77ef44e01(arg0, arg1);
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
function __wbg_adapter_52(arg0, arg1) {
|
|
@@ -229,11 +229,11 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
232
|
-
wasm.
|
|
232
|
+
wasm.closure5021_externref_shim(arg0, arg1, arg2);
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
function __wbg_adapter_60(arg0, arg1) {
|
|
236
|
-
wasm.
|
|
236
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h357222ea32b046a5(arg0, arg1);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
function __wbg_adapter_63(arg0, arg1) {
|
|
@@ -262,42 +262,27 @@ function makeClosure(arg0, arg1, dtor, f) {
|
|
|
262
262
|
return real;
|
|
263
263
|
}
|
|
264
264
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
265
|
-
wasm.
|
|
265
|
+
wasm.closure7326_externref_shim(arg0, arg1, arg2);
|
|
266
266
|
}
|
|
267
267
|
|
|
268
268
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
269
|
-
wasm.
|
|
269
|
+
wasm.closure8347_externref_shim(arg0, arg1, arg2);
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
function __wbg_adapter_76(arg0, arg1, arg2) {
|
|
273
|
-
wasm.
|
|
273
|
+
wasm.closure11724_externref_shim(arg0, arg1, arg2);
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
277
|
-
wasm.
|
|
277
|
+
wasm.closure14606_externref_shim(arg0, arg1, arg2);
|
|
278
278
|
}
|
|
279
279
|
|
|
280
280
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
281
|
-
wasm.
|
|
281
|
+
wasm.closure14679_externref_shim(arg0, arg1, arg2);
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
function __wbg_adapter_91(arg0, arg1, arg2) {
|
|
285
|
-
wasm.
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
function addToExternrefTable0(obj) {
|
|
289
|
-
const idx = wasm.__externref_table_alloc();
|
|
290
|
-
wasm.__wbindgen_export_2.set(idx, obj);
|
|
291
|
-
return idx;
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
function handleError(f, args) {
|
|
295
|
-
try {
|
|
296
|
-
return f.apply(this, args);
|
|
297
|
-
} catch (e) {
|
|
298
|
-
const idx = addToExternrefTable0(e);
|
|
299
|
-
wasm.__wbindgen_exn_store(idx);
|
|
300
|
-
}
|
|
285
|
+
wasm.closure14713_externref_shim(arg0, arg1, arg2);
|
|
301
286
|
}
|
|
302
287
|
|
|
303
288
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -320,6 +305,21 @@ __exports.set_email = function(email) {
|
|
|
320
305
|
wasm.set_email(ptr0, len0);
|
|
321
306
|
};
|
|
322
307
|
|
|
308
|
+
function addToExternrefTable0(obj) {
|
|
309
|
+
const idx = wasm.__externref_table_alloc();
|
|
310
|
+
wasm.__wbindgen_export_2.set(idx, obj);
|
|
311
|
+
return idx;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
function handleError(f, args) {
|
|
315
|
+
try {
|
|
316
|
+
return f.apply(this, args);
|
|
317
|
+
} catch (e) {
|
|
318
|
+
const idx = addToExternrefTable0(e);
|
|
319
|
+
wasm.__wbindgen_exn_store(idx);
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
|
|
323
323
|
let cachedUint32ArrayMemory0 = null;
|
|
324
324
|
|
|
325
325
|
function getUint32ArrayMemory0() {
|
|
@@ -364,7 +364,7 @@ function getArrayI32FromWasm0(ptr, len) {
|
|
|
364
364
|
return getInt32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
|
|
365
365
|
}
|
|
366
366
|
function __wbg_adapter_1470(arg0, arg1, arg2, arg3) {
|
|
367
|
-
wasm.
|
|
367
|
+
wasm.closure17408_externref_shim(arg0, arg1, arg2, arg3);
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -746,6 +746,10 @@ function __wbg_get_imports() {
|
|
|
746
746
|
const ret = false;
|
|
747
747
|
return ret;
|
|
748
748
|
};
|
|
749
|
+
imports.wbg.__wbindgen_is_function = function(arg0) {
|
|
750
|
+
const ret = typeof(arg0) === 'function';
|
|
751
|
+
return ret;
|
|
752
|
+
};
|
|
749
753
|
imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
|
|
750
754
|
const obj = arg1;
|
|
751
755
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
@@ -754,54 +758,50 @@ function __wbg_get_imports() {
|
|
|
754
758
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
755
759
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
756
760
|
};
|
|
757
|
-
imports.wbg.
|
|
758
|
-
const
|
|
761
|
+
imports.wbg.__wbindgen_boolean_get = function(arg0) {
|
|
762
|
+
const v = arg0;
|
|
763
|
+
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
759
764
|
return ret;
|
|
760
765
|
};
|
|
761
|
-
imports.wbg.
|
|
762
|
-
const ret = typeof(arg0) === '
|
|
766
|
+
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
767
|
+
const ret = typeof(arg0) === 'string';
|
|
763
768
|
return ret;
|
|
764
769
|
};
|
|
765
|
-
imports.wbg.
|
|
766
|
-
const
|
|
770
|
+
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
771
|
+
const val = arg0;
|
|
772
|
+
const ret = typeof(val) === 'object' && val !== null;
|
|
767
773
|
return ret;
|
|
768
774
|
};
|
|
769
775
|
imports.wbg.__wbindgen_is_undefined = function(arg0) {
|
|
770
776
|
const ret = arg0 === undefined;
|
|
771
777
|
return ret;
|
|
772
778
|
};
|
|
773
|
-
imports.wbg.
|
|
774
|
-
const ret = arg0
|
|
779
|
+
imports.wbg.__wbindgen_in = function(arg0, arg1) {
|
|
780
|
+
const ret = arg0 in arg1;
|
|
775
781
|
return ret;
|
|
776
782
|
};
|
|
777
|
-
imports.wbg.
|
|
778
|
-
const
|
|
779
|
-
const ret = typeof(val) === 'object' && val !== null;
|
|
783
|
+
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
784
|
+
const ret = arg0;
|
|
780
785
|
return ret;
|
|
781
786
|
};
|
|
782
|
-
imports.wbg.
|
|
783
|
-
const ret =
|
|
784
|
-
return ret;
|
|
785
|
-
}, arguments) };
|
|
786
|
-
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
|
|
787
|
-
const ret = getStringFromWasm0(arg0, arg1);
|
|
787
|
+
imports.wbg.__wbindgen_is_falsy = function(arg0) {
|
|
788
|
+
const ret = !arg0;
|
|
788
789
|
return ret;
|
|
789
790
|
};
|
|
790
|
-
imports.wbg.
|
|
791
|
-
const
|
|
792
|
-
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
791
|
+
imports.wbg.__wbindgen_is_null = function(arg0) {
|
|
792
|
+
const ret = arg0 === null;
|
|
793
793
|
return ret;
|
|
794
794
|
};
|
|
795
|
-
imports.wbg.
|
|
796
|
-
const ret = arg0
|
|
795
|
+
imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
|
|
796
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
797
797
|
return ret;
|
|
798
798
|
};
|
|
799
|
-
imports.wbg.
|
|
800
|
-
const ret =
|
|
799
|
+
imports.wbg.__wbg_structuredClone_0a2cce08b03a6aa2 = function() { return handleError(function (arg0) {
|
|
800
|
+
const ret = window.structuredClone(arg0);
|
|
801
801
|
return ret;
|
|
802
|
-
};
|
|
803
|
-
imports.wbg.
|
|
804
|
-
const ret = arg0;
|
|
802
|
+
}, arguments) };
|
|
803
|
+
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
|
|
804
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
|
805
805
|
return ret;
|
|
806
806
|
};
|
|
807
807
|
imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
@@ -847,11 +847,11 @@ function __wbg_get_imports() {
|
|
|
847
847
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
848
848
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
849
849
|
};
|
|
850
|
-
imports.wbg.
|
|
850
|
+
imports.wbg.__wbg_new_b66ba1cffb2b0651 = function() {
|
|
851
851
|
const ret = new Error();
|
|
852
852
|
return ret;
|
|
853
853
|
};
|
|
854
|
-
imports.wbg.
|
|
854
|
+
imports.wbg.__wbg_stack_79d726e85295a40e = function(arg0, arg1) {
|
|
855
855
|
const ret = arg1.stack;
|
|
856
856
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
857
857
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3228,16 +3228,16 @@ function __wbg_get_imports() {
|
|
|
3228
3228
|
imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
|
|
3229
3229
|
arg0.close();
|
|
3230
3230
|
};
|
|
3231
|
-
imports.wbg.
|
|
3231
|
+
imports.wbg.__wbg_warn_456e247116388326 = function(arg0, arg1) {
|
|
3232
3232
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3233
3233
|
};
|
|
3234
|
-
imports.wbg.
|
|
3234
|
+
imports.wbg.__wbg_info_6f08d0ae71cce2c8 = function(arg0, arg1) {
|
|
3235
3235
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3236
3236
|
};
|
|
3237
|
-
imports.wbg.
|
|
3237
|
+
imports.wbg.__wbg_debug_d5c129f717d49a7c = function(arg0, arg1) {
|
|
3238
3238
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3239
3239
|
};
|
|
3240
|
-
imports.wbg.
|
|
3240
|
+
imports.wbg.__wbg_trace_810ebc094b8171ef = function(arg0, arg1) {
|
|
3241
3241
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3242
3242
|
};
|
|
3243
3243
|
imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
|
|
@@ -3586,76 +3586,76 @@ function __wbg_get_imports() {
|
|
|
3586
3586
|
const ret = wasm.memory;
|
|
3587
3587
|
return ret;
|
|
3588
3588
|
};
|
|
3589
|
-
imports.wbg.
|
|
3590
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3589
|
+
imports.wbg.__wbindgen_closure_wrapper1304 = function(arg0, arg1, arg2) {
|
|
3590
|
+
const ret = makeMutClosure(arg0, arg1, 90, __wbg_adapter_46);
|
|
3591
3591
|
return ret;
|
|
3592
3592
|
};
|
|
3593
|
-
imports.wbg.
|
|
3594
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3593
|
+
imports.wbg.__wbindgen_closure_wrapper1306 = function(arg0, arg1, arg2) {
|
|
3594
|
+
const ret = makeMutClosure(arg0, arg1, 90, __wbg_adapter_49);
|
|
3595
3595
|
return ret;
|
|
3596
3596
|
};
|
|
3597
|
-
imports.wbg.
|
|
3598
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3597
|
+
imports.wbg.__wbindgen_closure_wrapper13003 = function(arg0, arg1, arg2) {
|
|
3598
|
+
const ret = makeMutClosure(arg0, arg1, 5018, __wbg_adapter_52);
|
|
3599
3599
|
return ret;
|
|
3600
3600
|
};
|
|
3601
|
-
imports.wbg.
|
|
3602
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3601
|
+
imports.wbg.__wbindgen_closure_wrapper13005 = function(arg0, arg1, arg2) {
|
|
3602
|
+
const ret = makeMutClosure(arg0, arg1, 5018, __wbg_adapter_55);
|
|
3603
3603
|
return ret;
|
|
3604
3604
|
};
|
|
3605
|
-
imports.wbg.
|
|
3606
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3605
|
+
imports.wbg.__wbindgen_closure_wrapper13007 = function(arg0, arg1, arg2) {
|
|
3606
|
+
const ret = makeMutClosure(arg0, arg1, 5018, __wbg_adapter_55);
|
|
3607
3607
|
return ret;
|
|
3608
3608
|
};
|
|
3609
|
-
imports.wbg.
|
|
3610
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3609
|
+
imports.wbg.__wbindgen_closure_wrapper17140 = function(arg0, arg1, arg2) {
|
|
3610
|
+
const ret = makeMutClosure(arg0, arg1, 6494, __wbg_adapter_60);
|
|
3611
3611
|
return ret;
|
|
3612
3612
|
};
|
|
3613
|
-
imports.wbg.
|
|
3614
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3613
|
+
imports.wbg.__wbindgen_closure_wrapper17763 = function(arg0, arg1, arg2) {
|
|
3614
|
+
const ret = makeMutClosure(arg0, arg1, 6761, __wbg_adapter_63);
|
|
3615
3615
|
return ret;
|
|
3616
3616
|
};
|
|
3617
|
-
imports.wbg.
|
|
3618
|
-
const ret = makeClosure(arg0, arg1,
|
|
3617
|
+
imports.wbg.__wbindgen_closure_wrapper19712 = function(arg0, arg1, arg2) {
|
|
3618
|
+
const ret = makeClosure(arg0, arg1, 7327, __wbg_adapter_66);
|
|
3619
3619
|
return ret;
|
|
3620
3620
|
};
|
|
3621
|
-
imports.wbg.
|
|
3622
|
-
const ret = makeClosure(arg0, arg1,
|
|
3621
|
+
imports.wbg.__wbindgen_closure_wrapper19714 = function(arg0, arg1, arg2) {
|
|
3622
|
+
const ret = makeClosure(arg0, arg1, 7327, __wbg_adapter_66);
|
|
3623
3623
|
return ret;
|
|
3624
3624
|
};
|
|
3625
|
-
imports.wbg.
|
|
3626
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3625
|
+
imports.wbg.__wbindgen_closure_wrapper21948 = function(arg0, arg1, arg2) {
|
|
3626
|
+
const ret = makeMutClosure(arg0, arg1, 8348, __wbg_adapter_71);
|
|
3627
3627
|
return ret;
|
|
3628
3628
|
};
|
|
3629
|
-
imports.wbg.
|
|
3630
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3629
|
+
imports.wbg.__wbindgen_closure_wrapper21950 = function(arg0, arg1, arg2) {
|
|
3630
|
+
const ret = makeMutClosure(arg0, arg1, 8348, __wbg_adapter_71);
|
|
3631
3631
|
return ret;
|
|
3632
3632
|
};
|
|
3633
|
-
imports.wbg.
|
|
3634
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3633
|
+
imports.wbg.__wbindgen_closure_wrapper29873 = function(arg0, arg1, arg2) {
|
|
3634
|
+
const ret = makeMutClosure(arg0, arg1, 11725, __wbg_adapter_76);
|
|
3635
3635
|
return ret;
|
|
3636
3636
|
};
|
|
3637
|
-
imports.wbg.
|
|
3638
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3637
|
+
imports.wbg.__wbindgen_closure_wrapper29875 = function(arg0, arg1, arg2) {
|
|
3638
|
+
const ret = makeMutClosure(arg0, arg1, 11725, __wbg_adapter_76);
|
|
3639
3639
|
return ret;
|
|
3640
3640
|
};
|
|
3641
|
-
imports.wbg.
|
|
3642
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3641
|
+
imports.wbg.__wbindgen_closure_wrapper29877 = function(arg0, arg1, arg2) {
|
|
3642
|
+
const ret = makeMutClosure(arg0, arg1, 11725, __wbg_adapter_76);
|
|
3643
3643
|
return ret;
|
|
3644
3644
|
};
|
|
3645
|
-
imports.wbg.
|
|
3646
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3645
|
+
imports.wbg.__wbindgen_closure_wrapper29879 = function(arg0, arg1, arg2) {
|
|
3646
|
+
const ret = makeMutClosure(arg0, arg1, 11725, __wbg_adapter_76);
|
|
3647
3647
|
return ret;
|
|
3648
3648
|
};
|
|
3649
|
-
imports.wbg.
|
|
3650
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3649
|
+
imports.wbg.__wbindgen_closure_wrapper36596 = function(arg0, arg1, arg2) {
|
|
3650
|
+
const ret = makeMutClosure(arg0, arg1, 14607, __wbg_adapter_85);
|
|
3651
3651
|
return ret;
|
|
3652
3652
|
};
|
|
3653
|
-
imports.wbg.
|
|
3654
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3653
|
+
imports.wbg.__wbindgen_closure_wrapper36839 = function(arg0, arg1, arg2) {
|
|
3654
|
+
const ret = makeMutClosure(arg0, arg1, 14680, __wbg_adapter_88);
|
|
3655
3655
|
return ret;
|
|
3656
3656
|
};
|
|
3657
|
-
imports.wbg.
|
|
3658
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3657
|
+
imports.wbg.__wbindgen_closure_wrapper36908 = function(arg0, arg1, arg2) {
|
|
3658
|
+
const ret = makeMutClosure(arg0, arg1, 14714, __wbg_adapter_91);
|
|
3659
3659
|
return ret;
|
|
3660
3660
|
};
|
|
3661
3661
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -46,21 +46,21 @@ export function __wbindgen_realloc(a: number, b: number, c: number, d: number):
|
|
|
46
46
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
47
47
|
export const __wbindgen_export_3: WebAssembly.Table;
|
|
48
48
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
49
|
-
export function
|
|
49
|
+
export function closure89_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
50
50
|
export function __externref_table_dealloc(a: number): void;
|
|
51
|
-
export function
|
|
51
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf109e5c77ef44e01(a: number, b: number): void;
|
|
52
52
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he0da33c1926a6213(a: number, b: number, c: number): void;
|
|
53
|
-
export function
|
|
54
|
-
export function
|
|
53
|
+
export function closure5021_externref_shim(a: number, b: number, c: number): void;
|
|
54
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h357222ea32b046a5(a: number, b: number): void;
|
|
55
55
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha28c5a2c57e79949(a: number, b: number): void;
|
|
56
|
-
export function
|
|
57
|
-
export function
|
|
58
|
-
export function
|
|
59
|
-
export function
|
|
60
|
-
export function
|
|
61
|
-
export function
|
|
56
|
+
export function closure7326_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure8347_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure11724_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14606_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14679_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure14713_externref_shim(a: number, b: number, c: number): void;
|
|
62
|
+
export function __wbindgen_free(a: number, b: number, c: number): void;
|
|
62
63
|
export function __wbindgen_exn_store(a: number): void;
|
|
63
64
|
export function __externref_table_alloc(): number;
|
|
64
|
-
export function
|
|
65
|
-
export function closure17402_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
65
|
+
export function closure17408_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|