@rerun-io/web-viewer 0.20.1-alpha.3 → 0.20.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 +1 -1
- package/package.json +1 -1
- package/re_viewer.d.ts +12 -12
- package/re_viewer.js +105 -104
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +12 -12
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.1
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.20.1/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
|
@@ -193,24 +193,24 @@ declare interface InitOutput {
|
|
|
193
193
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
194
194
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
|
195
195
|
readonly __wbindgen_export_3: WebAssembly.Table;
|
|
196
|
-
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h82649c3a67a8b81c: (a: number, b: number) => void;
|
|
197
196
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
198
|
-
readonly
|
|
197
|
+
readonly closure917_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
199
198
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
199
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h830e0cf6e9d780b8: (a: number, b: number) => void;
|
|
200
200
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd9fc7adbccdf16ef: (a: number, b: number, c: number) => void;
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
201
|
+
readonly closure5786_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__h8db0fe7a85c9203c: (a: number, b: number) => void;
|
|
203
203
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcbeca4ddee3f0d3a: (a: number, b: number) => void;
|
|
204
|
-
readonly
|
|
205
|
-
readonly
|
|
206
|
-
readonly
|
|
207
|
-
readonly
|
|
208
|
-
readonly
|
|
209
|
-
readonly
|
|
204
|
+
readonly closure8681_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
+
readonly closure11908_externref_shim: (a: number, b: number, c: number) => void;
|
|
206
|
+
readonly closure13966_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure14737_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14927_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14968_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 closure18164_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
213
|
+
readonly closure18151_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
|
@@ -190,19 +190,16 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
190
190
|
CLOSURE_DTORS.register(real, state, state);
|
|
191
191
|
return real;
|
|
192
192
|
}
|
|
193
|
-
function __wbg_adapter_46(arg0, arg1) {
|
|
194
|
-
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h82649c3a67a8b81c(arg0, arg1);
|
|
195
|
-
}
|
|
196
193
|
|
|
197
194
|
function takeFromExternrefTable0(idx) {
|
|
198
195
|
const value = wasm.__wbindgen_export_2.get(idx);
|
|
199
196
|
wasm.__externref_table_dealloc(idx);
|
|
200
197
|
return value;
|
|
201
198
|
}
|
|
202
|
-
function
|
|
199
|
+
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
203
200
|
try {
|
|
204
201
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
205
|
-
wasm.
|
|
202
|
+
wasm.closure917_externref_shim(retptr, arg0, arg1, arg2);
|
|
206
203
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
207
204
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
208
205
|
if (r1) {
|
|
@@ -213,6 +210,10 @@ function __wbg_adapter_49(arg0, arg1, arg2) {
|
|
|
213
210
|
}
|
|
214
211
|
}
|
|
215
212
|
|
|
213
|
+
function __wbg_adapter_49(arg0, arg1) {
|
|
214
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h830e0cf6e9d780b8(arg0, arg1);
|
|
215
|
+
}
|
|
216
|
+
|
|
216
217
|
function __wbg_adapter_52(arg0, arg1) {
|
|
217
218
|
try {
|
|
218
219
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -228,11 +229,11 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
228
229
|
}
|
|
229
230
|
|
|
230
231
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
231
|
-
wasm.
|
|
232
|
+
wasm.closure5786_externref_shim(arg0, arg1, arg2);
|
|
232
233
|
}
|
|
233
234
|
|
|
234
235
|
function __wbg_adapter_60(arg0, arg1) {
|
|
235
|
-
wasm.
|
|
236
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8db0fe7a85c9203c(arg0, arg1);
|
|
236
237
|
}
|
|
237
238
|
|
|
238
239
|
function __wbg_adapter_63(arg0, arg1) {
|
|
@@ -240,11 +241,11 @@ function __wbg_adapter_63(arg0, arg1) {
|
|
|
240
241
|
}
|
|
241
242
|
|
|
242
243
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
243
|
-
wasm.
|
|
244
|
+
wasm.closure8681_externref_shim(arg0, arg1, arg2);
|
|
244
245
|
}
|
|
245
246
|
|
|
246
247
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
247
|
-
wasm.
|
|
248
|
+
wasm.closure11908_externref_shim(arg0, arg1, arg2);
|
|
248
249
|
}
|
|
249
250
|
|
|
250
251
|
function makeClosure(arg0, arg1, dtor, f) {
|
|
@@ -269,34 +270,19 @@ function makeClosure(arg0, arg1, dtor, f) {
|
|
|
269
270
|
return real;
|
|
270
271
|
}
|
|
271
272
|
function __wbg_adapter_80(arg0, arg1, arg2) {
|
|
272
|
-
wasm.
|
|
273
|
+
wasm.closure13966_externref_shim(arg0, arg1, arg2);
|
|
273
274
|
}
|
|
274
275
|
|
|
275
276
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
276
|
-
wasm.
|
|
277
|
+
wasm.closure14737_externref_shim(arg0, arg1, arg2);
|
|
277
278
|
}
|
|
278
279
|
|
|
279
280
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
280
|
-
wasm.
|
|
281
|
+
wasm.closure14927_externref_shim(arg0, arg1, arg2);
|
|
281
282
|
}
|
|
282
283
|
|
|
283
284
|
function __wbg_adapter_91(arg0, arg1, arg2) {
|
|
284
|
-
wasm.
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
function addToExternrefTable0(obj) {
|
|
288
|
-
const idx = wasm.__externref_table_alloc();
|
|
289
|
-
wasm.__wbindgen_export_2.set(idx, obj);
|
|
290
|
-
return idx;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
function handleError(f, args) {
|
|
294
|
-
try {
|
|
295
|
-
return f.apply(this, args);
|
|
296
|
-
} catch (e) {
|
|
297
|
-
const idx = addToExternrefTable0(e);
|
|
298
|
-
wasm.__wbindgen_exn_store(idx);
|
|
299
|
-
}
|
|
285
|
+
wasm.closure14968_externref_shim(arg0, arg1, arg2);
|
|
300
286
|
}
|
|
301
287
|
|
|
302
288
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -319,6 +305,21 @@ __exports.set_email = function(email) {
|
|
|
319
305
|
wasm.set_email(ptr0, len0);
|
|
320
306
|
};
|
|
321
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
|
+
|
|
322
323
|
let cachedUint32ArrayMemory0 = null;
|
|
323
324
|
|
|
324
325
|
function getUint32ArrayMemory0() {
|
|
@@ -363,7 +364,7 @@ function getArrayI32FromWasm0(ptr, len) {
|
|
|
363
364
|
return getInt32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
|
|
364
365
|
}
|
|
365
366
|
function __wbg_adapter_1468(arg0, arg1, arg2, arg3) {
|
|
366
|
-
wasm.
|
|
367
|
+
wasm.closure18151_externref_shim(arg0, arg1, arg2, arg3);
|
|
367
368
|
}
|
|
368
369
|
|
|
369
370
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -736,19 +737,6 @@ async function __wbg_load(module, imports) {
|
|
|
736
737
|
function __wbg_get_imports() {
|
|
737
738
|
const imports = {};
|
|
738
739
|
imports.wbg = {};
|
|
739
|
-
imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
740
|
-
const obj = arg0.original;
|
|
741
|
-
if (obj.cnt-- == 1) {
|
|
742
|
-
obj.a = 0;
|
|
743
|
-
return true;
|
|
744
|
-
}
|
|
745
|
-
const ret = false;
|
|
746
|
-
return ret;
|
|
747
|
-
};
|
|
748
|
-
imports.wbg.__wbindgen_is_function = function(arg0) {
|
|
749
|
-
const ret = typeof(arg0) === 'function';
|
|
750
|
-
return ret;
|
|
751
|
-
};
|
|
752
740
|
imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
|
|
753
741
|
const obj = arg1;
|
|
754
742
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
@@ -757,50 +745,63 @@ function __wbg_get_imports() {
|
|
|
757
745
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
758
746
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
759
747
|
};
|
|
748
|
+
imports.wbg.__wbindgen_boolean_get = function(arg0) {
|
|
749
|
+
const v = arg0;
|
|
750
|
+
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
751
|
+
return ret;
|
|
752
|
+
};
|
|
760
753
|
imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
|
|
761
754
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
762
755
|
return ret;
|
|
763
756
|
};
|
|
757
|
+
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
758
|
+
const val = arg0;
|
|
759
|
+
const ret = typeof(val) === 'object' && val !== null;
|
|
760
|
+
return ret;
|
|
761
|
+
};
|
|
764
762
|
imports.wbg.__wbindgen_is_undefined = function(arg0) {
|
|
765
763
|
const ret = arg0 === undefined;
|
|
766
764
|
return ret;
|
|
767
765
|
};
|
|
768
|
-
imports.wbg.
|
|
769
|
-
const ret = arg0
|
|
766
|
+
imports.wbg.__wbindgen_in = function(arg0, arg1) {
|
|
767
|
+
const ret = arg0 in arg1;
|
|
770
768
|
return ret;
|
|
771
769
|
};
|
|
772
|
-
imports.wbg.
|
|
773
|
-
const
|
|
774
|
-
const ret = typeof(val) === 'object' && val !== null;
|
|
770
|
+
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
771
|
+
const ret = typeof(arg0) === 'string';
|
|
775
772
|
return ret;
|
|
776
773
|
};
|
|
777
|
-
imports.wbg.
|
|
778
|
-
const ret =
|
|
779
|
-
return ret;
|
|
780
|
-
}, arguments) };
|
|
781
|
-
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
|
|
782
|
-
const ret = getStringFromWasm0(arg0, arg1);
|
|
774
|
+
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
775
|
+
const ret = arg0;
|
|
783
776
|
return ret;
|
|
784
777
|
};
|
|
785
|
-
imports.wbg.
|
|
786
|
-
const
|
|
787
|
-
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
778
|
+
imports.wbg.__wbindgen_is_function = function(arg0) {
|
|
779
|
+
const ret = typeof(arg0) === 'function';
|
|
788
780
|
return ret;
|
|
789
781
|
};
|
|
790
782
|
imports.wbg.__wbindgen_is_falsy = function(arg0) {
|
|
791
783
|
const ret = !arg0;
|
|
792
784
|
return ret;
|
|
793
785
|
};
|
|
794
|
-
imports.wbg.
|
|
795
|
-
const ret =
|
|
786
|
+
imports.wbg.__wbindgen_is_null = function(arg0) {
|
|
787
|
+
const ret = arg0 === null;
|
|
796
788
|
return ret;
|
|
797
789
|
};
|
|
798
|
-
imports.wbg.
|
|
799
|
-
const ret = arg0
|
|
790
|
+
imports.wbg.__wbg_structuredClone_dc4fb864735ec7df = function() { return handleError(function (arg0) {
|
|
791
|
+
const ret = window.structuredClone(arg0);
|
|
792
|
+
return ret;
|
|
793
|
+
}, arguments) };
|
|
794
|
+
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
|
|
795
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
|
800
796
|
return ret;
|
|
801
797
|
};
|
|
802
|
-
imports.wbg.
|
|
803
|
-
const
|
|
798
|
+
imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
799
|
+
const obj = arg0.original;
|
|
800
|
+
if (obj.cnt-- == 1) {
|
|
801
|
+
obj.a = 0;
|
|
802
|
+
return true;
|
|
803
|
+
}
|
|
804
|
+
const ret = false;
|
|
804
805
|
return ret;
|
|
805
806
|
};
|
|
806
807
|
imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
@@ -846,11 +847,11 @@ function __wbg_get_imports() {
|
|
|
846
847
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
847
848
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
848
849
|
};
|
|
849
|
-
imports.wbg.
|
|
850
|
+
imports.wbg.__wbg_new_001d3e68810455ab = function() {
|
|
850
851
|
const ret = new Error();
|
|
851
852
|
return ret;
|
|
852
853
|
};
|
|
853
|
-
imports.wbg.
|
|
854
|
+
imports.wbg.__wbg_stack_5bbd2001a83bacc3 = function(arg0, arg1) {
|
|
854
855
|
const ret = arg1.stack;
|
|
855
856
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
856
857
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3220,16 +3221,16 @@ function __wbg_get_imports() {
|
|
|
3220
3221
|
imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
|
|
3221
3222
|
arg0.close();
|
|
3222
3223
|
};
|
|
3223
|
-
imports.wbg.
|
|
3224
|
+
imports.wbg.__wbg_warn_a6854930b0b4c5dd = function(arg0, arg1) {
|
|
3224
3225
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3225
3226
|
};
|
|
3226
|
-
imports.wbg.
|
|
3227
|
+
imports.wbg.__wbg_info_79e12ba140b10a22 = function(arg0, arg1) {
|
|
3227
3228
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3228
3229
|
};
|
|
3229
|
-
imports.wbg.
|
|
3230
|
+
imports.wbg.__wbg_debug_48134e6ad5767f11 = function(arg0, arg1) {
|
|
3230
3231
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3231
3232
|
};
|
|
3232
|
-
imports.wbg.
|
|
3233
|
+
imports.wbg.__wbg_trace_63a421d9942ced1f = function(arg0, arg1) {
|
|
3233
3234
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3234
3235
|
};
|
|
3235
3236
|
imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
|
|
@@ -3578,76 +3579,76 @@ function __wbg_get_imports() {
|
|
|
3578
3579
|
const ret = wasm.memory;
|
|
3579
3580
|
return ret;
|
|
3580
3581
|
};
|
|
3581
|
-
imports.wbg.
|
|
3582
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3582
|
+
imports.wbg.__wbindgen_closure_wrapper3305 = function(arg0, arg1, arg2) {
|
|
3583
|
+
const ret = makeMutClosure(arg0, arg1, 918, __wbg_adapter_46);
|
|
3583
3584
|
return ret;
|
|
3584
3585
|
};
|
|
3585
|
-
imports.wbg.
|
|
3586
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3586
|
+
imports.wbg.__wbindgen_closure_wrapper3307 = function(arg0, arg1, arg2) {
|
|
3587
|
+
const ret = makeMutClosure(arg0, arg1, 918, __wbg_adapter_49);
|
|
3587
3588
|
return ret;
|
|
3588
3589
|
};
|
|
3589
|
-
imports.wbg.
|
|
3590
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3590
|
+
imports.wbg.__wbindgen_closure_wrapper14191 = function(arg0, arg1, arg2) {
|
|
3591
|
+
const ret = makeMutClosure(arg0, arg1, 5783, __wbg_adapter_52);
|
|
3591
3592
|
return ret;
|
|
3592
3593
|
};
|
|
3593
|
-
imports.wbg.
|
|
3594
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3594
|
+
imports.wbg.__wbindgen_closure_wrapper14193 = function(arg0, arg1, arg2) {
|
|
3595
|
+
const ret = makeMutClosure(arg0, arg1, 5783, __wbg_adapter_55);
|
|
3595
3596
|
return ret;
|
|
3596
3597
|
};
|
|
3597
|
-
imports.wbg.
|
|
3598
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3598
|
+
imports.wbg.__wbindgen_closure_wrapper14195 = function(arg0, arg1, arg2) {
|
|
3599
|
+
const ret = makeMutClosure(arg0, arg1, 5783, __wbg_adapter_55);
|
|
3599
3600
|
return ret;
|
|
3600
3601
|
};
|
|
3601
|
-
imports.wbg.
|
|
3602
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3602
|
+
imports.wbg.__wbindgen_closure_wrapper18944 = function(arg0, arg1, arg2) {
|
|
3603
|
+
const ret = makeMutClosure(arg0, arg1, 7460, __wbg_adapter_60);
|
|
3603
3604
|
return ret;
|
|
3604
3605
|
};
|
|
3605
|
-
imports.wbg.
|
|
3606
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3606
|
+
imports.wbg.__wbindgen_closure_wrapper19259 = function(arg0, arg1, arg2) {
|
|
3607
|
+
const ret = makeMutClosure(arg0, arg1, 7624, __wbg_adapter_63);
|
|
3607
3608
|
return ret;
|
|
3608
3609
|
};
|
|
3609
|
-
imports.wbg.
|
|
3610
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3610
|
+
imports.wbg.__wbindgen_closure_wrapper23140 = function(arg0, arg1, arg2) {
|
|
3611
|
+
const ret = makeMutClosure(arg0, arg1, 8682, __wbg_adapter_66);
|
|
3611
3612
|
return ret;
|
|
3612
3613
|
};
|
|
3613
|
-
imports.wbg.
|
|
3614
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3614
|
+
imports.wbg.__wbindgen_closure_wrapper23142 = function(arg0, arg1, arg2) {
|
|
3615
|
+
const ret = makeMutClosure(arg0, arg1, 8682, __wbg_adapter_66);
|
|
3615
3616
|
return ret;
|
|
3616
3617
|
};
|
|
3617
|
-
imports.wbg.
|
|
3618
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3618
|
+
imports.wbg.__wbindgen_closure_wrapper30379 = function(arg0, arg1, arg2) {
|
|
3619
|
+
const ret = makeMutClosure(arg0, arg1, 11909, __wbg_adapter_71);
|
|
3619
3620
|
return ret;
|
|
3620
3621
|
};
|
|
3621
|
-
imports.wbg.
|
|
3622
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3622
|
+
imports.wbg.__wbindgen_closure_wrapper30381 = function(arg0, arg1, arg2) {
|
|
3623
|
+
const ret = makeMutClosure(arg0, arg1, 11909, __wbg_adapter_71);
|
|
3623
3624
|
return ret;
|
|
3624
3625
|
};
|
|
3625
|
-
imports.wbg.
|
|
3626
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3626
|
+
imports.wbg.__wbindgen_closure_wrapper30383 = function(arg0, arg1, arg2) {
|
|
3627
|
+
const ret = makeMutClosure(arg0, arg1, 11909, __wbg_adapter_71);
|
|
3627
3628
|
return ret;
|
|
3628
3629
|
};
|
|
3629
|
-
imports.wbg.
|
|
3630
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3630
|
+
imports.wbg.__wbindgen_closure_wrapper30385 = function(arg0, arg1, arg2) {
|
|
3631
|
+
const ret = makeMutClosure(arg0, arg1, 11909, __wbg_adapter_71);
|
|
3631
3632
|
return ret;
|
|
3632
3633
|
};
|
|
3633
|
-
imports.wbg.
|
|
3634
|
-
const ret = makeClosure(arg0, arg1,
|
|
3634
|
+
imports.wbg.__wbindgen_closure_wrapper35560 = function(arg0, arg1, arg2) {
|
|
3635
|
+
const ret = makeClosure(arg0, arg1, 13967, __wbg_adapter_80);
|
|
3635
3636
|
return ret;
|
|
3636
3637
|
};
|
|
3637
|
-
imports.wbg.
|
|
3638
|
-
const ret = makeClosure(arg0, arg1,
|
|
3638
|
+
imports.wbg.__wbindgen_closure_wrapper35562 = function(arg0, arg1, arg2) {
|
|
3639
|
+
const ret = makeClosure(arg0, arg1, 13967, __wbg_adapter_80);
|
|
3639
3640
|
return ret;
|
|
3640
3641
|
};
|
|
3641
|
-
imports.wbg.
|
|
3642
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3642
|
+
imports.wbg.__wbindgen_closure_wrapper37074 = function(arg0, arg1, arg2) {
|
|
3643
|
+
const ret = makeMutClosure(arg0, arg1, 14738, __wbg_adapter_85);
|
|
3643
3644
|
return ret;
|
|
3644
3645
|
};
|
|
3645
|
-
imports.wbg.
|
|
3646
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3646
|
+
imports.wbg.__wbindgen_closure_wrapper37499 = function(arg0, arg1, arg2) {
|
|
3647
|
+
const ret = makeMutClosure(arg0, arg1, 14928, __wbg_adapter_88);
|
|
3647
3648
|
return ret;
|
|
3648
3649
|
};
|
|
3649
|
-
imports.wbg.
|
|
3650
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3650
|
+
imports.wbg.__wbindgen_closure_wrapper37612 = function(arg0, arg1, arg2) {
|
|
3651
|
+
const ret = makeMutClosure(arg0, arg1, 14969, __wbg_adapter_91);
|
|
3651
3652
|
return ret;
|
|
3652
3653
|
};
|
|
3653
3654
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -45,22 +45,22 @@ 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 _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h82649c3a67a8b81c(a: number, b: number): void;
|
|
49
48
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
50
|
-
export function
|
|
49
|
+
export function closure917_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
51
50
|
export function __externref_table_dealloc(a: number): void;
|
|
51
|
+
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h830e0cf6e9d780b8(a: number, b: number): void;
|
|
52
52
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd9fc7adbccdf16ef(a: number, b: number, c: number): void;
|
|
53
|
-
export function
|
|
54
|
-
export function
|
|
53
|
+
export function closure5786_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__h8db0fe7a85c9203c(a: number, b: number): void;
|
|
55
55
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hcbeca4ddee3f0d3a(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 closure8681_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure11908_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure13966_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14737_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14927_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure14968_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 closure18164_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
65
|
+
export function closure18151_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|