@rerun-io/web-viewer 0.20.1-alpha.2 → 0.20.1-alpha.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 +11 -11
- package/re_viewer.js +80 -81
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +11 -11
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-alpha.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.20.1-alpha.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
|
@@ -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;
|
|
196
197
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
197
|
-
readonly
|
|
198
|
+
readonly closure100_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__h0d2a35a136e98ead: (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 closure5824_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__ha123fe7264e08379: (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 closure8695_externref_shim: (a: number, b: number, c: number) => void;
|
|
205
|
+
readonly closure11922_externref_shim: (a: number, b: number, c: number) => void;
|
|
206
|
+
readonly closure13979_externref_shim: (a: number, b: number, c: number) => void;
|
|
207
|
+
readonly closure14750_externref_shim: (a: number, b: number, c: number) => void;
|
|
208
|
+
readonly closure14940_externref_shim: (a: number, b: number, c: number) => void;
|
|
209
|
+
readonly closure14981_externref_shim: (a: number, b: number, c: number) => void;
|
|
210
210
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
211
211
|
readonly __externref_table_alloc: () => number;
|
|
212
212
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
213
|
-
readonly
|
|
213
|
+
readonly closure18164_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__h82649c3a67a8b81c(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.closure100_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__h0d2a35a136e98ead(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.closure5824_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__ha123fe7264e08379(arg0, arg1);
|
|
237
236
|
}
|
|
238
237
|
|
|
239
238
|
function __wbg_adapter_63(arg0, arg1) {
|
|
@@ -241,11 +240,11 @@ function __wbg_adapter_63(arg0, arg1) {
|
|
|
241
240
|
}
|
|
242
241
|
|
|
243
242
|
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
244
|
-
wasm.
|
|
243
|
+
wasm.closure8695_externref_shim(arg0, arg1, arg2);
|
|
245
244
|
}
|
|
246
245
|
|
|
247
246
|
function __wbg_adapter_71(arg0, arg1, arg2) {
|
|
248
|
-
wasm.
|
|
247
|
+
wasm.closure11922_externref_shim(arg0, arg1, arg2);
|
|
249
248
|
}
|
|
250
249
|
|
|
251
250
|
function makeClosure(arg0, arg1, dtor, f) {
|
|
@@ -270,19 +269,19 @@ function makeClosure(arg0, arg1, dtor, f) {
|
|
|
270
269
|
return real;
|
|
271
270
|
}
|
|
272
271
|
function __wbg_adapter_80(arg0, arg1, arg2) {
|
|
273
|
-
wasm.
|
|
272
|
+
wasm.closure13979_externref_shim(arg0, arg1, arg2);
|
|
274
273
|
}
|
|
275
274
|
|
|
276
275
|
function __wbg_adapter_85(arg0, arg1, arg2) {
|
|
277
|
-
wasm.
|
|
276
|
+
wasm.closure14750_externref_shim(arg0, arg1, arg2);
|
|
278
277
|
}
|
|
279
278
|
|
|
280
279
|
function __wbg_adapter_88(arg0, arg1, arg2) {
|
|
281
|
-
wasm.
|
|
280
|
+
wasm.closure14940_externref_shim(arg0, arg1, arg2);
|
|
282
281
|
}
|
|
283
282
|
|
|
284
283
|
function __wbg_adapter_91(arg0, arg1, arg2) {
|
|
285
|
-
wasm.
|
|
284
|
+
wasm.closure14981_externref_shim(arg0, arg1, arg2);
|
|
286
285
|
}
|
|
287
286
|
|
|
288
287
|
function addToExternrefTable0(obj) {
|
|
@@ -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_1468(arg0, arg1, arg2, arg3) {
|
|
367
|
-
wasm.
|
|
366
|
+
wasm.closure18164_externref_shim(arg0, arg1, arg2, arg3);
|
|
368
367
|
}
|
|
369
368
|
|
|
370
369
|
const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -758,13 +757,16 @@ function __wbg_get_imports() {
|
|
|
758
757
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
759
758
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
760
759
|
};
|
|
761
|
-
imports.wbg.
|
|
762
|
-
const
|
|
763
|
-
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
760
|
+
imports.wbg.__wbindgen_error_new = function(arg0, arg1) {
|
|
761
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
764
762
|
return ret;
|
|
765
763
|
};
|
|
766
|
-
imports.wbg.
|
|
767
|
-
const ret =
|
|
764
|
+
imports.wbg.__wbindgen_is_undefined = function(arg0) {
|
|
765
|
+
const ret = arg0 === undefined;
|
|
766
|
+
return ret;
|
|
767
|
+
};
|
|
768
|
+
imports.wbg.__wbindgen_is_null = function(arg0) {
|
|
769
|
+
const ret = arg0 === null;
|
|
768
770
|
return ret;
|
|
769
771
|
};
|
|
770
772
|
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
@@ -772,36 +774,33 @@ function __wbg_get_imports() {
|
|
|
772
774
|
const ret = typeof(val) === 'object' && val !== null;
|
|
773
775
|
return ret;
|
|
774
776
|
};
|
|
775
|
-
imports.wbg.
|
|
776
|
-
const ret = arg0
|
|
777
|
+
imports.wbg.__wbg_structuredClone_4bcd52ca3b529be8 = function() { return handleError(function (arg0) {
|
|
778
|
+
const ret = window.structuredClone(arg0);
|
|
777
779
|
return ret;
|
|
778
|
-
};
|
|
779
|
-
imports.wbg.
|
|
780
|
-
const ret = arg0
|
|
780
|
+
}, arguments) };
|
|
781
|
+
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
|
|
782
|
+
const ret = getStringFromWasm0(arg0, arg1);
|
|
781
783
|
return ret;
|
|
782
784
|
};
|
|
783
|
-
imports.wbg.
|
|
784
|
-
const
|
|
785
|
+
imports.wbg.__wbindgen_boolean_get = function(arg0) {
|
|
786
|
+
const v = arg0;
|
|
787
|
+
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
785
788
|
return ret;
|
|
786
789
|
};
|
|
787
|
-
imports.wbg.
|
|
788
|
-
const ret =
|
|
790
|
+
imports.wbg.__wbindgen_is_falsy = function(arg0) {
|
|
791
|
+
const ret = !arg0;
|
|
789
792
|
return ret;
|
|
790
793
|
};
|
|
791
|
-
imports.wbg.
|
|
792
|
-
const ret = arg0 ===
|
|
794
|
+
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
795
|
+
const ret = typeof(arg0) === 'string';
|
|
793
796
|
return ret;
|
|
794
797
|
};
|
|
795
|
-
imports.wbg.
|
|
796
|
-
const ret =
|
|
797
|
-
return ret;
|
|
798
|
-
}, arguments) };
|
|
799
|
-
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
|
|
800
|
-
const ret = getStringFromWasm0(arg0, arg1);
|
|
798
|
+
imports.wbg.__wbindgen_in = function(arg0, arg1) {
|
|
799
|
+
const ret = arg0 in arg1;
|
|
801
800
|
return ret;
|
|
802
801
|
};
|
|
803
|
-
imports.wbg.
|
|
804
|
-
const ret =
|
|
802
|
+
imports.wbg.__wbindgen_number_new = function(arg0) {
|
|
803
|
+
const ret = arg0;
|
|
805
804
|
return ret;
|
|
806
805
|
};
|
|
807
806
|
imports.wbg.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
@@ -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_c2c38762a20c36e8 = function() {
|
|
851
850
|
const ret = new Error();
|
|
852
851
|
return ret;
|
|
853
852
|
};
|
|
854
|
-
imports.wbg.
|
|
853
|
+
imports.wbg.__wbg_stack_51421e13afad1693 = 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;
|
|
@@ -3221,16 +3220,16 @@ function __wbg_get_imports() {
|
|
|
3221
3220
|
imports.wbg.__wbg_close_d40a9ae3f32e4879 = function(arg0) {
|
|
3222
3221
|
arg0.close();
|
|
3223
3222
|
};
|
|
3224
|
-
imports.wbg.
|
|
3223
|
+
imports.wbg.__wbg_warn_be69c02270f8a686 = function(arg0, arg1) {
|
|
3225
3224
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3226
3225
|
};
|
|
3227
|
-
imports.wbg.
|
|
3226
|
+
imports.wbg.__wbg_info_0c6dfc5ef1bb7990 = function(arg0, arg1) {
|
|
3228
3227
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3229
3228
|
};
|
|
3230
|
-
imports.wbg.
|
|
3229
|
+
imports.wbg.__wbg_debug_f90c18d4f6c30039 = function(arg0, arg1) {
|
|
3231
3230
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3232
3231
|
};
|
|
3233
|
-
imports.wbg.
|
|
3232
|
+
imports.wbg.__wbg_trace_35a5d360531287a2 = function(arg0, arg1) {
|
|
3234
3233
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3235
3234
|
};
|
|
3236
3235
|
imports.wbg.__wbg_performance_a1b8bde2ee512264 = function(arg0) {
|
|
@@ -3579,76 +3578,76 @@ function __wbg_get_imports() {
|
|
|
3579
3578
|
const ret = wasm.memory;
|
|
3580
3579
|
return ret;
|
|
3581
3580
|
};
|
|
3582
|
-
imports.wbg.
|
|
3583
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3581
|
+
imports.wbg.__wbindgen_closure_wrapper1500 = function(arg0, arg1, arg2) {
|
|
3582
|
+
const ret = makeMutClosure(arg0, arg1, 97, __wbg_adapter_46);
|
|
3584
3583
|
return ret;
|
|
3585
3584
|
};
|
|
3586
|
-
imports.wbg.
|
|
3587
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3585
|
+
imports.wbg.__wbindgen_closure_wrapper1502 = function(arg0, arg1, arg2) {
|
|
3586
|
+
const ret = makeMutClosure(arg0, arg1, 97, __wbg_adapter_49);
|
|
3588
3587
|
return ret;
|
|
3589
3588
|
};
|
|
3590
|
-
imports.wbg.
|
|
3591
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3589
|
+
imports.wbg.__wbindgen_closure_wrapper14086 = function(arg0, arg1, arg2) {
|
|
3590
|
+
const ret = makeMutClosure(arg0, arg1, 5821, __wbg_adapter_52);
|
|
3592
3591
|
return ret;
|
|
3593
3592
|
};
|
|
3594
|
-
imports.wbg.
|
|
3595
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3593
|
+
imports.wbg.__wbindgen_closure_wrapper14088 = function(arg0, arg1, arg2) {
|
|
3594
|
+
const ret = makeMutClosure(arg0, arg1, 5821, __wbg_adapter_55);
|
|
3596
3595
|
return ret;
|
|
3597
3596
|
};
|
|
3598
|
-
imports.wbg.
|
|
3599
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3597
|
+
imports.wbg.__wbindgen_closure_wrapper14090 = function(arg0, arg1, arg2) {
|
|
3598
|
+
const ret = makeMutClosure(arg0, arg1, 5821, __wbg_adapter_55);
|
|
3600
3599
|
return ret;
|
|
3601
3600
|
};
|
|
3602
|
-
imports.wbg.
|
|
3603
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3601
|
+
imports.wbg.__wbindgen_closure_wrapper18957 = function(arg0, arg1, arg2) {
|
|
3602
|
+
const ret = makeMutClosure(arg0, arg1, 7551, __wbg_adapter_60);
|
|
3604
3603
|
return ret;
|
|
3605
3604
|
};
|
|
3606
|
-
imports.wbg.
|
|
3607
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3605
|
+
imports.wbg.__wbindgen_closure_wrapper19153 = function(arg0, arg1, arg2) {
|
|
3606
|
+
const ret = makeMutClosure(arg0, arg1, 7638, __wbg_adapter_63);
|
|
3608
3607
|
return ret;
|
|
3609
3608
|
};
|
|
3610
|
-
imports.wbg.
|
|
3611
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3609
|
+
imports.wbg.__wbindgen_closure_wrapper23034 = function(arg0, arg1, arg2) {
|
|
3610
|
+
const ret = makeMutClosure(arg0, arg1, 8696, __wbg_adapter_66);
|
|
3612
3611
|
return ret;
|
|
3613
3612
|
};
|
|
3614
|
-
imports.wbg.
|
|
3615
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3613
|
+
imports.wbg.__wbindgen_closure_wrapper23036 = function(arg0, arg1, arg2) {
|
|
3614
|
+
const ret = makeMutClosure(arg0, arg1, 8696, __wbg_adapter_66);
|
|
3616
3615
|
return ret;
|
|
3617
3616
|
};
|
|
3618
|
-
imports.wbg.
|
|
3619
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3617
|
+
imports.wbg.__wbindgen_closure_wrapper30273 = function(arg0, arg1, arg2) {
|
|
3618
|
+
const ret = makeMutClosure(arg0, arg1, 11923, __wbg_adapter_71);
|
|
3620
3619
|
return ret;
|
|
3621
3620
|
};
|
|
3622
|
-
imports.wbg.
|
|
3623
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3621
|
+
imports.wbg.__wbindgen_closure_wrapper30275 = function(arg0, arg1, arg2) {
|
|
3622
|
+
const ret = makeMutClosure(arg0, arg1, 11923, __wbg_adapter_71);
|
|
3624
3623
|
return ret;
|
|
3625
3624
|
};
|
|
3626
|
-
imports.wbg.
|
|
3627
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3625
|
+
imports.wbg.__wbindgen_closure_wrapper30277 = function(arg0, arg1, arg2) {
|
|
3626
|
+
const ret = makeMutClosure(arg0, arg1, 11923, __wbg_adapter_71);
|
|
3628
3627
|
return ret;
|
|
3629
3628
|
};
|
|
3630
|
-
imports.wbg.
|
|
3631
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3629
|
+
imports.wbg.__wbindgen_closure_wrapper30279 = function(arg0, arg1, arg2) {
|
|
3630
|
+
const ret = makeMutClosure(arg0, arg1, 11923, __wbg_adapter_71);
|
|
3632
3631
|
return ret;
|
|
3633
3632
|
};
|
|
3634
|
-
imports.wbg.
|
|
3635
|
-
const ret = makeClosure(arg0, arg1,
|
|
3633
|
+
imports.wbg.__wbindgen_closure_wrapper35444 = function(arg0, arg1, arg2) {
|
|
3634
|
+
const ret = makeClosure(arg0, arg1, 13980, __wbg_adapter_80);
|
|
3636
3635
|
return ret;
|
|
3637
3636
|
};
|
|
3638
|
-
imports.wbg.
|
|
3639
|
-
const ret = makeClosure(arg0, arg1,
|
|
3637
|
+
imports.wbg.__wbindgen_closure_wrapper35446 = function(arg0, arg1, arg2) {
|
|
3638
|
+
const ret = makeClosure(arg0, arg1, 13980, __wbg_adapter_80);
|
|
3640
3639
|
return ret;
|
|
3641
3640
|
};
|
|
3642
|
-
imports.wbg.
|
|
3643
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3641
|
+
imports.wbg.__wbindgen_closure_wrapper36958 = function(arg0, arg1, arg2) {
|
|
3642
|
+
const ret = makeMutClosure(arg0, arg1, 14751, __wbg_adapter_85);
|
|
3644
3643
|
return ret;
|
|
3645
3644
|
};
|
|
3646
|
-
imports.wbg.
|
|
3647
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3645
|
+
imports.wbg.__wbindgen_closure_wrapper37383 = function(arg0, arg1, arg2) {
|
|
3646
|
+
const ret = makeMutClosure(arg0, arg1, 14941, __wbg_adapter_88);
|
|
3648
3647
|
return ret;
|
|
3649
3648
|
};
|
|
3650
|
-
imports.wbg.
|
|
3651
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3649
|
+
imports.wbg.__wbindgen_closure_wrapper37496 = function(arg0, arg1, arg2) {
|
|
3650
|
+
const ret = makeMutClosure(arg0, arg1, 14982, __wbg_adapter_91);
|
|
3652
3651
|
return ret;
|
|
3653
3652
|
};
|
|
3654
3653
|
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;
|
|
48
49
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
49
|
-
export function
|
|
50
|
+
export function closure100_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__h0d2a35a136e98ead(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 closure5824_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__ha123fe7264e08379(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 closure8695_externref_shim(a: number, b: number, c: number): void;
|
|
57
|
+
export function closure11922_externref_shim(a: number, b: number, c: number): void;
|
|
58
|
+
export function closure13979_externref_shim(a: number, b: number, c: number): void;
|
|
59
|
+
export function closure14750_externref_shim(a: number, b: number, c: number): void;
|
|
60
|
+
export function closure14940_externref_shim(a: number, b: number, c: number): void;
|
|
61
|
+
export function closure14981_externref_shim(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
64
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|
|
65
|
-
export function
|
|
65
|
+
export function closure18164_externref_shim(a: number, b: number, c: number, d: number): void;
|
|
66
66
|
export function __wbindgen_start(): void;
|