@rerun-io/web-viewer 0.20.0-rc.1 → 0.20.1-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 +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.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.20.1-alpha.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__hf7fdb257c04c68b1: (a: number, b: number) => void;
|
|
197
196
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
198
|
-
readonly
|
|
197
|
+
readonly closure407_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__h2393e3793973ea09: (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 closure5810_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__hbc04fa35e3aec726: (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
|
|
210
|
-
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
204
|
+
readonly closure8678_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
+
readonly closure11905_externref_shim: (a: number, b: number, c: number) => void;
|
|
206
|
+
readonly closure13987_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure14758_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14948_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14989_externref_shim: (a: number, b: number, c: number) => void;
|
|
211
210
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
212
211
|
readonly __externref_table_alloc: () => number;
|
|
213
|
-
readonly
|
|
212
|
+
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
213
|
+
readonly closure18172_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__hf7fdb257c04c68b1(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.closure407_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__h2393e3793973ea09(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.closure5810_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__hbc04fa35e3aec726(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.closure8678_externref_shim(arg0, arg1, arg2);
|
|
244
245
|
}
|
|
245
246
|
|
|
246
247
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
247
|
-
wasm.
|
|
248
|
+
wasm.closure11905_externref_shim(arg0, arg1, arg2);
|
|
248
249
|
}
|
|
249
250
|
|
|
250
251
|
function makeClosure(arg0, arg1, dtor, f) {
|
|
@@ -269,19 +270,34 @@ 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.closure13987_externref_shim(arg0, arg1, arg2);
|
|
273
274
|
}
|
|
274
275
|
|
|
275
276
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
276
|
-
wasm.
|
|
277
|
+
wasm.closure14758_externref_shim(arg0, arg1, arg2);
|
|
277
278
|
}
|
|
278
279
|
|
|
279
280
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
280
|
-
wasm.
|
|
281
|
+
wasm.closure14948_externref_shim(arg0, arg1, arg2);
|
|
281
282
|
}
|
|
282
283
|
|
|
283
284
|
function __wbg_adapter_91(arg0, arg1, arg2) {
|
|
284
|
-
wasm.
|
|
285
|
+
wasm.closure14989_externref_shim(arg0, arg1, arg2);
|
|
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
301
|
}
|
|
286
302
|
|
|
287
303
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -304,21 +320,6 @@ __exports.set_email = function(email) {
|
|
|
304
320
|
wasm.set_email(ptr0, len0);
|
|
305
321
|
};
|
|
306
322
|
|
|
307
|
-
function addToExternrefTable0(obj) {
|
|
308
|
-
const idx = wasm.__externref_table_alloc();
|
|
309
|
-
wasm.__wbindgen_export_2.set(idx, obj);
|
|
310
|
-
return idx;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
function handleError(f, args) {
|
|
314
|
-
try {
|
|
315
|
-
return f.apply(this, args);
|
|
316
|
-
} catch (e) {
|
|
317
|
-
const idx = addToExternrefTable0(e);
|
|
318
|
-
wasm.__wbindgen_exn_store(idx);
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
|
|
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.closure18172_externref_shim(arg0, arg1, arg2, arg3);
|
|
367
368
|
}
|
|
368
369
|
|
|
369
370
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -736,6 +737,15 @@ async function __wbg_load(module, imports) {
|
|
|
736
737
|
function __wbg_get_imports() {
|
|
737
738
|
const imports = {};
|
|
738
739
|
imports.wbg = {};
|
|
740
|
+
imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
741
|
+
const obj = arg0.original;
|
|
742
|
+
if (obj.cnt-- == 1) {
|
|
743
|
+
obj.a = 0;
|
|
744
|
+
return true;
|
|
745
|
+
}
|
|
746
|
+
const ret = false;
|
|
747
|
+
return ret;
|
|
748
|
+
};
|
|
739
749
|
imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
|
|
740
750
|
const obj = arg1;
|
|
741
751
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
@@ -744,63 +754,54 @@ function __wbg_get_imports() {
|
|
|
744
754
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
745
755
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
746
756
|
};
|
|
747
|
-
imports.wbg.__wbindgen_boolean_get = function(arg0) {
|
|
748
|
-
const v = arg0;
|
|
749
|
-
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
750
|
-
return ret;
|
|
751
|
-
};
|
|
752
757
|
imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
|
|
753
758
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
754
759
|
return ret;
|
|
755
760
|
};
|
|
756
|
-
imports.wbg.
|
|
757
|
-
const ret = typeof(arg0) === '
|
|
758
|
-
return ret;
|
|
759
|
-
};
|
|
760
|
-
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
761
|
-
const val = arg0;
|
|
762
|
-
const ret = typeof(val) === 'object' && val !== null;
|
|
761
|
+
imports.wbg.__wbindgen_is_function = function(arg0) {
|
|
762
|
+
const ret = typeof(arg0) === 'function';
|
|
763
763
|
return ret;
|
|
764
764
|
};
|
|
765
765
|
imports.wbg.__wbindgen_is_undefined = function(arg0) {
|
|
766
766
|
const ret = arg0 === undefined;
|
|
767
767
|
return ret;
|
|
768
768
|
};
|
|
769
|
-
imports.wbg.
|
|
770
|
-
const ret = arg0
|
|
769
|
+
imports.wbg.__wbindgen_is_null = function(arg0) {
|
|
770
|
+
const ret = arg0 === null;
|
|
771
771
|
return ret;
|
|
772
772
|
};
|
|
773
|
-
imports.wbg.
|
|
774
|
-
const
|
|
773
|
+
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
774
|
+
const val = arg0;
|
|
775
|
+
const ret = typeof(val) === 'object' && val !== null;
|
|
775
776
|
return ret;
|
|
776
777
|
};
|
|
777
|
-
imports.wbg.
|
|
778
|
-
const ret =
|
|
778
|
+
imports.wbg.__wbg_structuredClone_6b9bb86b1099b9f5 = function() { return handleError(function (arg0) {
|
|
779
|
+
const ret = window.structuredClone(arg0);
|
|
780
|
+
return ret;
|
|
781
|
+
}, arguments) };
|
|
782
|
+
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
|
|
783
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
|
784
|
+
return ret;
|
|
785
|
+
};
|
|
786
|
+
imports.wbg.__wbindgen_boolean_get = function(arg0) {
|
|
787
|
+
const v = arg0;
|
|
788
|
+
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
779
789
|
return ret;
|
|
780
790
|
};
|
|
781
791
|
imports.wbg.__wbindgen_is_falsy = function(arg0) {
|
|
782
792
|
const ret = !arg0;
|
|
783
793
|
return ret;
|
|
784
794
|
};
|
|
785
|
-
imports.wbg.
|
|
786
|
-
const ret = arg0 ===
|
|
795
|
+
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
796
|
+
const ret = typeof(arg0) === 'string';
|
|
787
797
|
return ret;
|
|
788
798
|
};
|
|
789
|
-
imports.wbg.
|
|
790
|
-
const ret =
|
|
791
|
-
return ret;
|
|
792
|
-
}, arguments) };
|
|
793
|
-
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
|
|
794
|
-
const ret = getStringFromWasm0(arg0, arg1);
|
|
799
|
+
imports.wbg.__wbindgen_in = function(arg0, arg1) {
|
|
800
|
+
const ret = arg0 in arg1;
|
|
795
801
|
return ret;
|
|
796
802
|
};
|
|
797
|
-
imports.wbg.
|
|
798
|
-
const
|
|
799
|
-
if (obj.cnt-- == 1) {
|
|
800
|
-
obj.a = 0;
|
|
801
|
-
return true;
|
|
802
|
-
}
|
|
803
|
-
const ret = false;
|
|
803
|
+
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
804
|
+
const ret = arg0;
|
|
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_d1aea73962b2836b = function() {
|
|
850
851
|
const ret = new Error();
|
|
851
852
|
return ret;
|
|
852
853
|
};
|
|
853
|
-
imports.wbg.
|
|
854
|
+
imports.wbg.__wbg_stack_76da190933eac7ad = 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_de7babbfc39c1713 = function(arg0, arg1) {
|
|
3224
3225
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3225
3226
|
};
|
|
3226
|
-
imports.wbg.
|
|
3227
|
+
imports.wbg.__wbg_info_773fd7efb1c65ba0 = function(arg0, arg1) {
|
|
3227
3228
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3228
3229
|
};
|
|
3229
|
-
imports.wbg.
|
|
3230
|
+
imports.wbg.__wbg_debug_8bbbb8b956944bb2 = function(arg0, arg1) {
|
|
3230
3231
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3231
3232
|
};
|
|
3232
|
-
imports.wbg.
|
|
3233
|
+
imports.wbg.__wbg_trace_5e3529beeafb38f6 = 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_wrapper1982 = function(arg0, arg1, arg2) {
|
|
3583
|
+
const ret = makeMutClosure(arg0, arg1, 408, __wbg_adapter_46);
|
|
3583
3584
|
return ret;
|
|
3584
3585
|
};
|
|
3585
|
-
imports.wbg.
|
|
3586
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3586
|
+
imports.wbg.__wbindgen_closure_wrapper1984 = function(arg0, arg1, arg2) {
|
|
3587
|
+
const ret = makeMutClosure(arg0, arg1, 408, __wbg_adapter_49);
|
|
3587
3588
|
return ret;
|
|
3588
3589
|
};
|
|
3589
|
-
imports.wbg.
|
|
3590
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3590
|
+
imports.wbg.__wbindgen_closure_wrapper14140 = function(arg0, arg1, arg2) {
|
|
3591
|
+
const ret = makeMutClosure(arg0, arg1, 5807, __wbg_adapter_52);
|
|
3591
3592
|
return ret;
|
|
3592
3593
|
};
|
|
3593
|
-
imports.wbg.
|
|
3594
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3594
|
+
imports.wbg.__wbindgen_closure_wrapper14142 = function(arg0, arg1, arg2) {
|
|
3595
|
+
const ret = makeMutClosure(arg0, arg1, 5807, __wbg_adapter_55);
|
|
3595
3596
|
return ret;
|
|
3596
3597
|
};
|
|
3597
|
-
imports.wbg.
|
|
3598
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3598
|
+
imports.wbg.__wbindgen_closure_wrapper14144 = function(arg0, arg1, arg2) {
|
|
3599
|
+
const ret = makeMutClosure(arg0, arg1, 5807, __wbg_adapter_55);
|
|
3599
3600
|
return ret;
|
|
3600
3601
|
};
|
|
3601
|
-
imports.wbg.
|
|
3602
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3602
|
+
imports.wbg.__wbindgen_closure_wrapper18810 = function(arg0, arg1, arg2) {
|
|
3603
|
+
const ret = makeMutClosure(arg0, arg1, 7430, __wbg_adapter_60);
|
|
3603
3604
|
return ret;
|
|
3604
3605
|
};
|
|
3605
|
-
imports.wbg.
|
|
3606
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3606
|
+
imports.wbg.__wbindgen_closure_wrapper19204 = function(arg0, arg1, arg2) {
|
|
3607
|
+
const ret = makeMutClosure(arg0, arg1, 7623, __wbg_adapter_63);
|
|
3607
3608
|
return ret;
|
|
3608
3609
|
};
|
|
3609
|
-
imports.wbg.
|
|
3610
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3610
|
+
imports.wbg.__wbindgen_closure_wrapper23084 = function(arg0, arg1, arg2) {
|
|
3611
|
+
const ret = makeMutClosure(arg0, arg1, 8679, __wbg_adapter_66);
|
|
3611
3612
|
return ret;
|
|
3612
3613
|
};
|
|
3613
|
-
imports.wbg.
|
|
3614
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3614
|
+
imports.wbg.__wbindgen_closure_wrapper23086 = function(arg0, arg1, arg2) {
|
|
3615
|
+
const ret = makeMutClosure(arg0, arg1, 8679, __wbg_adapter_66);
|
|
3615
3616
|
return ret;
|
|
3616
3617
|
};
|
|
3617
|
-
imports.wbg.
|
|
3618
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3618
|
+
imports.wbg.__wbindgen_closure_wrapper30323 = function(arg0, arg1, arg2) {
|
|
3619
|
+
const ret = makeMutClosure(arg0, arg1, 11906, __wbg_adapter_71);
|
|
3619
3620
|
return ret;
|
|
3620
3621
|
};
|
|
3621
|
-
imports.wbg.
|
|
3622
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3622
|
+
imports.wbg.__wbindgen_closure_wrapper30325 = function(arg0, arg1, arg2) {
|
|
3623
|
+
const ret = makeMutClosure(arg0, arg1, 11906, __wbg_adapter_71);
|
|
3623
3624
|
return ret;
|
|
3624
3625
|
};
|
|
3625
|
-
imports.wbg.
|
|
3626
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3626
|
+
imports.wbg.__wbindgen_closure_wrapper30327 = function(arg0, arg1, arg2) {
|
|
3627
|
+
const ret = makeMutClosure(arg0, arg1, 11906, __wbg_adapter_71);
|
|
3627
3628
|
return ret;
|
|
3628
3629
|
};
|
|
3629
|
-
imports.wbg.
|
|
3630
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3630
|
+
imports.wbg.__wbindgen_closure_wrapper30329 = function(arg0, arg1, arg2) {
|
|
3631
|
+
const ret = makeMutClosure(arg0, arg1, 11906, __wbg_adapter_71);
|
|
3631
3632
|
return ret;
|
|
3632
3633
|
};
|
|
3633
|
-
imports.wbg.
|
|
3634
|
-
const ret = makeClosure(arg0, arg1,
|
|
3634
|
+
imports.wbg.__wbindgen_closure_wrapper35524 = function(arg0, arg1, arg2) {
|
|
3635
|
+
const ret = makeClosure(arg0, arg1, 13988, __wbg_adapter_80);
|
|
3635
3636
|
return ret;
|
|
3636
3637
|
};
|
|
3637
|
-
imports.wbg.
|
|
3638
|
-
const ret = makeClosure(arg0, arg1,
|
|
3638
|
+
imports.wbg.__wbindgen_closure_wrapper35526 = function(arg0, arg1, arg2) {
|
|
3639
|
+
const ret = makeClosure(arg0, arg1, 13988, __wbg_adapter_80);
|
|
3639
3640
|
return ret;
|
|
3640
3641
|
};
|
|
3641
|
-
imports.wbg.
|
|
3642
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3642
|
+
imports.wbg.__wbindgen_closure_wrapper37038 = function(arg0, arg1, arg2) {
|
|
3643
|
+
const ret = makeMutClosure(arg0, arg1, 14759, __wbg_adapter_85);
|
|
3643
3644
|
return ret;
|
|
3644
3645
|
};
|
|
3645
|
-
imports.wbg.
|
|
3646
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3646
|
+
imports.wbg.__wbindgen_closure_wrapper37463 = function(arg0, arg1, arg2) {
|
|
3647
|
+
const ret = makeMutClosure(arg0, arg1, 14949, __wbg_adapter_88);
|
|
3647
3648
|
return ret;
|
|
3648
3649
|
};
|
|
3649
|
-
imports.wbg.
|
|
3650
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3650
|
+
imports.wbg.__wbindgen_closure_wrapper37576 = function(arg0, arg1, arg2) {
|
|
3651
|
+
const ret = makeMutClosure(arg0, arg1, 14990, __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__hf7fdb257c04c68b1(a: number, b: number): void;
|
|
49
48
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
50
|
-
export function
|
|
49
|
+
export function closure407_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__h2393e3793973ea09(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 closure5810_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__hbc04fa35e3aec726(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
|
|
62
|
-
export function __wbindgen_free(a: number, b: number, c: number): void;
|
|
56
|
+
export function closure8678_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure11905_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure13987_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14758_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14948_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure14989_externref_shim(a: number, b: number, c: number): void;
|
|
63
62
|
export function __wbindgen_exn_store(a: number): void;
|
|
64
63
|
export function __externref_table_alloc(): number;
|
|
65
|
-
export function
|
|
64
|
+
export function __wbindgen_free(a: number, b: number, c: number): void;
|
|
65
|
+
export function closure18172_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|