@rerun-io/web-viewer 0.16.0-rc.1 → 0.16.0-rc.2
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_bg.js +166 -166
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +7 -7
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.16.0-rc.
|
|
44
|
+
- A hosted `.rrd` file, such as <https://app.rerun.io/version/0.16.0-rc.2/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_bg.js
CHANGED
|
@@ -222,29 +222,29 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
222
222
|
return real;
|
|
223
223
|
}
|
|
224
224
|
function __wbg_adapter_32(arg0, arg1) {
|
|
225
|
-
wasm.
|
|
225
|
+
wasm.wasm_bindgen__convert__closures__invoke0_mut__hfd827e3087c96cca(arg0, arg1);
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
function __wbg_adapter_35(arg0, arg1, arg2) {
|
|
229
|
-
wasm.
|
|
229
|
+
wasm.wasm_bindgen__convert__closures__invoke1_mut__hff75729e8d8e3a19(arg0, arg1, addHeapObject(arg2));
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
function __wbg_adapter_38(arg0, arg1) {
|
|
233
233
|
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he3e77c8746920ad8(arg0, arg1);
|
|
234
234
|
}
|
|
235
235
|
|
|
236
|
-
function __wbg_adapter_41(arg0, arg1) {
|
|
237
|
-
wasm.
|
|
236
|
+
function __wbg_adapter_41(arg0, arg1, arg2) {
|
|
237
|
+
wasm.wasm_bindgen__convert__closures__invoke1_mut__h545ec82ded2d9534(arg0, arg1, addHeapObject(arg2));
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
function __wbg_adapter_44(arg0, arg1
|
|
241
|
-
wasm.
|
|
240
|
+
function __wbg_adapter_44(arg0, arg1) {
|
|
241
|
+
wasm.wasm_bindgen__convert__closures__invoke0_mut__h3e523de377ad9304(arg0, arg1);
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
function __wbg_adapter_47(arg0, arg1) {
|
|
245
245
|
try {
|
|
246
246
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
247
|
-
wasm.
|
|
247
|
+
wasm.wasm_bindgen__convert__closures__invoke0_mut__h48ee5bf1e8dab96d(retptr, arg0, arg1);
|
|
248
248
|
var r0 = getInt32Memory0()[retptr / 4 + 0];
|
|
249
249
|
var r1 = getInt32Memory0()[retptr / 4 + 1];
|
|
250
250
|
if (r1) {
|
|
@@ -256,7 +256,7 @@ function __wbg_adapter_47(arg0, arg1) {
|
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
function __wbg_adapter_50(arg0, arg1, arg2) {
|
|
259
|
-
wasm.
|
|
259
|
+
wasm.wasm_bindgen__convert__closures__invoke1_mut__h389a8557fc3a6c1d(arg0, arg1, addHeapObject(arg2));
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
@@ -264,7 +264,7 @@ function __wbg_adapter_55(arg0, arg1, arg2) {
|
|
|
264
264
|
}
|
|
265
265
|
|
|
266
266
|
function __wbg_adapter_64(arg0, arg1, arg2) {
|
|
267
|
-
wasm.
|
|
267
|
+
wasm.wasm_bindgen__convert__closures__invoke1_mut__hb75772ddcede7981(arg0, arg1, addHeapObject(arg2));
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
function __wbg_adapter_67(arg0, arg1, arg2) {
|
|
@@ -687,12 +687,12 @@ export function __wbindgen_number_get(arg0, arg1) {
|
|
|
687
687
|
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
|
|
688
688
|
};
|
|
689
689
|
|
|
690
|
-
export function
|
|
690
|
+
export function __wbg_new_d5a0639d318f3757() {
|
|
691
691
|
const ret = new Error();
|
|
692
692
|
return addHeapObject(ret);
|
|
693
693
|
};
|
|
694
694
|
|
|
695
|
-
export function
|
|
695
|
+
export function __wbg_stack_859d1c42605c06b3(arg0, arg1) {
|
|
696
696
|
const ret = getObject(arg1).stack;
|
|
697
697
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
698
698
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -738,58 +738,96 @@ export function __wbindgen_number_new(arg0) {
|
|
|
738
738
|
return addHeapObject(ret);
|
|
739
739
|
};
|
|
740
740
|
|
|
741
|
-
export function
|
|
742
|
-
const ret = getObject(arg0).
|
|
741
|
+
export function __wbg_features_0d562755efddf72c(arg0) {
|
|
742
|
+
const ret = getObject(arg0).features;
|
|
743
743
|
return addHeapObject(ret);
|
|
744
744
|
};
|
|
745
745
|
|
|
746
|
-
export function
|
|
747
|
-
const ret = getObject(arg0).
|
|
746
|
+
export function __wbg_limits_55da1c99f0e976e9(arg0) {
|
|
747
|
+
const ret = getObject(arg0).limits;
|
|
748
748
|
return addHeapObject(ret);
|
|
749
749
|
};
|
|
750
750
|
|
|
751
|
-
export function
|
|
752
|
-
|
|
751
|
+
export function __wbg_queue_15e94b1ed1ba16f8(arg0) {
|
|
752
|
+
const ret = getObject(arg0).queue;
|
|
753
|
+
return addHeapObject(ret);
|
|
753
754
|
};
|
|
754
755
|
|
|
755
|
-
export function
|
|
756
|
-
getObject(arg0).
|
|
756
|
+
export function __wbg_setonuncapturederror_3ee57f1a17c2830d(arg0, arg1) {
|
|
757
|
+
getObject(arg0).onuncapturederror = getObject(arg1);
|
|
757
758
|
};
|
|
758
759
|
|
|
759
|
-
export function
|
|
760
|
-
getObject(arg0).
|
|
760
|
+
export function __wbg_createBindGroup_5123902bc1e36cc4(arg0, arg1) {
|
|
761
|
+
const ret = getObject(arg0).createBindGroup(getObject(arg1));
|
|
762
|
+
return addHeapObject(ret);
|
|
761
763
|
};
|
|
762
764
|
|
|
763
|
-
export function
|
|
764
|
-
getObject(arg0).
|
|
765
|
+
export function __wbg_createBindGroupLayout_b0c2f3a6f7d18059(arg0, arg1) {
|
|
766
|
+
const ret = getObject(arg0).createBindGroupLayout(getObject(arg1));
|
|
767
|
+
return addHeapObject(ret);
|
|
765
768
|
};
|
|
766
769
|
|
|
767
|
-
export function
|
|
768
|
-
getObject(arg0).
|
|
770
|
+
export function __wbg_createBuffer_8c862fe4a28b2d51(arg0, arg1) {
|
|
771
|
+
const ret = getObject(arg0).createBuffer(getObject(arg1));
|
|
772
|
+
return addHeapObject(ret);
|
|
769
773
|
};
|
|
770
774
|
|
|
771
|
-
export function
|
|
772
|
-
getObject(arg0).
|
|
775
|
+
export function __wbg_createCommandEncoder_9012d7db325fa03e(arg0, arg1) {
|
|
776
|
+
const ret = getObject(arg0).createCommandEncoder(getObject(arg1));
|
|
777
|
+
return addHeapObject(ret);
|
|
773
778
|
};
|
|
774
779
|
|
|
775
|
-
export function
|
|
776
|
-
getObject(arg0).
|
|
780
|
+
export function __wbg_createComputePipeline_5ae4b1f242668dfa(arg0, arg1) {
|
|
781
|
+
const ret = getObject(arg0).createComputePipeline(getObject(arg1));
|
|
782
|
+
return addHeapObject(ret);
|
|
777
783
|
};
|
|
778
784
|
|
|
779
|
-
export function
|
|
780
|
-
getObject(arg0).
|
|
785
|
+
export function __wbg_createPipelineLayout_37e0e3af31059fc1(arg0, arg1) {
|
|
786
|
+
const ret = getObject(arg0).createPipelineLayout(getObject(arg1));
|
|
787
|
+
return addHeapObject(ret);
|
|
781
788
|
};
|
|
782
789
|
|
|
783
|
-
export function
|
|
784
|
-
getObject(arg0).
|
|
790
|
+
export function __wbg_createQuerySet_d54619d368d7dd22(arg0, arg1) {
|
|
791
|
+
const ret = getObject(arg0).createQuerySet(getObject(arg1));
|
|
792
|
+
return addHeapObject(ret);
|
|
785
793
|
};
|
|
786
794
|
|
|
787
|
-
export function
|
|
788
|
-
getObject(arg0).
|
|
795
|
+
export function __wbg_createRenderBundleEncoder_5ae7675de454fbf0(arg0, arg1) {
|
|
796
|
+
const ret = getObject(arg0).createRenderBundleEncoder(getObject(arg1));
|
|
797
|
+
return addHeapObject(ret);
|
|
789
798
|
};
|
|
790
799
|
|
|
791
|
-
export function
|
|
792
|
-
getObject(arg0).
|
|
800
|
+
export function __wbg_createRenderPipeline_4d68c3e986df2a75(arg0, arg1) {
|
|
801
|
+
const ret = getObject(arg0).createRenderPipeline(getObject(arg1));
|
|
802
|
+
return addHeapObject(ret);
|
|
803
|
+
};
|
|
804
|
+
|
|
805
|
+
export function __wbg_createSampler_de0d16cd11a5cc7b(arg0, arg1) {
|
|
806
|
+
const ret = getObject(arg0).createSampler(getObject(arg1));
|
|
807
|
+
return addHeapObject(ret);
|
|
808
|
+
};
|
|
809
|
+
|
|
810
|
+
export function __wbg_createShaderModule_f7e713da42dbb7ea(arg0, arg1) {
|
|
811
|
+
const ret = getObject(arg0).createShaderModule(getObject(arg1));
|
|
812
|
+
return addHeapObject(ret);
|
|
813
|
+
};
|
|
814
|
+
|
|
815
|
+
export function __wbg_createTexture_5f896538314d2e64(arg0, arg1) {
|
|
816
|
+
const ret = getObject(arg0).createTexture(getObject(arg1));
|
|
817
|
+
return addHeapObject(ret);
|
|
818
|
+
};
|
|
819
|
+
|
|
820
|
+
export function __wbg_destroy_8ce1f83528791ca9(arg0) {
|
|
821
|
+
getObject(arg0).destroy();
|
|
822
|
+
};
|
|
823
|
+
|
|
824
|
+
export function __wbg_popErrorScope_305d6755b4ec5d8d(arg0) {
|
|
825
|
+
const ret = getObject(arg0).popErrorScope();
|
|
826
|
+
return addHeapObject(ret);
|
|
827
|
+
};
|
|
828
|
+
|
|
829
|
+
export function __wbg_pushErrorScope_ce2f5d4046ca31f6(arg0, arg1) {
|
|
830
|
+
getObject(arg0).pushErrorScope(takeObject(arg1));
|
|
793
831
|
};
|
|
794
832
|
|
|
795
833
|
export function __wbg_getPreferredCanvasFormat_45283b0bce3a7bda(arg0) {
|
|
@@ -844,112 +882,68 @@ export function __wbg_getBindGroupLayout_2ac2d497e38802ef(arg0, arg1) {
|
|
|
844
882
|
return addHeapObject(ret);
|
|
845
883
|
};
|
|
846
884
|
|
|
847
|
-
export function
|
|
848
|
-
const ret = getObject(arg0).
|
|
849
|
-
return addHeapObject(ret);
|
|
850
|
-
};
|
|
851
|
-
|
|
852
|
-
export function __wbg_limits_55da1c99f0e976e9(arg0) {
|
|
853
|
-
const ret = getObject(arg0).limits;
|
|
854
|
-
return addHeapObject(ret);
|
|
855
|
-
};
|
|
856
|
-
|
|
857
|
-
export function __wbg_queue_15e94b1ed1ba16f8(arg0) {
|
|
858
|
-
const ret = getObject(arg0).queue;
|
|
859
|
-
return addHeapObject(ret);
|
|
860
|
-
};
|
|
861
|
-
|
|
862
|
-
export function __wbg_setonuncapturederror_3ee57f1a17c2830d(arg0, arg1) {
|
|
863
|
-
getObject(arg0).onuncapturederror = getObject(arg1);
|
|
864
|
-
};
|
|
865
|
-
|
|
866
|
-
export function __wbg_createBindGroup_5123902bc1e36cc4(arg0, arg1) {
|
|
867
|
-
const ret = getObject(arg0).createBindGroup(getObject(arg1));
|
|
885
|
+
export function __wbg_finish_5753cfe75b8ff1af(arg0) {
|
|
886
|
+
const ret = getObject(arg0).finish();
|
|
868
887
|
return addHeapObject(ret);
|
|
869
888
|
};
|
|
870
889
|
|
|
871
|
-
export function
|
|
872
|
-
const ret = getObject(arg0).
|
|
890
|
+
export function __wbg_finish_b9839222e037a51e(arg0, arg1) {
|
|
891
|
+
const ret = getObject(arg0).finish(getObject(arg1));
|
|
873
892
|
return addHeapObject(ret);
|
|
874
893
|
};
|
|
875
894
|
|
|
876
|
-
export function
|
|
877
|
-
|
|
878
|
-
return addHeapObject(ret);
|
|
895
|
+
export function __wbg_setBindGroup_f94d316567f1d0fc(arg0, arg1, arg2) {
|
|
896
|
+
getObject(arg0).setBindGroup(arg1 >>> 0, getObject(arg2));
|
|
879
897
|
};
|
|
880
898
|
|
|
881
|
-
export function
|
|
882
|
-
|
|
883
|
-
return addHeapObject(ret);
|
|
899
|
+
export function __wbg_setBindGroup_48f3fbe512864ad9(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
900
|
+
getObject(arg0).setBindGroup(arg1 >>> 0, getObject(arg2), getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
884
901
|
};
|
|
885
902
|
|
|
886
|
-
export function
|
|
887
|
-
|
|
888
|
-
return addHeapObject(ret);
|
|
903
|
+
export function __wbg_draw_96226af23cab0d85(arg0, arg1, arg2, arg3, arg4) {
|
|
904
|
+
getObject(arg0).draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
889
905
|
};
|
|
890
906
|
|
|
891
|
-
export function
|
|
892
|
-
|
|
893
|
-
return addHeapObject(ret);
|
|
907
|
+
export function __wbg_drawIndexed_1c467644a1bc89ff(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
908
|
+
getObject(arg0).drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
894
909
|
};
|
|
895
910
|
|
|
896
|
-
export function
|
|
897
|
-
|
|
898
|
-
return addHeapObject(ret);
|
|
911
|
+
export function __wbg_drawIndexedIndirect_279217c40eb67f68(arg0, arg1, arg2) {
|
|
912
|
+
getObject(arg0).drawIndexedIndirect(getObject(arg1), arg2);
|
|
899
913
|
};
|
|
900
914
|
|
|
901
|
-
export function
|
|
902
|
-
|
|
903
|
-
return addHeapObject(ret);
|
|
915
|
+
export function __wbg_drawIndirect_a9bee61f493b639e(arg0, arg1, arg2) {
|
|
916
|
+
getObject(arg0).drawIndirect(getObject(arg1), arg2);
|
|
904
917
|
};
|
|
905
918
|
|
|
906
|
-
export function
|
|
907
|
-
|
|
908
|
-
return addHeapObject(ret);
|
|
919
|
+
export function __wbg_setIndexBuffer_204a2b9a6758ab63(arg0, arg1, arg2, arg3) {
|
|
920
|
+
getObject(arg0).setIndexBuffer(getObject(arg1), takeObject(arg2), arg3);
|
|
909
921
|
};
|
|
910
922
|
|
|
911
|
-
export function
|
|
912
|
-
|
|
913
|
-
return addHeapObject(ret);
|
|
923
|
+
export function __wbg_setIndexBuffer_67342e26f64e0712(arg0, arg1, arg2, arg3, arg4) {
|
|
924
|
+
getObject(arg0).setIndexBuffer(getObject(arg1), takeObject(arg2), arg3, arg4);
|
|
914
925
|
};
|
|
915
926
|
|
|
916
|
-
export function
|
|
917
|
-
|
|
918
|
-
return addHeapObject(ret);
|
|
927
|
+
export function __wbg_setPipeline_e38eb1f97f5ecafa(arg0, arg1) {
|
|
928
|
+
getObject(arg0).setPipeline(getObject(arg1));
|
|
919
929
|
};
|
|
920
930
|
|
|
921
|
-
export function
|
|
922
|
-
|
|
923
|
-
return addHeapObject(ret);
|
|
931
|
+
export function __wbg_setVertexBuffer_49de4dcb44a2ab41(arg0, arg1, arg2, arg3) {
|
|
932
|
+
getObject(arg0).setVertexBuffer(arg1 >>> 0, getObject(arg2), arg3);
|
|
924
933
|
};
|
|
925
934
|
|
|
926
|
-
export function
|
|
927
|
-
getObject(arg0).
|
|
935
|
+
export function __wbg_setVertexBuffer_b0f91a955af9a83c(arg0, arg1, arg2, arg3, arg4) {
|
|
936
|
+
getObject(arg0).setVertexBuffer(arg1 >>> 0, getObject(arg2), arg3, arg4);
|
|
928
937
|
};
|
|
929
938
|
|
|
930
|
-
export function
|
|
931
|
-
const ret = getObject(arg0).
|
|
939
|
+
export function __wbg_error_11c623b752f3ff0f(arg0) {
|
|
940
|
+
const ret = getObject(arg0).error;
|
|
932
941
|
return addHeapObject(ret);
|
|
933
942
|
};
|
|
934
943
|
|
|
935
|
-
export function
|
|
936
|
-
getObject(arg0).
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
export function __wbg_copyExternalImageToTexture_48505f2ff1cb0cf0(arg0, arg1, arg2, arg3) {
|
|
940
|
-
getObject(arg0).copyExternalImageToTexture(getObject(arg1), getObject(arg2), getObject(arg3));
|
|
941
|
-
};
|
|
942
|
-
|
|
943
|
-
export function __wbg_submit_f2517011b025285f(arg0, arg1) {
|
|
944
|
-
getObject(arg0).submit(getObject(arg1));
|
|
945
|
-
};
|
|
946
|
-
|
|
947
|
-
export function __wbg_writeBuffer_a9ad83e7a9ac9d1e(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
948
|
-
getObject(arg0).writeBuffer(getObject(arg1), arg2, getObject(arg3), arg4, arg5);
|
|
949
|
-
};
|
|
950
|
-
|
|
951
|
-
export function __wbg_writeTexture_e418dedbd3c77a1c(arg0, arg1, arg2, arg3, arg4) {
|
|
952
|
-
getObject(arg0).writeTexture(getObject(arg1), getObject(arg2), getObject(arg3), getObject(arg4));
|
|
944
|
+
export function __wbg_has_6dc604737cc778ea(arg0, arg1, arg2) {
|
|
945
|
+
const ret = getObject(arg0).has(getStringFromWasm0(arg1, arg2));
|
|
946
|
+
return ret;
|
|
953
947
|
};
|
|
954
948
|
|
|
955
949
|
export function __wbg_maxTextureDimension1D_ddcb46c74b7a0ecc(arg0) {
|
|
@@ -1027,16 +1021,6 @@ export function __wbg_maxStorageBufferBindingSize_f13debb16f988742(arg0) {
|
|
|
1027
1021
|
return ret;
|
|
1028
1022
|
};
|
|
1029
1023
|
|
|
1030
|
-
export function __wbg_minUniformBufferOffsetAlignment_f21bc6f52f591b23(arg0) {
|
|
1031
|
-
const ret = getObject(arg0).minUniformBufferOffsetAlignment;
|
|
1032
|
-
return ret;
|
|
1033
|
-
};
|
|
1034
|
-
|
|
1035
|
-
export function __wbg_minStorageBufferOffsetAlignment_9a4902d10ccd3652(arg0) {
|
|
1036
|
-
const ret = getObject(arg0).minStorageBufferOffsetAlignment;
|
|
1037
|
-
return ret;
|
|
1038
|
-
};
|
|
1039
|
-
|
|
1040
1024
|
export function __wbg_maxVertexBuffers_c76a6144b8e6ece0(arg0) {
|
|
1041
1025
|
const ret = getObject(arg0).maxVertexBuffers;
|
|
1042
1026
|
return ret;
|
|
@@ -1057,6 +1041,16 @@ export function __wbg_maxVertexBufferArrayStride_ecc8a29222dea85e(arg0) {
|
|
|
1057
1041
|
return ret;
|
|
1058
1042
|
};
|
|
1059
1043
|
|
|
1044
|
+
export function __wbg_minUniformBufferOffsetAlignment_f21bc6f52f591b23(arg0) {
|
|
1045
|
+
const ret = getObject(arg0).minUniformBufferOffsetAlignment;
|
|
1046
|
+
return ret;
|
|
1047
|
+
};
|
|
1048
|
+
|
|
1049
|
+
export function __wbg_minStorageBufferOffsetAlignment_9a4902d10ccd3652(arg0) {
|
|
1050
|
+
const ret = getObject(arg0).minStorageBufferOffsetAlignment;
|
|
1051
|
+
return ret;
|
|
1052
|
+
};
|
|
1053
|
+
|
|
1060
1054
|
export function __wbg_maxInterStageShaderComponents_863b889702752696(arg0) {
|
|
1061
1055
|
const ret = getObject(arg0).maxInterStageShaderComponents;
|
|
1062
1056
|
return ret;
|
|
@@ -1092,16 +1086,6 @@ export function __wbg_maxComputeWorkgroupsPerDimension_efc3e953c71f81b3(arg0) {
|
|
|
1092
1086
|
return ret;
|
|
1093
1087
|
};
|
|
1094
1088
|
|
|
1095
|
-
export function __wbg_error_11c623b752f3ff0f(arg0) {
|
|
1096
|
-
const ret = getObject(arg0).error;
|
|
1097
|
-
return addHeapObject(ret);
|
|
1098
|
-
};
|
|
1099
|
-
|
|
1100
|
-
export function __wbg_has_6dc604737cc778ea(arg0, arg1, arg2) {
|
|
1101
|
-
const ret = getObject(arg0).has(getStringFromWasm0(arg1, arg2));
|
|
1102
|
-
return ret;
|
|
1103
|
-
};
|
|
1104
|
-
|
|
1105
1089
|
export function __wbindgen_is_object(arg0) {
|
|
1106
1090
|
const val = getObject(arg0);
|
|
1107
1091
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -1225,6 +1209,18 @@ export function __wbg_resolveQuerySet_c9db96541b4a0f9d(arg0, arg1, arg2, arg3, a
|
|
|
1225
1209
|
getObject(arg0).resolveQuerySet(getObject(arg1), arg2 >>> 0, arg3 >>> 0, getObject(arg4), arg5 >>> 0);
|
|
1226
1210
|
};
|
|
1227
1211
|
|
|
1212
|
+
export function __wbg_writeBuffer_a9ad83e7a9ac9d1e(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1213
|
+
getObject(arg0).writeBuffer(getObject(arg1), arg2, getObject(arg3), arg4, arg5);
|
|
1214
|
+
};
|
|
1215
|
+
|
|
1216
|
+
export function __wbg_writeTexture_e418dedbd3c77a1c(arg0, arg1, arg2, arg3, arg4) {
|
|
1217
|
+
getObject(arg0).writeTexture(getObject(arg1), getObject(arg2), getObject(arg3), getObject(arg4));
|
|
1218
|
+
};
|
|
1219
|
+
|
|
1220
|
+
export function __wbg_copyExternalImageToTexture_48505f2ff1cb0cf0(arg0, arg1, arg2, arg3) {
|
|
1221
|
+
getObject(arg0).copyExternalImageToTexture(getObject(arg1), getObject(arg2), getObject(arg3));
|
|
1222
|
+
};
|
|
1223
|
+
|
|
1228
1224
|
export function __wbg_setPipeline_5927afa82a66b006(arg0, arg1) {
|
|
1229
1225
|
getObject(arg0).setPipeline(getObject(arg1));
|
|
1230
1226
|
};
|
|
@@ -1309,6 +1305,10 @@ export function __wbg_executeBundles_0af360b832437e34(arg0, arg1) {
|
|
|
1309
1305
|
getObject(arg0).executeBundles(getObject(arg1));
|
|
1310
1306
|
};
|
|
1311
1307
|
|
|
1308
|
+
export function __wbg_submit_f2517011b025285f(arg0, arg1) {
|
|
1309
|
+
getObject(arg0).submit(getObject(arg1));
|
|
1310
|
+
};
|
|
1311
|
+
|
|
1312
1312
|
export function __wbg_message_f2a2e76018f5d52f(arg0, arg1) {
|
|
1313
1313
|
const ret = getObject(arg1).message;
|
|
1314
1314
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -3429,19 +3429,19 @@ export function __wbg_changedTouches_9667f17739458e92(arg0) {
|
|
|
3429
3429
|
return addHeapObject(ret);
|
|
3430
3430
|
};
|
|
3431
3431
|
|
|
3432
|
-
export function
|
|
3432
|
+
export function __wbg_warn_87b3c0ae4e05c120(arg0, arg1) {
|
|
3433
3433
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3434
3434
|
};
|
|
3435
3435
|
|
|
3436
|
-
export function
|
|
3436
|
+
export function __wbg_info_6e8225925ec4693f(arg0, arg1) {
|
|
3437
3437
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
3438
3438
|
};
|
|
3439
3439
|
|
|
3440
|
-
export function
|
|
3440
|
+
export function __wbg_debug_37a00352e443b759(arg0, arg1) {
|
|
3441
3441
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
3442
3442
|
};
|
|
3443
3443
|
|
|
3444
|
-
export function
|
|
3444
|
+
export function __wbg_trace_81472c9cac70d900(arg0, arg1) {
|
|
3445
3445
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3446
3446
|
};
|
|
3447
3447
|
|
|
@@ -3811,78 +3811,78 @@ export function __wbindgen_memory() {
|
|
|
3811
3811
|
return addHeapObject(ret);
|
|
3812
3812
|
};
|
|
3813
3813
|
|
|
3814
|
-
export function
|
|
3815
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3814
|
+
export function __wbindgen_closure_wrapper1580(arg0, arg1, arg2) {
|
|
3815
|
+
const ret = makeMutClosure(arg0, arg1, 497, __wbg_adapter_32);
|
|
3816
3816
|
return addHeapObject(ret);
|
|
3817
3817
|
};
|
|
3818
3818
|
|
|
3819
|
-
export function
|
|
3820
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3819
|
+
export function __wbindgen_closure_wrapper1582(arg0, arg1, arg2) {
|
|
3820
|
+
const ret = makeMutClosure(arg0, arg1, 497, __wbg_adapter_35);
|
|
3821
3821
|
return addHeapObject(ret);
|
|
3822
3822
|
};
|
|
3823
3823
|
|
|
3824
|
-
export function
|
|
3825
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3824
|
+
export function __wbindgen_closure_wrapper3463(arg0, arg1, arg2) {
|
|
3825
|
+
const ret = makeMutClosure(arg0, arg1, 1119, __wbg_adapter_38);
|
|
3826
3826
|
return addHeapObject(ret);
|
|
3827
3827
|
};
|
|
3828
3828
|
|
|
3829
|
-
export function
|
|
3830
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3829
|
+
export function __wbindgen_closure_wrapper6544(arg0, arg1, arg2) {
|
|
3830
|
+
const ret = makeMutClosure(arg0, arg1, 2476, __wbg_adapter_41);
|
|
3831
3831
|
return addHeapObject(ret);
|
|
3832
3832
|
};
|
|
3833
3833
|
|
|
3834
|
-
export function
|
|
3835
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3834
|
+
export function __wbindgen_closure_wrapper6546(arg0, arg1, arg2) {
|
|
3835
|
+
const ret = makeMutClosure(arg0, arg1, 2476, __wbg_adapter_44);
|
|
3836
3836
|
return addHeapObject(ret);
|
|
3837
3837
|
};
|
|
3838
3838
|
|
|
3839
|
-
export function
|
|
3840
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3839
|
+
export function __wbindgen_closure_wrapper6548(arg0, arg1, arg2) {
|
|
3840
|
+
const ret = makeMutClosure(arg0, arg1, 2476, __wbg_adapter_47);
|
|
3841
3841
|
return addHeapObject(ret);
|
|
3842
3842
|
};
|
|
3843
3843
|
|
|
3844
|
-
export function
|
|
3845
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3844
|
+
export function __wbindgen_closure_wrapper19264(arg0, arg1, arg2) {
|
|
3845
|
+
const ret = makeMutClosure(arg0, arg1, 7700, __wbg_adapter_50);
|
|
3846
3846
|
return addHeapObject(ret);
|
|
3847
3847
|
};
|
|
3848
3848
|
|
|
3849
|
-
export function
|
|
3850
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3849
|
+
export function __wbindgen_closure_wrapper19266(arg0, arg1, arg2) {
|
|
3850
|
+
const ret = makeMutClosure(arg0, arg1, 7700, __wbg_adapter_50);
|
|
3851
3851
|
return addHeapObject(ret);
|
|
3852
3852
|
};
|
|
3853
3853
|
|
|
3854
|
-
export function
|
|
3855
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3854
|
+
export function __wbindgen_closure_wrapper25792(arg0, arg1, arg2) {
|
|
3855
|
+
const ret = makeMutClosure(arg0, arg1, 10791, __wbg_adapter_55);
|
|
3856
3856
|
return addHeapObject(ret);
|
|
3857
3857
|
};
|
|
3858
3858
|
|
|
3859
|
-
export function
|
|
3860
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3859
|
+
export function __wbindgen_closure_wrapper25794(arg0, arg1, arg2) {
|
|
3860
|
+
const ret = makeMutClosure(arg0, arg1, 10791, __wbg_adapter_55);
|
|
3861
3861
|
return addHeapObject(ret);
|
|
3862
3862
|
};
|
|
3863
3863
|
|
|
3864
|
-
export function
|
|
3865
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3864
|
+
export function __wbindgen_closure_wrapper25796(arg0, arg1, arg2) {
|
|
3865
|
+
const ret = makeMutClosure(arg0, arg1, 10791, __wbg_adapter_55);
|
|
3866
3866
|
return addHeapObject(ret);
|
|
3867
3867
|
};
|
|
3868
3868
|
|
|
3869
|
-
export function
|
|
3870
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3869
|
+
export function __wbindgen_closure_wrapper25798(arg0, arg1, arg2) {
|
|
3870
|
+
const ret = makeMutClosure(arg0, arg1, 10791, __wbg_adapter_55);
|
|
3871
3871
|
return addHeapObject(ret);
|
|
3872
3872
|
};
|
|
3873
3873
|
|
|
3874
|
-
export function
|
|
3875
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3874
|
+
export function __wbindgen_closure_wrapper32378(arg0, arg1, arg2) {
|
|
3875
|
+
const ret = makeMutClosure(arg0, arg1, 13734, __wbg_adapter_64);
|
|
3876
3876
|
return addHeapObject(ret);
|
|
3877
3877
|
};
|
|
3878
3878
|
|
|
3879
|
-
export function
|
|
3880
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3879
|
+
export function __wbindgen_closure_wrapper32729(arg0, arg1, arg2) {
|
|
3880
|
+
const ret = makeMutClosure(arg0, arg1, 13901, __wbg_adapter_67);
|
|
3881
3881
|
return addHeapObject(ret);
|
|
3882
3882
|
};
|
|
3883
3883
|
|
|
3884
|
-
export function
|
|
3885
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3884
|
+
export function __wbindgen_closure_wrapper32791(arg0, arg1, arg2) {
|
|
3885
|
+
const ret = makeMutClosure(arg0, arg1, 13914, __wbg_adapter_70);
|
|
3886
3886
|
return addHeapObject(ret);
|
|
3887
3887
|
};
|
|
3888
3888
|
|
package/re_viewer_bg.wasm
CHANGED
|
Binary file
|
package/re_viewer_bg.wasm.d.ts
CHANGED
|
@@ -79,16 +79,16 @@ export function intounderlyingsource_cancel(a: number): void;
|
|
|
79
79
|
export function __wbindgen_malloc(a: number, b: number): number;
|
|
80
80
|
export function __wbindgen_realloc(a: number, b: number, c: number, d: number): number;
|
|
81
81
|
export const __wbindgen_export_2: WebAssembly.Table;
|
|
82
|
-
export function
|
|
83
|
-
export function
|
|
82
|
+
export function wasm_bindgen__convert__closures__invoke0_mut__hfd827e3087c96cca(a: number, b: number): void;
|
|
83
|
+
export function wasm_bindgen__convert__closures__invoke1_mut__hff75729e8d8e3a19(a: number, b: number, c: number): void;
|
|
84
84
|
export function _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he3e77c8746920ad8(a: number, b: number): void;
|
|
85
|
-
export function
|
|
86
|
-
export function
|
|
85
|
+
export function wasm_bindgen__convert__closures__invoke1_mut__h545ec82ded2d9534(a: number, b: number, c: number): void;
|
|
86
|
+
export function wasm_bindgen__convert__closures__invoke0_mut__h3e523de377ad9304(a: number, b: number): void;
|
|
87
87
|
export function __wbindgen_add_to_stack_pointer(a: number): number;
|
|
88
|
-
export function
|
|
89
|
-
export function
|
|
88
|
+
export function wasm_bindgen__convert__closures__invoke0_mut__h48ee5bf1e8dab96d(a: number, b: number, c: number): void;
|
|
89
|
+
export function wasm_bindgen__convert__closures__invoke1_mut__h389a8557fc3a6c1d(a: number, b: number, c: number): void;
|
|
90
90
|
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4415f29ff9ffe1e6(a: number, b: number, c: number): void;
|
|
91
|
-
export function
|
|
91
|
+
export function wasm_bindgen__convert__closures__invoke1_mut__hb75772ddcede7981(a: number, b: number, c: number): void;
|
|
92
92
|
export function wasm_bindgen__convert__closures__invoke1_mut__h74463477a347a8fe(a: number, b: number, c: number): void;
|
|
93
93
|
export function _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf670f9b2e2edd2a(a: number, b: number, c: number): void;
|
|
94
94
|
export function __wbindgen_free(a: number, b: number, c: number): void;
|