@rerun-io/web-viewer 0.19.0-alpha.10 → 0.19.0-alpha.13
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 +88 -89
- 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.19.0-alpha.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.19.0-alpha.13/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__hec6d263d6d350341: (a: number, b: number) => void;
|
|
196
197
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
197
|
-
readonly
|
|
198
|
+
readonly closure159_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
198
199
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
199
|
-
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hea1415be816dafca: (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__h1a50a45f462e25a4: (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 closure11727_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure14636_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14687_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14721_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 closure17425_externref_shim: (a: number, b: number, c: number, d: number) => void;
|
|
213
|
+
readonly closure17415_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,16 +190,19 @@ 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__hec6d263d6d350341(arg0, arg1);
|
|
195
|
+
}
|
|
193
196
|
|
|
194
197
|
function takeFromExternrefTable0(idx) {
|
|
195
198
|
const value = wasm.__wbindgen_export_2.get(idx);
|
|
196
199
|
wasm.__externref_table_dealloc(idx);
|
|
197
200
|
return value;
|
|
198
201
|
}
|
|
199
|
-
function
|
|
202
|
+
function __wbg_adapter_49(arg0, arg1, arg2) {
|
|
200
203
|
try {
|
|
201
204
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
202
|
-
wasm.
|
|
205
|
+
wasm.closure159_externref_shim(retptr, arg0, arg1, arg2);
|
|
203
206
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
204
207
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
205
208
|
if (r1) {
|
|
@@ -210,10 +213,6 @@ function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
|
210
213
|
}
|
|
211
214
|
}
|
|
212
215
|
|
|
213
|
-
function __wbg_adapter_49(arg0, arg1) {
|
|
214
|
-
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hea1415be816dafca(arg0, arg1);
|
|
215
|
-
}
|
|
216
|
-
|
|
217
216
|
function __wbg_adapter_52(arg0, arg1) {
|
|
218
217
|
try {
|
|
219
218
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
@@ -229,11 +228,11 @@ function __wbg_adapter_52(arg0, arg1) {
|
|
|
229
228
|
}
|
|
230
229
|
|
|
231
230
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
232
|
-
wasm.
|
|
231
|
+
wasm.closure5021_externref_shim(arg0, arg1, arg2);
|
|
233
232
|
}
|
|
234
233
|
|
|
235
234
|
function __wbg_adapter_60(arg0, arg1) {
|
|
236
|
-
wasm.
|
|
235
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h1a50a45f462e25a4(arg0, arg1);
|
|
237
236
|
}
|
|
238
237
|
|
|
239
238
|
function __wbg_adapter_63(arg0, arg1) {
|
|
@@ -262,42 +261,27 @@ function makeClosure(arg0, arg1, dtor, f) {
|
|
|
262
261
|
return real;
|
|
263
262
|
}
|
|
264
263
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
265
|
-
wasm.
|
|
264
|
+
wasm.closure7326_externref_shim(arg0, arg1, arg2);
|
|
266
265
|
}
|
|
267
266
|
|
|
268
267
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
269
|
-
wasm.
|
|
268
|
+
wasm.closure8347_externref_shim(arg0, arg1, arg2);
|
|
270
269
|
}
|
|
271
270
|
|
|
272
271
|
function __wbg_adapter_76(arg0, arg1, arg2) {
|
|
273
|
-
wasm.
|
|
272
|
+
wasm.closure11727_externref_shim(arg0, arg1, arg2);
|
|
274
273
|
}
|
|
275
274
|
|
|
276
275
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
277
|
-
wasm.
|
|
276
|
+
wasm.closure14636_externref_shim(arg0, arg1, arg2);
|
|
278
277
|
}
|
|
279
278
|
|
|
280
279
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
281
|
-
wasm.
|
|
280
|
+
wasm.closure14687_externref_shim(arg0, arg1, arg2);
|
|
282
281
|
}
|
|
283
282
|
|
|
284
283
|
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
|
-
}
|
|
284
|
+
wasm.closure14721_externref_shim(arg0, arg1, arg2);
|
|
301
285
|
}
|
|
302
286
|
|
|
303
287
|
function passArray8ToWasm0(arg, malloc) {
|
|
@@ -320,6 +304,21 @@ __exports.set_email = function(email) {
|
|
|
320
304
|
wasm.set_email(ptr0, len0);
|
|
321
305
|
};
|
|
322
306
|
|
|
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
|
+
|
|
323
322
|
let cachedUint32ArrayMemory0 = null;
|
|
324
323
|
|
|
325
324
|
function getUint32ArrayMemory0() {
|
|
@@ -364,7 +363,7 @@ function getArrayI32FromWasm0(ptr, len) {
|
|
|
364
363
|
return getInt32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
|
|
365
364
|
}
|
|
366
365
|
function __wbg_adapter_1470(arg0, arg1, arg2, arg3) {
|
|
367
|
-
wasm.
|
|
366
|
+
wasm.closure17415_externref_shim(arg0, arg1, arg2, arg3);
|
|
368
367
|
}
|
|
369
368
|
|
|
370
369
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -771,39 +770,39 @@ function __wbg_get_imports() {
|
|
|
771
770
|
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
772
771
|
return ret;
|
|
773
772
|
};
|
|
774
|
-
imports.wbg.
|
|
775
|
-
const
|
|
773
|
+
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
774
|
+
const val = arg0;
|
|
775
|
+
const ret = typeof(val) === 'object' && val !== null;
|
|
776
776
|
return ret;
|
|
777
777
|
};
|
|
778
778
|
imports.wbg.__wbindgen_is_undefined = function(arg0) {
|
|
779
779
|
const ret = arg0 === undefined;
|
|
780
780
|
return ret;
|
|
781
781
|
};
|
|
782
|
-
imports.wbg.
|
|
783
|
-
const ret = arg0
|
|
784
|
-
return ret;
|
|
785
|
-
};
|
|
786
|
-
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
787
|
-
const val = arg0;
|
|
788
|
-
const ret = typeof(val) === 'object' && val !== null;
|
|
782
|
+
imports.wbg.__wbindgen_in = function(arg0, arg1) {
|
|
783
|
+
const ret = arg0 in arg1;
|
|
789
784
|
return ret;
|
|
790
785
|
};
|
|
791
|
-
imports.wbg.__wbg_structuredClone_910c2c0a9c6a72d0 = function() { return handleError(function (arg0) {
|
|
792
|
-
const ret = window.structuredClone(arg0);
|
|
793
|
-
return ret;
|
|
794
|
-
}, arguments) };
|
|
795
786
|
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
796
787
|
const ret = typeof(arg0) === 'string';
|
|
797
788
|
return ret;
|
|
798
789
|
};
|
|
799
|
-
imports.wbg.__wbindgen_in = function(arg0, arg1) {
|
|
800
|
-
const ret = arg0 in arg1;
|
|
801
|
-
return ret;
|
|
802
|
-
};
|
|
803
790
|
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
804
791
|
const ret = arg0;
|
|
805
792
|
return ret;
|
|
806
793
|
};
|
|
794
|
+
imports.wbg.__wbindgen_is_falsy = function(arg0) {
|
|
795
|
+
const ret = !arg0;
|
|
796
|
+
return ret;
|
|
797
|
+
};
|
|
798
|
+
imports.wbg.__wbindgen_is_null = function(arg0) {
|
|
799
|
+
const ret = arg0 === null;
|
|
800
|
+
return ret;
|
|
801
|
+
};
|
|
802
|
+
imports.wbg.__wbg_structuredClone_17811df31af07e4a = function() { return handleError(function (arg0) {
|
|
803
|
+
const ret = window.structuredClone(arg0);
|
|
804
|
+
return ret;
|
|
805
|
+
}, arguments) };
|
|
807
806
|
imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
808
807
|
const ret = arg0 == arg1;
|
|
809
808
|
return ret;
|
|
@@ -847,11 +846,11 @@ function __wbg_get_imports() {
|
|
|
847
846
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
848
847
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
849
848
|
};
|
|
850
|
-
imports.wbg.
|
|
849
|
+
imports.wbg.__wbg_new_57f6173bb587a876 = function() {
|
|
851
850
|
const ret = new Error();
|
|
852
851
|
return ret;
|
|
853
852
|
};
|
|
854
|
-
imports.wbg.
|
|
853
|
+
imports.wbg.__wbg_stack_3ef461c402e91cda = function(arg0, arg1) {
|
|
855
854
|
const ret = arg1.stack;
|
|
856
855
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
857
856
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -3228,16 +3227,16 @@ function __wbg_get_imports() {
|
|
|
3228
3227
|
imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
|
|
3229
3228
|
arg0.close();
|
|
3230
3229
|
};
|
|
3231
|
-
imports.wbg.
|
|
3230
|
+
imports.wbg.__wbg_warn_29f621a428dd3146 = function(arg0, arg1) {
|
|
3232
3231
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3233
3232
|
};
|
|
3234
|
-
imports.wbg.
|
|
3233
|
+
imports.wbg.__wbg_info_05c730712c23f87b = function(arg0, arg1) {
|
|
3235
3234
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3236
3235
|
};
|
|
3237
|
-
imports.wbg.
|
|
3236
|
+
imports.wbg.__wbg_debug_8ee12fced17292e4 = function(arg0, arg1) {
|
|
3238
3237
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3239
3238
|
};
|
|
3240
|
-
imports.wbg.
|
|
3239
|
+
imports.wbg.__wbg_trace_837a3bf339cc4fab = function(arg0, arg1) {
|
|
3241
3240
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3242
3241
|
};
|
|
3243
3242
|
imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
|
|
@@ -3586,76 +3585,76 @@ function __wbg_get_imports() {
|
|
|
3586
3585
|
const ret = wasm.memory;
|
|
3587
3586
|
return ret;
|
|
3588
3587
|
};
|
|
3589
|
-
imports.wbg.
|
|
3590
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3588
|
+
imports.wbg.__wbindgen_closure_wrapper1491 = function(arg0, arg1, arg2) {
|
|
3589
|
+
const ret = makeMutClosure(arg0, arg1, 156, __wbg_adapter_46);
|
|
3591
3590
|
return ret;
|
|
3592
3591
|
};
|
|
3593
|
-
imports.wbg.
|
|
3594
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3592
|
+
imports.wbg.__wbindgen_closure_wrapper1493 = function(arg0, arg1, arg2) {
|
|
3593
|
+
const ret = makeMutClosure(arg0, arg1, 156, __wbg_adapter_49);
|
|
3595
3594
|
return ret;
|
|
3596
3595
|
};
|
|
3597
|
-
imports.wbg.
|
|
3598
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3596
|
+
imports.wbg.__wbindgen_closure_wrapper13010 = function(arg0, arg1, arg2) {
|
|
3597
|
+
const ret = makeMutClosure(arg0, arg1, 5018, __wbg_adapter_52);
|
|
3599
3598
|
return ret;
|
|
3600
3599
|
};
|
|
3601
|
-
imports.wbg.
|
|
3602
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3600
|
+
imports.wbg.__wbindgen_closure_wrapper13012 = function(arg0, arg1, arg2) {
|
|
3601
|
+
const ret = makeMutClosure(arg0, arg1, 5018, __wbg_adapter_55);
|
|
3603
3602
|
return ret;
|
|
3604
3603
|
};
|
|
3605
|
-
imports.wbg.
|
|
3606
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3604
|
+
imports.wbg.__wbindgen_closure_wrapper13014 = function(arg0, arg1, arg2) {
|
|
3605
|
+
const ret = makeMutClosure(arg0, arg1, 5018, __wbg_adapter_55);
|
|
3607
3606
|
return ret;
|
|
3608
3607
|
};
|
|
3609
|
-
imports.wbg.
|
|
3610
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3608
|
+
imports.wbg.__wbindgen_closure_wrapper17145 = function(arg0, arg1, arg2) {
|
|
3609
|
+
const ret = makeMutClosure(arg0, arg1, 6492, __wbg_adapter_60);
|
|
3611
3610
|
return ret;
|
|
3612
3611
|
};
|
|
3613
|
-
imports.wbg.
|
|
3614
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3612
|
+
imports.wbg.__wbindgen_closure_wrapper17767 = function(arg0, arg1, arg2) {
|
|
3613
|
+
const ret = makeMutClosure(arg0, arg1, 6759, __wbg_adapter_63);
|
|
3615
3614
|
return ret;
|
|
3616
3615
|
};
|
|
3617
|
-
imports.wbg.
|
|
3618
|
-
const ret = makeClosure(arg0, arg1,
|
|
3616
|
+
imports.wbg.__wbindgen_closure_wrapper19719 = function(arg0, arg1, arg2) {
|
|
3617
|
+
const ret = makeClosure(arg0, arg1, 7327, __wbg_adapter_66);
|
|
3619
3618
|
return ret;
|
|
3620
3619
|
};
|
|
3621
|
-
imports.wbg.
|
|
3622
|
-
const ret = makeClosure(arg0, arg1,
|
|
3620
|
+
imports.wbg.__wbindgen_closure_wrapper19721 = function(arg0, arg1, arg2) {
|
|
3621
|
+
const ret = makeClosure(arg0, arg1, 7327, __wbg_adapter_66);
|
|
3623
3622
|
return ret;
|
|
3624
3623
|
};
|
|
3625
|
-
imports.wbg.
|
|
3626
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3624
|
+
imports.wbg.__wbindgen_closure_wrapper21954 = function(arg0, arg1, arg2) {
|
|
3625
|
+
const ret = makeMutClosure(arg0, arg1, 8348, __wbg_adapter_71);
|
|
3627
3626
|
return ret;
|
|
3628
3627
|
};
|
|
3629
|
-
imports.wbg.
|
|
3630
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3628
|
+
imports.wbg.__wbindgen_closure_wrapper21956 = function(arg0, arg1, arg2) {
|
|
3629
|
+
const ret = makeMutClosure(arg0, arg1, 8348, __wbg_adapter_71);
|
|
3631
3630
|
return ret;
|
|
3632
3631
|
};
|
|
3633
|
-
imports.wbg.
|
|
3634
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3632
|
+
imports.wbg.__wbindgen_closure_wrapper29883 = function(arg0, arg1, arg2) {
|
|
3633
|
+
const ret = makeMutClosure(arg0, arg1, 11728, __wbg_adapter_76);
|
|
3635
3634
|
return ret;
|
|
3636
3635
|
};
|
|
3637
|
-
imports.wbg.
|
|
3638
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3636
|
+
imports.wbg.__wbindgen_closure_wrapper29885 = function(arg0, arg1, arg2) {
|
|
3637
|
+
const ret = makeMutClosure(arg0, arg1, 11728, __wbg_adapter_76);
|
|
3639
3638
|
return ret;
|
|
3640
3639
|
};
|
|
3641
|
-
imports.wbg.
|
|
3642
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3640
|
+
imports.wbg.__wbindgen_closure_wrapper29887 = function(arg0, arg1, arg2) {
|
|
3641
|
+
const ret = makeMutClosure(arg0, arg1, 11728, __wbg_adapter_76);
|
|
3643
3642
|
return ret;
|
|
3644
3643
|
};
|
|
3645
|
-
imports.wbg.
|
|
3646
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3644
|
+
imports.wbg.__wbindgen_closure_wrapper29889 = function(arg0, arg1, arg2) {
|
|
3645
|
+
const ret = makeMutClosure(arg0, arg1, 11728, __wbg_adapter_76);
|
|
3647
3646
|
return ret;
|
|
3648
3647
|
};
|
|
3649
|
-
imports.wbg.
|
|
3650
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3648
|
+
imports.wbg.__wbindgen_closure_wrapper36680 = function(arg0, arg1, arg2) {
|
|
3649
|
+
const ret = makeMutClosure(arg0, arg1, 14637, __wbg_adapter_85);
|
|
3651
3650
|
return ret;
|
|
3652
3651
|
};
|
|
3653
|
-
imports.wbg.
|
|
3654
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3652
|
+
imports.wbg.__wbindgen_closure_wrapper36851 = function(arg0, arg1, arg2) {
|
|
3653
|
+
const ret = makeMutClosure(arg0, arg1, 14688, __wbg_adapter_88);
|
|
3655
3654
|
return ret;
|
|
3656
3655
|
};
|
|
3657
|
-
imports.wbg.
|
|
3658
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3656
|
+
imports.wbg.__wbindgen_closure_wrapper36920 = function(arg0, arg1, arg2) {
|
|
3657
|
+
const ret = makeMutClosure(arg0, arg1, 14722, __wbg_adapter_91);
|
|
3659
3658
|
return ret;
|
|
3660
3659
|
};
|
|
3661
3660
|
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__hec6d263d6d350341(a: number, b: number): void;
|
|
48
49
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
49
|
-
export function
|
|
50
|
+
export function closure159_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
50
51
|
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__hea1415be816dafca(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__h1a50a45f462e25a4(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 closure11727_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14636_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14687_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure14721_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 closure17425_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
65
|
+
export function closure17415_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|