@rerun-io/web-viewer 0.31.4 → 0.32.0-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 +2 -2
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
- package/re_viewer.d.ts +17 -20
- package/re_viewer.js +1139 -1038
- package/re_viewer_bg.wasm +0 -0
- package/re_viewer_bg.wasm.d.ts +17 -20
package/re_viewer.js
CHANGED
|
@@ -404,74 +404,74 @@ const exports = { __proto__: null };
|
|
|
404
404
|
function __wbg_get_imports() {
|
|
405
405
|
const import0 = {
|
|
406
406
|
__proto__: null,
|
|
407
|
-
|
|
407
|
+
__wbg_Error_2e59b1b37a9a34c3: function(arg0, arg1) {
|
|
408
408
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
409
409
|
return ret;
|
|
410
410
|
},
|
|
411
|
-
|
|
411
|
+
__wbg_Number_e6ffdb596c888833: function(arg0) {
|
|
412
412
|
const ret = Number(arg0);
|
|
413
413
|
return ret;
|
|
414
414
|
},
|
|
415
|
-
|
|
415
|
+
__wbg_Window_5bac5165340af82e: function(arg0) {
|
|
416
416
|
const ret = arg0.Window;
|
|
417
417
|
return ret;
|
|
418
418
|
},
|
|
419
|
-
|
|
419
|
+
__wbg_WorkerGlobalScope_d0d150069210a6e8: function(arg0) {
|
|
420
420
|
const ret = arg0.WorkerGlobalScope;
|
|
421
421
|
return ret;
|
|
422
422
|
},
|
|
423
|
-
|
|
423
|
+
__wbg___wbindgen_boolean_get_a86c216575a75c30: function(arg0) {
|
|
424
424
|
const v = arg0;
|
|
425
425
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
426
426
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
427
427
|
},
|
|
428
|
-
|
|
428
|
+
__wbg___wbindgen_debug_string_dd5d2d07ce9e6c57: function(arg0, arg1) {
|
|
429
429
|
const ret = debugString(arg1);
|
|
430
430
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
431
431
|
const len1 = WASM_VECTOR_LEN;
|
|
432
432
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
433
433
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
434
434
|
},
|
|
435
|
-
|
|
435
|
+
__wbg___wbindgen_in_4bd7a57e54337366: function(arg0, arg1) {
|
|
436
436
|
const ret = arg0 in arg1;
|
|
437
437
|
return ret;
|
|
438
438
|
},
|
|
439
|
-
|
|
439
|
+
__wbg___wbindgen_is_falsy_c6ddfae1bb56d5ef: function(arg0) {
|
|
440
440
|
const ret = !arg0;
|
|
441
441
|
return ret;
|
|
442
442
|
},
|
|
443
|
-
|
|
443
|
+
__wbg___wbindgen_is_function_49868bde5eb1e745: function(arg0) {
|
|
444
444
|
const ret = typeof(arg0) === 'function';
|
|
445
445
|
return ret;
|
|
446
446
|
},
|
|
447
|
-
|
|
447
|
+
__wbg___wbindgen_is_null_344c8750a8525473: function(arg0) {
|
|
448
448
|
const ret = arg0 === null;
|
|
449
449
|
return ret;
|
|
450
450
|
},
|
|
451
|
-
|
|
451
|
+
__wbg___wbindgen_is_object_40c5a80572e8f9d3: function(arg0) {
|
|
452
452
|
const val = arg0;
|
|
453
453
|
const ret = typeof(val) === 'object' && val !== null;
|
|
454
454
|
return ret;
|
|
455
455
|
},
|
|
456
|
-
|
|
456
|
+
__wbg___wbindgen_is_string_b29b5c5a8065ba1a: function(arg0) {
|
|
457
457
|
const ret = typeof(arg0) === 'string';
|
|
458
458
|
return ret;
|
|
459
459
|
},
|
|
460
|
-
|
|
460
|
+
__wbg___wbindgen_is_undefined_c0cca72b82b86f4d: function(arg0) {
|
|
461
461
|
const ret = arg0 === undefined;
|
|
462
462
|
return ret;
|
|
463
463
|
},
|
|
464
|
-
|
|
464
|
+
__wbg___wbindgen_jsval_loose_eq_3a72ae764d46d944: function(arg0, arg1) {
|
|
465
465
|
const ret = arg0 == arg1;
|
|
466
466
|
return ret;
|
|
467
467
|
},
|
|
468
|
-
|
|
468
|
+
__wbg___wbindgen_number_get_7579aab02a8a620c: function(arg0, arg1) {
|
|
469
469
|
const obj = arg1;
|
|
470
470
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
471
471
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
472
472
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
473
473
|
},
|
|
474
|
-
|
|
474
|
+
__wbg___wbindgen_string_get_914df97fcfa788f2: function(arg0, arg1) {
|
|
475
475
|
const obj = arg1;
|
|
476
476
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
477
477
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -479,752 +479,756 @@ const exports = { __proto__: null };
|
|
|
479
479
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
480
480
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
481
481
|
},
|
|
482
|
-
|
|
482
|
+
__wbg___wbindgen_throw_81fc77679af83bc6: function(arg0, arg1) {
|
|
483
483
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
484
484
|
},
|
|
485
|
-
|
|
485
|
+
__wbg__wbg_cb_unref_3c3b4f651835fbcb: function(arg0) {
|
|
486
486
|
arg0._wbg_cb_unref();
|
|
487
487
|
},
|
|
488
|
-
|
|
488
|
+
__wbg_abort_5ee4083ce26e0b01: function(arg0) {
|
|
489
489
|
arg0.abort();
|
|
490
490
|
},
|
|
491
|
-
|
|
491
|
+
__wbg_abort_7a67cb8f9383baa1: function(arg0, arg1) {
|
|
492
492
|
arg0.abort(arg1);
|
|
493
493
|
},
|
|
494
|
-
|
|
494
|
+
__wbg_activeElement_41dff9147c0c1503: function(arg0) {
|
|
495
495
|
const ret = arg0.activeElement;
|
|
496
496
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
497
497
|
},
|
|
498
|
-
|
|
498
|
+
__wbg_activeElement_80ade59832af5117: function(arg0) {
|
|
499
499
|
const ret = arg0.activeElement;
|
|
500
500
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
501
501
|
},
|
|
502
|
-
|
|
502
|
+
__wbg_activeTexture_55755e76627be758: function(arg0, arg1) {
|
|
503
503
|
arg0.activeTexture(arg1 >>> 0);
|
|
504
504
|
},
|
|
505
|
-
|
|
505
|
+
__wbg_activeTexture_bec0539b102730b3: function(arg0, arg1) {
|
|
506
506
|
arg0.activeTexture(arg1 >>> 0);
|
|
507
507
|
},
|
|
508
|
-
|
|
509
|
-
arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
|
510
|
-
}, arguments); },
|
|
511
|
-
__wbg_addEventListener_c917b5aafbcf493f: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
508
|
+
__wbg_addEventListener_4696109b6f15c412: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
512
509
|
arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3, arg4);
|
|
513
510
|
}, arguments); },
|
|
514
|
-
|
|
511
|
+
__wbg_addEventListener_83ef16da0995f634: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
512
|
+
arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
|
513
|
+
}, arguments); },
|
|
514
|
+
__wbg_altKey_7a24c21194788eb1: function(arg0) {
|
|
515
515
|
const ret = arg0.altKey;
|
|
516
516
|
return ret;
|
|
517
517
|
},
|
|
518
|
-
|
|
518
|
+
__wbg_altKey_dac3f7f22baf3c82: function(arg0) {
|
|
519
519
|
const ret = arg0.altKey;
|
|
520
520
|
return ret;
|
|
521
521
|
},
|
|
522
|
-
|
|
522
|
+
__wbg_appendChild_8eab65de52dd0834: function() { return handleError(function (arg0, arg1) {
|
|
523
523
|
const ret = arg0.appendChild(arg1);
|
|
524
524
|
return ret;
|
|
525
525
|
}, arguments); },
|
|
526
|
-
|
|
526
|
+
__wbg_append_760ac5e375d658fb: function(arg0, arg1, arg2, arg3, arg4) {
|
|
527
527
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
528
528
|
},
|
|
529
|
-
|
|
529
|
+
__wbg_append_c015600138ae60bb: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
530
530
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
531
531
|
}, arguments); },
|
|
532
|
-
|
|
532
|
+
__wbg_arrayBuffer_7bba74066875530e: function(arg0) {
|
|
533
533
|
const ret = arg0.arrayBuffer();
|
|
534
534
|
return ret;
|
|
535
535
|
},
|
|
536
|
-
|
|
536
|
+
__wbg_arrayBuffer_dae084a298aa5fe0: function() { return handleError(function (arg0) {
|
|
537
537
|
const ret = arg0.arrayBuffer();
|
|
538
538
|
return ret;
|
|
539
539
|
}, arguments); },
|
|
540
|
-
|
|
540
|
+
__wbg_assign_45099f2ad297b03e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
541
541
|
arg0.assign(getStringFromWasm0(arg1, arg2));
|
|
542
542
|
}, arguments); },
|
|
543
|
-
|
|
543
|
+
__wbg_at_16485bb9c4fe6761: function(arg0, arg1) {
|
|
544
544
|
const ret = arg0.at(arg1);
|
|
545
545
|
return ret;
|
|
546
546
|
},
|
|
547
|
-
|
|
547
|
+
__wbg_attachShader_73ba3bb26991b2f3: function(arg0, arg1, arg2) {
|
|
548
548
|
arg0.attachShader(arg1, arg2);
|
|
549
549
|
},
|
|
550
|
-
|
|
550
|
+
__wbg_attachShader_91626cdf6ee920b8: function(arg0, arg1, arg2) {
|
|
551
551
|
arg0.attachShader(arg1, arg2);
|
|
552
552
|
},
|
|
553
|
-
|
|
553
|
+
__wbg_back_fc3cdc6f5de34e53: function() { return handleError(function (arg0) {
|
|
554
554
|
arg0.back();
|
|
555
555
|
}, arguments); },
|
|
556
|
-
|
|
556
|
+
__wbg_beginQuery_d7f3cb867735ca13: function(arg0, arg1, arg2) {
|
|
557
557
|
arg0.beginQuery(arg1 >>> 0, arg2);
|
|
558
558
|
},
|
|
559
|
-
|
|
559
|
+
__wbg_beginRenderPass_a19cc6156a7858b4: function() { return handleError(function (arg0, arg1) {
|
|
560
560
|
const ret = arg0.beginRenderPass(arg1);
|
|
561
561
|
return ret;
|
|
562
562
|
}, arguments); },
|
|
563
|
-
|
|
563
|
+
__wbg_bindAttribLocation_b392e15ce0851d95: function(arg0, arg1, arg2, arg3, arg4) {
|
|
564
564
|
arg0.bindAttribLocation(arg1, arg2 >>> 0, getStringFromWasm0(arg3, arg4));
|
|
565
565
|
},
|
|
566
|
-
|
|
566
|
+
__wbg_bindAttribLocation_d6ad755e506645eb: function(arg0, arg1, arg2, arg3, arg4) {
|
|
567
567
|
arg0.bindAttribLocation(arg1, arg2 >>> 0, getStringFromWasm0(arg3, arg4));
|
|
568
568
|
},
|
|
569
|
-
|
|
569
|
+
__wbg_bindBufferRange_bc7df7052feacd16: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
570
570
|
arg0.bindBufferRange(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
571
571
|
},
|
|
572
|
-
|
|
572
|
+
__wbg_bindBuffer_da48260900fd87cb: function(arg0, arg1, arg2) {
|
|
573
573
|
arg0.bindBuffer(arg1 >>> 0, arg2);
|
|
574
574
|
},
|
|
575
|
-
|
|
575
|
+
__wbg_bindBuffer_ec76634c95f563c2: function(arg0, arg1, arg2) {
|
|
576
576
|
arg0.bindBuffer(arg1 >>> 0, arg2);
|
|
577
577
|
},
|
|
578
|
-
|
|
578
|
+
__wbg_bindFramebuffer_c0a4ba2bb49f7c82: function(arg0, arg1, arg2) {
|
|
579
579
|
arg0.bindFramebuffer(arg1 >>> 0, arg2);
|
|
580
580
|
},
|
|
581
|
-
|
|
581
|
+
__wbg_bindFramebuffer_d78e3a3bc89bd6b6: function(arg0, arg1, arg2) {
|
|
582
582
|
arg0.bindFramebuffer(arg1 >>> 0, arg2);
|
|
583
583
|
},
|
|
584
|
-
|
|
584
|
+
__wbg_bindRenderbuffer_7b127e74cfceb241: function(arg0, arg1, arg2) {
|
|
585
585
|
arg0.bindRenderbuffer(arg1 >>> 0, arg2);
|
|
586
586
|
},
|
|
587
|
-
|
|
587
|
+
__wbg_bindRenderbuffer_dbdb3dd0e2f70c84: function(arg0, arg1, arg2) {
|
|
588
588
|
arg0.bindRenderbuffer(arg1 >>> 0, arg2);
|
|
589
589
|
},
|
|
590
|
-
|
|
590
|
+
__wbg_bindSampler_b8d48229c19b98af: function(arg0, arg1, arg2) {
|
|
591
591
|
arg0.bindSampler(arg1 >>> 0, arg2);
|
|
592
592
|
},
|
|
593
|
-
|
|
593
|
+
__wbg_bindTexture_3f1c468809dfc331: function(arg0, arg1, arg2) {
|
|
594
594
|
arg0.bindTexture(arg1 >>> 0, arg2);
|
|
595
595
|
},
|
|
596
|
-
|
|
596
|
+
__wbg_bindTexture_82948e04f9a38b3e: function(arg0, arg1, arg2) {
|
|
597
597
|
arg0.bindTexture(arg1 >>> 0, arg2);
|
|
598
598
|
},
|
|
599
|
-
|
|
599
|
+
__wbg_bindVertexArrayOES_e9c08ca73f91231f: function(arg0, arg1) {
|
|
600
600
|
arg0.bindVertexArrayOES(arg1);
|
|
601
601
|
},
|
|
602
|
-
|
|
602
|
+
__wbg_bindVertexArray_ef65b171588388e0: function(arg0, arg1) {
|
|
603
603
|
arg0.bindVertexArray(arg1);
|
|
604
604
|
},
|
|
605
|
-
|
|
605
|
+
__wbg_blendColor_747326a5245db209: function(arg0, arg1, arg2, arg3, arg4) {
|
|
606
606
|
arg0.blendColor(arg1, arg2, arg3, arg4);
|
|
607
607
|
},
|
|
608
|
-
|
|
608
|
+
__wbg_blendColor_a11f0977927bf536: function(arg0, arg1, arg2, arg3, arg4) {
|
|
609
609
|
arg0.blendColor(arg1, arg2, arg3, arg4);
|
|
610
610
|
},
|
|
611
|
-
|
|
611
|
+
__wbg_blendEquationSeparate_91ba074ad013b85b: function(arg0, arg1, arg2) {
|
|
612
612
|
arg0.blendEquationSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
613
613
|
},
|
|
614
|
-
|
|
614
|
+
__wbg_blendEquationSeparate_faa06617b84f5c1f: function(arg0, arg1, arg2) {
|
|
615
615
|
arg0.blendEquationSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
616
616
|
},
|
|
617
|
-
|
|
617
|
+
__wbg_blendEquation_8627f3d7b1a7144e: function(arg0, arg1) {
|
|
618
618
|
arg0.blendEquation(arg1 >>> 0);
|
|
619
619
|
},
|
|
620
|
-
|
|
620
|
+
__wbg_blendEquation_ecf1b35395da3338: function(arg0, arg1) {
|
|
621
621
|
arg0.blendEquation(arg1 >>> 0);
|
|
622
622
|
},
|
|
623
|
-
|
|
623
|
+
__wbg_blendFuncSeparate_9de3db6383af1e0c: function(arg0, arg1, arg2, arg3, arg4) {
|
|
624
624
|
arg0.blendFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
625
625
|
},
|
|
626
|
-
|
|
626
|
+
__wbg_blendFuncSeparate_fb17a9951727aac3: function(arg0, arg1, arg2, arg3, arg4) {
|
|
627
627
|
arg0.blendFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
628
628
|
},
|
|
629
|
-
|
|
629
|
+
__wbg_blendFunc_6bd52d055ab15452: function(arg0, arg1, arg2) {
|
|
630
630
|
arg0.blendFunc(arg1 >>> 0, arg2 >>> 0);
|
|
631
631
|
},
|
|
632
|
-
|
|
632
|
+
__wbg_blendFunc_9ec46725800dafb1: function(arg0, arg1, arg2) {
|
|
633
633
|
arg0.blendFunc(arg1 >>> 0, arg2 >>> 0);
|
|
634
634
|
},
|
|
635
|
-
|
|
635
|
+
__wbg_blitFramebuffer_8a5340cdf51be775: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
636
636
|
arg0.blitFramebuffer(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0);
|
|
637
637
|
},
|
|
638
|
-
|
|
638
|
+
__wbg_blockSize_e20f2753687379d2: function(arg0) {
|
|
639
639
|
const ret = arg0.blockSize;
|
|
640
640
|
return ret;
|
|
641
641
|
},
|
|
642
|
-
|
|
642
|
+
__wbg_blur_2a28d7189bd9dbc7: function() { return handleError(function (arg0) {
|
|
643
643
|
arg0.blur();
|
|
644
644
|
}, arguments); },
|
|
645
|
-
|
|
645
|
+
__wbg_body_401b41698e8b50fe: function(arg0) {
|
|
646
646
|
const ret = arg0.body;
|
|
647
647
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
648
648
|
},
|
|
649
|
-
|
|
649
|
+
__wbg_body_9a25d64338506fbe: function(arg0) {
|
|
650
650
|
const ret = arg0.body;
|
|
651
651
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
652
652
|
},
|
|
653
|
-
|
|
653
|
+
__wbg_bottom_6dbc1e08a40f8ad4: function(arg0) {
|
|
654
654
|
const ret = arg0.bottom;
|
|
655
655
|
return ret;
|
|
656
656
|
},
|
|
657
|
-
|
|
657
|
+
__wbg_bufferData_143a9bcd4d03d07c: function(arg0, arg1, arg2, arg3) {
|
|
658
658
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
659
659
|
},
|
|
660
|
-
|
|
660
|
+
__wbg_bufferData_1db58b556ccdf08f: function(arg0, arg1, arg2, arg3) {
|
|
661
661
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
662
662
|
},
|
|
663
|
-
|
|
663
|
+
__wbg_bufferData_74194b1c2d90193e: function(arg0, arg1, arg2, arg3) {
|
|
664
664
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
665
665
|
},
|
|
666
|
-
|
|
666
|
+
__wbg_bufferData_e8a8c8a38ae9cbb2: function(arg0, arg1, arg2, arg3) {
|
|
667
667
|
arg0.bufferData(arg1 >>> 0, arg2, arg3 >>> 0);
|
|
668
668
|
},
|
|
669
|
-
|
|
669
|
+
__wbg_bufferSubData_29c9a68f5152e39e: function(arg0, arg1, arg2, arg3) {
|
|
670
670
|
arg0.bufferSubData(arg1 >>> 0, arg2, arg3);
|
|
671
671
|
},
|
|
672
|
-
|
|
672
|
+
__wbg_bufferSubData_870fa411e629e0be: function(arg0, arg1, arg2, arg3) {
|
|
673
673
|
arg0.bufferSubData(arg1 >>> 0, arg2, arg3);
|
|
674
674
|
},
|
|
675
|
-
|
|
675
|
+
__wbg_buffer_a77cc90da4bdb503: function(arg0) {
|
|
676
676
|
const ret = arg0.buffer;
|
|
677
677
|
return ret;
|
|
678
678
|
},
|
|
679
|
-
|
|
679
|
+
__wbg_button_225d9d40d1b0539a: function(arg0) {
|
|
680
680
|
const ret = arg0.button;
|
|
681
681
|
return ret;
|
|
682
682
|
},
|
|
683
|
-
|
|
683
|
+
__wbg_byobRequest_41018d4f78e8364a: function(arg0) {
|
|
684
684
|
const ret = arg0.byobRequest;
|
|
685
685
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
686
686
|
},
|
|
687
|
-
|
|
687
|
+
__wbg_byteLength_f5c761c4472de41b: function(arg0) {
|
|
688
688
|
const ret = arg0.byteLength;
|
|
689
689
|
return ret;
|
|
690
690
|
},
|
|
691
|
-
|
|
691
|
+
__wbg_byteOffset_7cd0c9f7e573845c: function(arg0) {
|
|
692
692
|
const ret = arg0.byteOffset;
|
|
693
693
|
return ret;
|
|
694
694
|
},
|
|
695
|
-
|
|
695
|
+
__wbg_call_7f2987183bb62793: function() { return handleError(function (arg0, arg1) {
|
|
696
696
|
const ret = arg0.call(arg1);
|
|
697
697
|
return ret;
|
|
698
698
|
}, arguments); },
|
|
699
|
-
|
|
699
|
+
__wbg_call_d578befcc3145dee: function() { return handleError(function (arg0, arg1, arg2) {
|
|
700
700
|
const ret = arg0.call(arg1, arg2);
|
|
701
701
|
return ret;
|
|
702
702
|
}, arguments); },
|
|
703
|
-
|
|
703
|
+
__wbg_cancelAnimationFrame_19ab829762998ae9: function() { return handleError(function (arg0, arg1) {
|
|
704
704
|
arg0.cancelAnimationFrame(arg1);
|
|
705
705
|
}, arguments); },
|
|
706
|
-
|
|
706
|
+
__wbg_cancel_8314206ca10b9605: function(arg0) {
|
|
707
707
|
const ret = arg0.cancel();
|
|
708
708
|
return ret;
|
|
709
709
|
},
|
|
710
|
-
|
|
710
|
+
__wbg_catch_32d296b856e661d9: function(arg0, arg1) {
|
|
711
711
|
const ret = arg0.catch(arg1);
|
|
712
712
|
return ret;
|
|
713
713
|
},
|
|
714
|
-
|
|
714
|
+
__wbg_changedTouches_78d90c47b062c222: function(arg0) {
|
|
715
715
|
const ret = arg0.changedTouches;
|
|
716
716
|
return ret;
|
|
717
717
|
},
|
|
718
|
-
|
|
718
|
+
__wbg_clearBufferfv_cd54aebb35643d0c: function(arg0, arg1, arg2, arg3, arg4) {
|
|
719
719
|
arg0.clearBufferfv(arg1 >>> 0, arg2, getArrayF32FromWasm0(arg3, arg4));
|
|
720
720
|
},
|
|
721
|
-
|
|
721
|
+
__wbg_clearBufferiv_ced17d2ca37ed768: function(arg0, arg1, arg2, arg3, arg4) {
|
|
722
722
|
arg0.clearBufferiv(arg1 >>> 0, arg2, getArrayI32FromWasm0(arg3, arg4));
|
|
723
723
|
},
|
|
724
|
-
|
|
724
|
+
__wbg_clearBufferuiv_d9e8389c736e29f5: function(arg0, arg1, arg2, arg3, arg4) {
|
|
725
725
|
arg0.clearBufferuiv(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4));
|
|
726
726
|
},
|
|
727
|
-
|
|
727
|
+
__wbg_clearDepth_124325f82e0ca22f: function(arg0, arg1) {
|
|
728
728
|
arg0.clearDepth(arg1);
|
|
729
729
|
},
|
|
730
|
-
|
|
730
|
+
__wbg_clearDepth_c61614548cd3b4e0: function(arg0, arg1) {
|
|
731
731
|
arg0.clearDepth(arg1);
|
|
732
732
|
},
|
|
733
|
-
|
|
733
|
+
__wbg_clearInterval_c7f2b17b895f0bc4: function(arg0, arg1) {
|
|
734
734
|
arg0.clearInterval(arg1);
|
|
735
735
|
},
|
|
736
|
-
|
|
736
|
+
__wbg_clearStencil_2a902925d96d41de: function(arg0, arg1) {
|
|
737
737
|
arg0.clearStencil(arg1);
|
|
738
738
|
},
|
|
739
|
-
|
|
739
|
+
__wbg_clearStencil_4d7e0568af04ac91: function(arg0, arg1) {
|
|
740
740
|
arg0.clearStencil(arg1);
|
|
741
741
|
},
|
|
742
|
-
|
|
742
|
+
__wbg_clearTimeout_4ce8abcdd5386a8f: function(arg0) {
|
|
743
743
|
const ret = clearTimeout(arg0);
|
|
744
744
|
return ret;
|
|
745
745
|
},
|
|
746
|
-
|
|
746
|
+
__wbg_clearTimeout_8d22a43d8d3c1bfa: function(arg0) {
|
|
747
747
|
const ret = clearTimeout(arg0);
|
|
748
748
|
return ret;
|
|
749
749
|
},
|
|
750
|
-
|
|
750
|
+
__wbg_clear_4d247257533aabcb: function(arg0, arg1) {
|
|
751
751
|
arg0.clear(arg1 >>> 0);
|
|
752
752
|
},
|
|
753
|
-
|
|
753
|
+
__wbg_clear_98a9ca84e00ae8e2: function(arg0, arg1) {
|
|
754
754
|
arg0.clear(arg1 >>> 0);
|
|
755
755
|
},
|
|
756
|
-
|
|
756
|
+
__wbg_click_71fd1ebdfba801e9: function(arg0) {
|
|
757
757
|
arg0.click();
|
|
758
758
|
},
|
|
759
|
-
|
|
759
|
+
__wbg_clientWaitSync_d12a62026038cb46: function(arg0, arg1, arg2, arg3) {
|
|
760
760
|
const ret = arg0.clientWaitSync(arg1, arg2 >>> 0, arg3 >>> 0);
|
|
761
761
|
return ret;
|
|
762
762
|
},
|
|
763
|
-
|
|
763
|
+
__wbg_clientX_d00d5c12d0187aaa: function(arg0) {
|
|
764
764
|
const ret = arg0.clientX;
|
|
765
765
|
return ret;
|
|
766
766
|
},
|
|
767
|
-
|
|
767
|
+
__wbg_clientX_dbc3f9f00736bbd4: function(arg0) {
|
|
768
768
|
const ret = arg0.clientX;
|
|
769
769
|
return ret;
|
|
770
770
|
},
|
|
771
|
-
|
|
771
|
+
__wbg_clientY_010f69b0d7c9cf50: function(arg0) {
|
|
772
772
|
const ret = arg0.clientY;
|
|
773
773
|
return ret;
|
|
774
774
|
},
|
|
775
|
-
|
|
775
|
+
__wbg_clientY_864b67221ee11ca2: function(arg0) {
|
|
776
776
|
const ret = arg0.clientY;
|
|
777
777
|
return ret;
|
|
778
778
|
},
|
|
779
|
-
|
|
779
|
+
__wbg_clipboardData_e9e89b525c2a07ab: function(arg0) {
|
|
780
780
|
const ret = arg0.clipboardData;
|
|
781
781
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
782
782
|
},
|
|
783
|
-
|
|
783
|
+
__wbg_clipboard_949fe156c7f0644e: function(arg0) {
|
|
784
784
|
const ret = arg0.clipboard;
|
|
785
785
|
return ret;
|
|
786
786
|
},
|
|
787
|
-
|
|
787
|
+
__wbg_close_4b4bd60beb241196: function(arg0) {
|
|
788
788
|
arg0.close();
|
|
789
|
-
},
|
|
790
|
-
|
|
789
|
+
},
|
|
790
|
+
__wbg_close_9998ebb2f4515c42: function() { return handleError(function (arg0) {
|
|
791
791
|
arg0.close();
|
|
792
792
|
}, arguments); },
|
|
793
|
-
|
|
793
|
+
__wbg_close_a7c33e895baeb773: function() { return handleError(function (arg0) {
|
|
794
794
|
arg0.close();
|
|
795
|
-
},
|
|
796
|
-
|
|
795
|
+
}, arguments); },
|
|
796
|
+
__wbg_close_c33e1fa5b0d33158: function() { return handleError(function (arg0) {
|
|
797
797
|
arg0.close();
|
|
798
798
|
}, arguments); },
|
|
799
|
-
|
|
799
|
+
__wbg_close_d7dfb18ebacbdd81: function() { return handleError(function (arg0) {
|
|
800
800
|
arg0.close();
|
|
801
801
|
}, arguments); },
|
|
802
|
-
|
|
802
|
+
__wbg_closed_b7ba2aea8995f8fe: function() { return handleError(function (arg0) {
|
|
803
803
|
const ret = arg0.closed;
|
|
804
804
|
return ret;
|
|
805
805
|
}, arguments); },
|
|
806
|
-
|
|
806
|
+
__wbg_code_8b9f98f9216b2f10: function(arg0) {
|
|
807
807
|
const ret = arg0.code;
|
|
808
808
|
return ret;
|
|
809
809
|
},
|
|
810
|
-
|
|
810
|
+
__wbg_colorMask_134144611b082d70: function(arg0, arg1, arg2, arg3, arg4) {
|
|
811
811
|
arg0.colorMask(arg1 !== 0, arg2 !== 0, arg3 !== 0, arg4 !== 0);
|
|
812
812
|
},
|
|
813
|
-
|
|
813
|
+
__wbg_colorMask_67f0083d53f15052: function(arg0, arg1, arg2, arg3, arg4) {
|
|
814
814
|
arg0.colorMask(arg1 !== 0, arg2 !== 0, arg3 !== 0, arg4 !== 0);
|
|
815
815
|
},
|
|
816
|
-
|
|
816
|
+
__wbg_compileShader_30b1185156c62e3a: function(arg0, arg1) {
|
|
817
817
|
arg0.compileShader(arg1);
|
|
818
818
|
},
|
|
819
|
-
|
|
819
|
+
__wbg_compileShader_d097925490ad9cba: function(arg0, arg1) {
|
|
820
820
|
arg0.compileShader(arg1);
|
|
821
821
|
},
|
|
822
|
-
|
|
822
|
+
__wbg_compressedTexSubImage2D_63fd448bab71e19f: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
823
823
|
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
|
|
824
824
|
},
|
|
825
|
-
|
|
826
|
-
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
|
|
827
|
-
},
|
|
828
|
-
__wbg_compressedTexSubImage2D_d8fbae93bb8c4cc9: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
825
|
+
__wbg_compressedTexSubImage2D_6ca8f1d912fb0a21: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
829
826
|
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8, arg9);
|
|
830
827
|
},
|
|
831
|
-
|
|
828
|
+
__wbg_compressedTexSubImage2D_d6940ad4fd037f63: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
829
|
+
arg0.compressedTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8);
|
|
830
|
+
},
|
|
831
|
+
__wbg_compressedTexSubImage3D_a9dd717a25de88ae: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
832
832
|
arg0.compressedTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10);
|
|
833
833
|
},
|
|
834
|
-
|
|
834
|
+
__wbg_compressedTexSubImage3D_cea1617c94dc89b1: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
835
835
|
arg0.compressedTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10, arg11);
|
|
836
836
|
},
|
|
837
|
-
|
|
837
|
+
__wbg_configure_16541864db644c70: function() { return handleError(function (arg0, arg1) {
|
|
838
838
|
arg0.configure(arg1);
|
|
839
839
|
}, arguments); },
|
|
840
|
-
|
|
840
|
+
__wbg_configure_9750ce06cc4cea98: function() { return handleError(function (arg0, arg1) {
|
|
841
841
|
arg0.configure(arg1);
|
|
842
842
|
}, arguments); },
|
|
843
|
-
|
|
843
|
+
__wbg_contentBoxSize_eeeb1078851bcdc4: function(arg0) {
|
|
844
844
|
const ret = arg0.contentBoxSize;
|
|
845
845
|
return ret;
|
|
846
846
|
},
|
|
847
|
-
|
|
847
|
+
__wbg_contentRect_ffc7f5bc1857d6fe: function(arg0) {
|
|
848
848
|
const ret = arg0.contentRect;
|
|
849
849
|
return ret;
|
|
850
850
|
},
|
|
851
|
-
|
|
851
|
+
__wbg_copyBufferSubData_ffd7512172742ce5: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
852
852
|
arg0.copyBufferSubData(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
853
853
|
},
|
|
854
|
-
|
|
855
|
-
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4);
|
|
856
|
-
}, arguments); },
|
|
857
|
-
__wbg_copyBufferToBuffer_fe1cd7dea223c602: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
854
|
+
__wbg_copyBufferToBuffer_ab55c9b7610f063b: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
858
855
|
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
859
856
|
}, arguments); },
|
|
860
|
-
|
|
857
|
+
__wbg_copyBufferToBuffer_b9173642596dac6a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
858
|
+
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4);
|
|
859
|
+
}, arguments); },
|
|
860
|
+
__wbg_copyBufferToTexture_fd9a2b325c271a1c: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
861
861
|
arg0.copyBufferToTexture(arg1, arg2, arg3);
|
|
862
862
|
}, arguments); },
|
|
863
|
-
|
|
863
|
+
__wbg_copyExternalImageToTexture_6d56ad685a99824d: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
864
864
|
arg0.copyExternalImageToTexture(arg1, arg2, arg3);
|
|
865
865
|
}, arguments); },
|
|
866
|
-
|
|
866
|
+
__wbg_copyTexSubImage2D_4a2d7e2efd99dfa8: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
867
867
|
arg0.copyTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
|
|
868
868
|
},
|
|
869
|
-
|
|
869
|
+
__wbg_copyTexSubImage2D_509ece20b65a16c7: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
|
870
870
|
arg0.copyTexSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
|
|
871
871
|
},
|
|
872
|
-
|
|
872
|
+
__wbg_copyTexSubImage3D_ef5526f572f36d56: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
873
873
|
arg0.copyTexSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
|
|
874
874
|
},
|
|
875
|
-
|
|
875
|
+
__wbg_copyTextureToBuffer_c6a46adf0738476b: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
876
876
|
arg0.copyTextureToBuffer(arg1, arg2, arg3);
|
|
877
877
|
}, arguments); },
|
|
878
|
-
|
|
878
|
+
__wbg_createBindGroupLayout_adb8337a6808ae24: function() { return handleError(function (arg0, arg1) {
|
|
879
879
|
const ret = arg0.createBindGroupLayout(arg1);
|
|
880
880
|
return ret;
|
|
881
881
|
}, arguments); },
|
|
882
|
-
|
|
882
|
+
__wbg_createBindGroup_91159ca759115307: function(arg0, arg1) {
|
|
883
883
|
const ret = arg0.createBindGroup(arg1);
|
|
884
884
|
return ret;
|
|
885
885
|
},
|
|
886
|
-
|
|
886
|
+
__wbg_createBuffer_59de141e89014140: function() { return handleError(function (arg0, arg1) {
|
|
887
887
|
const ret = arg0.createBuffer(arg1);
|
|
888
888
|
return ret;
|
|
889
889
|
}, arguments); },
|
|
890
|
-
|
|
890
|
+
__wbg_createBuffer_8dc942ca97cf9d2a: function(arg0) {
|
|
891
891
|
const ret = arg0.createBuffer();
|
|
892
892
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
893
893
|
},
|
|
894
|
-
|
|
894
|
+
__wbg_createBuffer_bdda716ebf68ba59: function(arg0) {
|
|
895
895
|
const ret = arg0.createBuffer();
|
|
896
896
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
897
897
|
},
|
|
898
|
-
|
|
898
|
+
__wbg_createCommandEncoder_dc2b2ca6f09bd4c3: function(arg0, arg1) {
|
|
899
899
|
const ret = arg0.createCommandEncoder(arg1);
|
|
900
900
|
return ret;
|
|
901
901
|
},
|
|
902
|
-
|
|
902
|
+
__wbg_createElement_8640e331213b402e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
903
903
|
const ret = arg0.createElement(getStringFromWasm0(arg1, arg2));
|
|
904
904
|
return ret;
|
|
905
905
|
}, arguments); },
|
|
906
|
-
|
|
906
|
+
__wbg_createFramebuffer_3f2bfbc211cd82f2: function(arg0) {
|
|
907
907
|
const ret = arg0.createFramebuffer();
|
|
908
908
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
909
909
|
},
|
|
910
|
-
|
|
910
|
+
__wbg_createFramebuffer_b2cc13b01b560d6f: function(arg0) {
|
|
911
911
|
const ret = arg0.createFramebuffer();
|
|
912
912
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
913
913
|
},
|
|
914
|
-
|
|
914
|
+
__wbg_createImageBitmap_cb080b12f9a4532b: function() { return handleError(function (arg0, arg1) {
|
|
915
|
+
const ret = arg0.createImageBitmap(arg1);
|
|
916
|
+
return ret;
|
|
917
|
+
}, arguments); },
|
|
918
|
+
__wbg_createObjectURL_470fa06cc4a9e8f0: function() { return handleError(function (arg0, arg1) {
|
|
915
919
|
const ret = URL.createObjectURL(arg1);
|
|
916
920
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
917
921
|
const len1 = WASM_VECTOR_LEN;
|
|
918
922
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
919
923
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
920
924
|
}, arguments); },
|
|
921
|
-
|
|
925
|
+
__wbg_createPipelineLayout_a5290f84492f8b1e: function(arg0, arg1) {
|
|
922
926
|
const ret = arg0.createPipelineLayout(arg1);
|
|
923
927
|
return ret;
|
|
924
928
|
},
|
|
925
|
-
|
|
929
|
+
__wbg_createProgram_03cf82c6259699da: function(arg0) {
|
|
926
930
|
const ret = arg0.createProgram();
|
|
927
931
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
928
932
|
},
|
|
929
|
-
|
|
933
|
+
__wbg_createProgram_ba013605ddf3824a: function(arg0) {
|
|
930
934
|
const ret = arg0.createProgram();
|
|
931
935
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
932
936
|
},
|
|
933
|
-
|
|
937
|
+
__wbg_createQuery_6c795620aa1cd6db: function(arg0) {
|
|
934
938
|
const ret = arg0.createQuery();
|
|
935
939
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
936
940
|
},
|
|
937
|
-
|
|
941
|
+
__wbg_createRenderPipeline_f7aca470ad8ce865: function() { return handleError(function (arg0, arg1) {
|
|
938
942
|
const ret = arg0.createRenderPipeline(arg1);
|
|
939
943
|
return ret;
|
|
940
944
|
}, arguments); },
|
|
941
|
-
|
|
945
|
+
__wbg_createRenderbuffer_0029ab986ce8c0da: function(arg0) {
|
|
942
946
|
const ret = arg0.createRenderbuffer();
|
|
943
947
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
944
948
|
},
|
|
945
|
-
|
|
949
|
+
__wbg_createRenderbuffer_5b5217ebb1024b24: function(arg0) {
|
|
946
950
|
const ret = arg0.createRenderbuffer();
|
|
947
951
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
948
952
|
},
|
|
949
|
-
|
|
950
|
-
const ret = arg0.createSampler(arg1);
|
|
951
|
-
return ret;
|
|
952
|
-
},
|
|
953
|
-
__wbg_createSampler_da6bb96c9ffaaa27: function(arg0) {
|
|
953
|
+
__wbg_createSampler_2f89f67a6a2aa51f: function(arg0) {
|
|
954
954
|
const ret = arg0.createSampler();
|
|
955
955
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
956
956
|
},
|
|
957
|
-
|
|
957
|
+
__wbg_createSampler_6b972cd00bcc5dfb: function(arg0, arg1) {
|
|
958
|
+
const ret = arg0.createSampler(arg1);
|
|
959
|
+
return ret;
|
|
960
|
+
},
|
|
961
|
+
__wbg_createShaderModule_bbe0476992dd060e: function(arg0, arg1) {
|
|
958
962
|
const ret = arg0.createShaderModule(arg1);
|
|
959
963
|
return ret;
|
|
960
964
|
},
|
|
961
|
-
|
|
965
|
+
__wbg_createShader_b2c5333fcc05114e: function(arg0, arg1) {
|
|
962
966
|
const ret = arg0.createShader(arg1 >>> 0);
|
|
963
967
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
964
968
|
},
|
|
965
|
-
|
|
969
|
+
__wbg_createShader_f556b21db86193fd: function(arg0, arg1) {
|
|
966
970
|
const ret = arg0.createShader(arg1 >>> 0);
|
|
967
971
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
968
972
|
},
|
|
969
|
-
|
|
970
|
-
const ret = arg0.createTexture();
|
|
971
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
972
|
-
},
|
|
973
|
-
__wbg_createTexture_1d91bb9e10a9bd61: function() { return handleError(function (arg0, arg1) {
|
|
973
|
+
__wbg_createTexture_011d4b0badf853e3: function() { return handleError(function (arg0, arg1) {
|
|
974
974
|
const ret = arg0.createTexture(arg1);
|
|
975
975
|
return ret;
|
|
976
976
|
}, arguments); },
|
|
977
|
-
|
|
977
|
+
__wbg_createTexture_ab0a6dde87005cb1: function(arg0) {
|
|
978
|
+
const ret = arg0.createTexture();
|
|
979
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
980
|
+
},
|
|
981
|
+
__wbg_createTexture_b2dbf72113bdda56: function(arg0) {
|
|
978
982
|
const ret = arg0.createTexture();
|
|
979
983
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
980
984
|
},
|
|
981
|
-
|
|
985
|
+
__wbg_createVertexArrayOES_a89b0d9f1070e733: function(arg0) {
|
|
982
986
|
const ret = arg0.createVertexArrayOES();
|
|
983
987
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
984
988
|
},
|
|
985
|
-
|
|
989
|
+
__wbg_createVertexArray_be0c22725872a475: function(arg0) {
|
|
986
990
|
const ret = arg0.createVertexArray();
|
|
987
991
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
988
992
|
},
|
|
989
|
-
|
|
993
|
+
__wbg_createView_1ef8f1ddc16facb0: function() { return handleError(function (arg0, arg1) {
|
|
990
994
|
const ret = arg0.createView(arg1);
|
|
991
995
|
return ret;
|
|
992
996
|
}, arguments); },
|
|
993
|
-
|
|
997
|
+
__wbg_ctrlKey_af896fa77d43a375: function(arg0) {
|
|
994
998
|
const ret = arg0.ctrlKey;
|
|
995
999
|
return ret;
|
|
996
1000
|
},
|
|
997
|
-
|
|
1001
|
+
__wbg_ctrlKey_dc8c7fcd63c26948: function(arg0) {
|
|
998
1002
|
const ret = arg0.ctrlKey;
|
|
999
1003
|
return ret;
|
|
1000
1004
|
},
|
|
1001
|
-
|
|
1005
|
+
__wbg_cullFace_a9283a49d745da71: function(arg0, arg1) {
|
|
1002
1006
|
arg0.cullFace(arg1 >>> 0);
|
|
1003
1007
|
},
|
|
1004
|
-
|
|
1008
|
+
__wbg_cullFace_ee2bd5882746855f: function(arg0, arg1) {
|
|
1005
1009
|
arg0.cullFace(arg1 >>> 0);
|
|
1006
1010
|
},
|
|
1007
|
-
|
|
1011
|
+
__wbg_dataTransfer_994cf664bb1da77f: function(arg0) {
|
|
1008
1012
|
const ret = arg0.dataTransfer;
|
|
1009
1013
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1010
1014
|
},
|
|
1011
|
-
|
|
1012
|
-
const ret = arg0.data;
|
|
1013
|
-
return ret;
|
|
1014
|
-
},
|
|
1015
|
-
__wbg_data_acd149571f3b741a: function(arg0, arg1) {
|
|
1015
|
+
__wbg_data_31cbb395bfd6c6ce: function(arg0, arg1) {
|
|
1016
1016
|
const ret = arg1.data;
|
|
1017
1017
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1018
1018
|
var len1 = WASM_VECTOR_LEN;
|
|
1019
1019
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1020
1020
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1021
1021
|
},
|
|
1022
|
-
|
|
1022
|
+
__wbg_data_60b50110c5bd9349: function(arg0) {
|
|
1023
|
+
const ret = arg0.data;
|
|
1024
|
+
return ret;
|
|
1025
|
+
},
|
|
1026
|
+
__wbg_debug_6d35c42ba1fd9bbc: function(arg0, arg1) {
|
|
1023
1027
|
console.debug(getStringFromWasm0(arg0, arg1));
|
|
1024
1028
|
},
|
|
1025
|
-
|
|
1029
|
+
__wbg_decode_728a4fb6d8b559ae: function() { return handleError(function (arg0, arg1) {
|
|
1026
1030
|
arg0.decode(arg1);
|
|
1027
1031
|
}, arguments); },
|
|
1028
|
-
|
|
1032
|
+
__wbg_deleteBuffer_38cfc45ad05c89ef: function(arg0, arg1) {
|
|
1029
1033
|
arg0.deleteBuffer(arg1);
|
|
1030
1034
|
},
|
|
1031
|
-
|
|
1035
|
+
__wbg_deleteBuffer_ef356b1392cab959: function(arg0, arg1) {
|
|
1032
1036
|
arg0.deleteBuffer(arg1);
|
|
1033
1037
|
},
|
|
1034
|
-
|
|
1038
|
+
__wbg_deleteFramebuffer_3385f016ae9cb4ca: function(arg0, arg1) {
|
|
1035
1039
|
arg0.deleteFramebuffer(arg1);
|
|
1036
1040
|
},
|
|
1037
|
-
|
|
1041
|
+
__wbg_deleteFramebuffer_6395b8aef0749d3c: function(arg0, arg1) {
|
|
1038
1042
|
arg0.deleteFramebuffer(arg1);
|
|
1039
1043
|
},
|
|
1040
|
-
|
|
1044
|
+
__wbg_deleteProgram_6eccd9aa110cbb2c: function(arg0, arg1) {
|
|
1041
1045
|
arg0.deleteProgram(arg1);
|
|
1042
1046
|
},
|
|
1043
|
-
|
|
1047
|
+
__wbg_deleteProgram_e1eaf172c61bd109: function(arg0, arg1) {
|
|
1044
1048
|
arg0.deleteProgram(arg1);
|
|
1045
1049
|
},
|
|
1046
|
-
|
|
1050
|
+
__wbg_deleteQuery_9fa8004f05bf6e44: function(arg0, arg1) {
|
|
1047
1051
|
arg0.deleteQuery(arg1);
|
|
1048
1052
|
},
|
|
1049
|
-
|
|
1053
|
+
__wbg_deleteRenderbuffer_83a815667e112d6a: function(arg0, arg1) {
|
|
1050
1054
|
arg0.deleteRenderbuffer(arg1);
|
|
1051
1055
|
},
|
|
1052
|
-
|
|
1056
|
+
__wbg_deleteRenderbuffer_e5753c22e2612fd3: function(arg0, arg1) {
|
|
1053
1057
|
arg0.deleteRenderbuffer(arg1);
|
|
1054
1058
|
},
|
|
1055
|
-
|
|
1059
|
+
__wbg_deleteSampler_204829b1a680fa98: function(arg0, arg1) {
|
|
1056
1060
|
arg0.deleteSampler(arg1);
|
|
1057
1061
|
},
|
|
1058
|
-
|
|
1062
|
+
__wbg_deleteShader_0784961238f3ba6f: function(arg0, arg1) {
|
|
1059
1063
|
arg0.deleteShader(arg1);
|
|
1060
1064
|
},
|
|
1061
|
-
|
|
1065
|
+
__wbg_deleteShader_13b98e109c7ec22b: function(arg0, arg1) {
|
|
1062
1066
|
arg0.deleteShader(arg1);
|
|
1063
1067
|
},
|
|
1064
|
-
|
|
1068
|
+
__wbg_deleteSync_68c37014fd090e43: function(arg0, arg1) {
|
|
1065
1069
|
arg0.deleteSync(arg1);
|
|
1066
1070
|
},
|
|
1067
|
-
|
|
1071
|
+
__wbg_deleteTexture_57bf3a76dc0a7bf9: function(arg0, arg1) {
|
|
1068
1072
|
arg0.deleteTexture(arg1);
|
|
1069
1073
|
},
|
|
1070
|
-
|
|
1074
|
+
__wbg_deleteTexture_72eed589178ae2f9: function(arg0, arg1) {
|
|
1071
1075
|
arg0.deleteTexture(arg1);
|
|
1072
1076
|
},
|
|
1073
|
-
|
|
1077
|
+
__wbg_deleteVertexArrayOES_49cf118408f32324: function(arg0, arg1) {
|
|
1074
1078
|
arg0.deleteVertexArrayOES(arg1);
|
|
1075
1079
|
},
|
|
1076
|
-
|
|
1080
|
+
__wbg_deleteVertexArray_51740ccf7085a65a: function(arg0, arg1) {
|
|
1077
1081
|
arg0.deleteVertexArray(arg1);
|
|
1078
1082
|
},
|
|
1079
|
-
|
|
1083
|
+
__wbg_delete_096f196851a1f47b: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1080
1084
|
delete arg0[getStringFromWasm0(arg1, arg2)];
|
|
1081
1085
|
}, arguments); },
|
|
1082
|
-
|
|
1086
|
+
__wbg_deltaMode_389ab9e0c7c47a3c: function(arg0) {
|
|
1083
1087
|
const ret = arg0.deltaMode;
|
|
1084
1088
|
return ret;
|
|
1085
1089
|
},
|
|
1086
|
-
|
|
1090
|
+
__wbg_deltaX_6fd68d53fb18c3ea: function(arg0) {
|
|
1087
1091
|
const ret = arg0.deltaX;
|
|
1088
1092
|
return ret;
|
|
1089
1093
|
},
|
|
1090
|
-
|
|
1094
|
+
__wbg_deltaY_d67fb1a74cff23bc: function(arg0) {
|
|
1091
1095
|
const ret = arg0.deltaY;
|
|
1092
1096
|
return ret;
|
|
1093
1097
|
},
|
|
1094
|
-
|
|
1098
|
+
__wbg_depthFunc_4025ae02b54073f8: function(arg0, arg1) {
|
|
1095
1099
|
arg0.depthFunc(arg1 >>> 0);
|
|
1096
1100
|
},
|
|
1097
|
-
|
|
1101
|
+
__wbg_depthFunc_b26bec47c7bcebee: function(arg0, arg1) {
|
|
1098
1102
|
arg0.depthFunc(arg1 >>> 0);
|
|
1099
1103
|
},
|
|
1100
|
-
|
|
1104
|
+
__wbg_depthMask_2e4372fcba47dc49: function(arg0, arg1) {
|
|
1101
1105
|
arg0.depthMask(arg1 !== 0);
|
|
1102
1106
|
},
|
|
1103
|
-
|
|
1107
|
+
__wbg_depthMask_d943acfff13d2ce2: function(arg0, arg1) {
|
|
1104
1108
|
arg0.depthMask(arg1 !== 0);
|
|
1105
1109
|
},
|
|
1106
|
-
|
|
1110
|
+
__wbg_depthRange_0bcfa7da45794a56: function(arg0, arg1, arg2) {
|
|
1107
1111
|
arg0.depthRange(arg1, arg2);
|
|
1108
1112
|
},
|
|
1109
|
-
|
|
1113
|
+
__wbg_depthRange_1430e03ed51da89f: function(arg0, arg1, arg2) {
|
|
1110
1114
|
arg0.depthRange(arg1, arg2);
|
|
1111
1115
|
},
|
|
1112
|
-
|
|
1116
|
+
__wbg_description_972ee565dde8fe3f: function(arg0, arg1) {
|
|
1113
1117
|
const ret = arg1.description;
|
|
1114
1118
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1115
1119
|
const len1 = WASM_VECTOR_LEN;
|
|
1116
1120
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1117
1121
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1118
1122
|
},
|
|
1119
|
-
|
|
1123
|
+
__wbg_destroy_479a1ccb4eb28cd7: function(arg0) {
|
|
1120
1124
|
arg0.destroy();
|
|
1121
1125
|
},
|
|
1122
|
-
|
|
1126
|
+
__wbg_destroy_f93c404bce2c3665: function(arg0) {
|
|
1123
1127
|
arg0.destroy();
|
|
1124
1128
|
},
|
|
1125
|
-
|
|
1129
|
+
__wbg_devicePixelContentBoxSize_74f4718d7ccbbda0: function(arg0) {
|
|
1126
1130
|
const ret = arg0.devicePixelContentBoxSize;
|
|
1127
1131
|
return ret;
|
|
1128
1132
|
},
|
|
1129
|
-
|
|
1133
|
+
__wbg_devicePixelRatio_a0dc790882837272: function(arg0) {
|
|
1130
1134
|
const ret = arg0.devicePixelRatio;
|
|
1131
1135
|
return ret;
|
|
1132
1136
|
},
|
|
1133
|
-
|
|
1137
|
+
__wbg_disableVertexAttribArray_502ba5544050cc4a: function(arg0, arg1) {
|
|
1134
1138
|
arg0.disableVertexAttribArray(arg1 >>> 0);
|
|
1135
1139
|
},
|
|
1136
|
-
|
|
1140
|
+
__wbg_disableVertexAttribArray_a1f4414d0521b130: function(arg0, arg1) {
|
|
1137
1141
|
arg0.disableVertexAttribArray(arg1 >>> 0);
|
|
1138
1142
|
},
|
|
1139
|
-
|
|
1143
|
+
__wbg_disable_5c6898ffc41889ea: function(arg0, arg1) {
|
|
1140
1144
|
arg0.disable(arg1 >>> 0);
|
|
1141
1145
|
},
|
|
1142
|
-
|
|
1146
|
+
__wbg_disable_896f703cc44cf1e8: function(arg0, arg1) {
|
|
1143
1147
|
arg0.disable(arg1 >>> 0);
|
|
1144
1148
|
},
|
|
1145
|
-
|
|
1149
|
+
__wbg_disconnect_99bdd53252c1a923: function(arg0) {
|
|
1146
1150
|
arg0.disconnect();
|
|
1147
1151
|
},
|
|
1148
|
-
|
|
1152
|
+
__wbg_displayHeight_6a09027747b2839c: function(arg0) {
|
|
1149
1153
|
const ret = arg0.displayHeight;
|
|
1150
1154
|
return ret;
|
|
1151
1155
|
},
|
|
1152
|
-
|
|
1156
|
+
__wbg_displayWidth_969bcee30c9ba96e: function(arg0) {
|
|
1153
1157
|
const ret = arg0.displayWidth;
|
|
1154
1158
|
return ret;
|
|
1155
1159
|
},
|
|
1156
|
-
|
|
1160
|
+
__wbg_document_a28a21ae315de4ea: function(arg0) {
|
|
1157
1161
|
const ret = arg0.document;
|
|
1158
1162
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1159
1163
|
},
|
|
1160
|
-
|
|
1164
|
+
__wbg_done_547d467e97529006: function(arg0) {
|
|
1161
1165
|
const ret = arg0.done;
|
|
1162
1166
|
return ret;
|
|
1163
1167
|
},
|
|
1164
|
-
|
|
1168
|
+
__wbg_drawArraysInstancedANGLE_73044a94e5127803: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1165
1169
|
arg0.drawArraysInstancedANGLE(arg1 >>> 0, arg2, arg3, arg4);
|
|
1166
1170
|
},
|
|
1167
|
-
|
|
1171
|
+
__wbg_drawArraysInstanced_f8a4998461298b8d: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1168
1172
|
arg0.drawArraysInstanced(arg1 >>> 0, arg2, arg3, arg4);
|
|
1169
1173
|
},
|
|
1170
|
-
|
|
1174
|
+
__wbg_drawArrays_079aad920afe1404: function(arg0, arg1, arg2, arg3) {
|
|
1171
1175
|
arg0.drawArrays(arg1 >>> 0, arg2, arg3);
|
|
1172
1176
|
},
|
|
1173
|
-
|
|
1177
|
+
__wbg_drawArrays_b159d63fb955e0cb: function(arg0, arg1, arg2, arg3) {
|
|
1174
1178
|
arg0.drawArrays(arg1 >>> 0, arg2, arg3);
|
|
1175
1179
|
},
|
|
1176
|
-
|
|
1180
|
+
__wbg_drawBuffersWEBGL_b187a1d10b662517: function(arg0, arg1) {
|
|
1177
1181
|
arg0.drawBuffersWEBGL(arg1);
|
|
1178
1182
|
},
|
|
1179
|
-
|
|
1183
|
+
__wbg_drawBuffers_7f711677354b104a: function(arg0, arg1) {
|
|
1180
1184
|
arg0.drawBuffers(arg1);
|
|
1181
1185
|
},
|
|
1182
|
-
|
|
1186
|
+
__wbg_drawElementsInstancedANGLE_93fa83c14a69f07c: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1183
1187
|
arg0.drawElementsInstancedANGLE(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
1184
1188
|
},
|
|
1185
|
-
|
|
1189
|
+
__wbg_drawElementsInstanced_e67f42392ded7e15: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1186
1190
|
arg0.drawElementsInstanced(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
1187
1191
|
},
|
|
1188
|
-
|
|
1192
|
+
__wbg_drawIndexed_c5e4a5b9b73cf1a9: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1189
1193
|
arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
1190
1194
|
},
|
|
1191
|
-
|
|
1195
|
+
__wbg_draw_9a35daa0096c6f2c: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1192
1196
|
arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
1193
1197
|
},
|
|
1194
|
-
|
|
1198
|
+
__wbg_elementFromPoint_6c20f1acad715888: function(arg0, arg1, arg2) {
|
|
1195
1199
|
const ret = arg0.elementFromPoint(arg1, arg2);
|
|
1196
1200
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1197
1201
|
},
|
|
1198
|
-
|
|
1202
|
+
__wbg_elementFromPoint_d497b2a177e5ac7c: function(arg0, arg1, arg2) {
|
|
1199
1203
|
const ret = arg0.elementFromPoint(arg1, arg2);
|
|
1200
1204
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1201
1205
|
},
|
|
1202
|
-
|
|
1206
|
+
__wbg_enableVertexAttribArray_acf4abf519ab0114: function(arg0, arg1) {
|
|
1203
1207
|
arg0.enableVertexAttribArray(arg1 >>> 0);
|
|
1204
1208
|
},
|
|
1205
|
-
|
|
1209
|
+
__wbg_enableVertexAttribArray_b4abeab358174fdb: function(arg0, arg1) {
|
|
1206
1210
|
arg0.enableVertexAttribArray(arg1 >>> 0);
|
|
1207
1211
|
},
|
|
1208
|
-
|
|
1212
|
+
__wbg_enable_9328f475236428ef: function(arg0, arg1) {
|
|
1209
1213
|
arg0.enable(arg1 >>> 0);
|
|
1210
1214
|
},
|
|
1211
|
-
|
|
1215
|
+
__wbg_enable_f1131cfcbbb57556: function(arg0, arg1) {
|
|
1212
1216
|
arg0.enable(arg1 >>> 0);
|
|
1213
1217
|
},
|
|
1214
|
-
|
|
1218
|
+
__wbg_endQuery_9b3877af76f58a68: function(arg0, arg1) {
|
|
1215
1219
|
arg0.endQuery(arg1 >>> 0);
|
|
1216
1220
|
},
|
|
1217
|
-
|
|
1221
|
+
__wbg_end_1db12af2e0ff1235: function(arg0) {
|
|
1218
1222
|
arg0.end();
|
|
1219
1223
|
},
|
|
1220
|
-
|
|
1224
|
+
__wbg_enqueue_bb06efec8458a81a: function() { return handleError(function (arg0, arg1) {
|
|
1221
1225
|
arg0.enqueue(arg1);
|
|
1222
1226
|
}, arguments); },
|
|
1223
|
-
|
|
1227
|
+
__wbg_entries_616b1a459b85be0b: function(arg0) {
|
|
1224
1228
|
const ret = Object.entries(arg0);
|
|
1225
1229
|
return ret;
|
|
1226
1230
|
},
|
|
1227
|
-
|
|
1231
|
+
__wbg_error_1f86c19d6ed1899f: function(arg0, arg1) {
|
|
1228
1232
|
let deferred0_0;
|
|
1229
1233
|
let deferred0_1;
|
|
1230
1234
|
try {
|
|
@@ -1235,422 +1239,430 @@ const exports = { __proto__: null };
|
|
|
1235
1239
|
wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
|
|
1236
1240
|
}
|
|
1237
1241
|
},
|
|
1238
|
-
|
|
1242
|
+
__wbg_error_38bec0a78dd8ded8: function(arg0) {
|
|
1239
1243
|
console.error(arg0);
|
|
1240
1244
|
},
|
|
1241
|
-
|
|
1245
|
+
__wbg_error_c9510133954a995f: function(arg0) {
|
|
1242
1246
|
const ret = arg0.error;
|
|
1243
1247
|
return ret;
|
|
1244
1248
|
},
|
|
1245
|
-
|
|
1249
|
+
__wbg_features_67a150044f55609a: function(arg0) {
|
|
1246
1250
|
const ret = arg0.features;
|
|
1247
1251
|
return ret;
|
|
1248
1252
|
},
|
|
1249
|
-
|
|
1253
|
+
__wbg_fenceSync_76fd7e7573b1c3d3: function(arg0, arg1, arg2) {
|
|
1250
1254
|
const ret = arg0.fenceSync(arg1 >>> 0, arg2 >>> 0);
|
|
1251
1255
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1252
1256
|
},
|
|
1253
|
-
|
|
1254
|
-
const ret = fetch(
|
|
1257
|
+
__wbg_fetch_1a731e18c5e21884: function(arg0, arg1) {
|
|
1258
|
+
const ret = arg0.fetch(arg1);
|
|
1255
1259
|
return ret;
|
|
1256
1260
|
},
|
|
1257
|
-
|
|
1258
|
-
const ret = fetch(
|
|
1261
|
+
__wbg_fetch_a920260d19124083: function(arg0, arg1, arg2) {
|
|
1262
|
+
const ret = arg0.fetch(arg1, arg2);
|
|
1259
1263
|
return ret;
|
|
1260
1264
|
},
|
|
1261
|
-
|
|
1265
|
+
__wbg_fetch_b371b952a61cca04: function(arg0) {
|
|
1262
1266
|
const ret = fetch(arg0);
|
|
1263
1267
|
return ret;
|
|
1264
1268
|
},
|
|
1265
|
-
|
|
1266
|
-
const ret =
|
|
1269
|
+
__wbg_fetch_b9ec7cc04e1ed641: function(arg0, arg1) {
|
|
1270
|
+
const ret = fetch(arg0, arg1);
|
|
1267
1271
|
return ret;
|
|
1268
1272
|
},
|
|
1269
|
-
|
|
1270
|
-
const ret =
|
|
1273
|
+
__wbg_fetch_fa4854adc83457ba: function(arg0) {
|
|
1274
|
+
const ret = fetch(arg0);
|
|
1271
1275
|
return ret;
|
|
1272
1276
|
},
|
|
1273
|
-
|
|
1277
|
+
__wbg_files_49421c0860b80e49: function(arg0) {
|
|
1274
1278
|
const ret = arg0.files;
|
|
1275
1279
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1276
1280
|
},
|
|
1277
|
-
|
|
1281
|
+
__wbg_files_becc181f99e4c14c: function(arg0) {
|
|
1278
1282
|
const ret = arg0.files;
|
|
1279
1283
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1280
1284
|
},
|
|
1281
|
-
|
|
1282
|
-
const ret = arg0.finish(
|
|
1285
|
+
__wbg_finish_48a7b6da7b76999e: function(arg0) {
|
|
1286
|
+
const ret = arg0.finish();
|
|
1283
1287
|
return ret;
|
|
1284
1288
|
},
|
|
1285
|
-
|
|
1286
|
-
const ret = arg0.finish();
|
|
1289
|
+
__wbg_finish_68d7c5925d3fa394: function(arg0, arg1) {
|
|
1290
|
+
const ret = arg0.finish(arg1);
|
|
1287
1291
|
return ret;
|
|
1288
1292
|
},
|
|
1289
|
-
|
|
1293
|
+
__wbg_flush_2dbf18333ea13590: function(arg0) {
|
|
1290
1294
|
const ret = arg0.flush();
|
|
1291
1295
|
return ret;
|
|
1292
1296
|
},
|
|
1293
|
-
|
|
1297
|
+
__wbg_flush_3960af47143225d1: function(arg0) {
|
|
1294
1298
|
arg0.flush();
|
|
1295
1299
|
},
|
|
1296
|
-
|
|
1300
|
+
__wbg_flush_7044918ba0f7d59b: function(arg0) {
|
|
1297
1301
|
arg0.flush();
|
|
1298
1302
|
},
|
|
1299
|
-
|
|
1303
|
+
__wbg_focus_93aead258d471c93: function() { return handleError(function (arg0) {
|
|
1300
1304
|
arg0.focus();
|
|
1301
1305
|
}, arguments); },
|
|
1302
|
-
|
|
1306
|
+
__wbg_force_12fb0f147a1b59af: function(arg0) {
|
|
1303
1307
|
const ret = arg0.force;
|
|
1304
1308
|
return ret;
|
|
1305
1309
|
},
|
|
1306
|
-
|
|
1310
|
+
__wbg_forward_67b33c508af383d0: function() { return handleError(function (arg0) {
|
|
1307
1311
|
arg0.forward();
|
|
1308
1312
|
}, arguments); },
|
|
1309
|
-
|
|
1313
|
+
__wbg_framebufferRenderbuffer_09fadd099736edc1: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1310
1314
|
arg0.framebufferRenderbuffer(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4);
|
|
1311
1315
|
},
|
|
1312
|
-
|
|
1316
|
+
__wbg_framebufferRenderbuffer_2604d9558c7cddc1: function(arg0, arg1, arg2, arg3, arg4) {
|
|
1313
1317
|
arg0.framebufferRenderbuffer(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4);
|
|
1314
1318
|
},
|
|
1315
|
-
|
|
1319
|
+
__wbg_framebufferTexture2D_88c527c558c09cf5: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1316
1320
|
arg0.framebufferTexture2D(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5);
|
|
1317
1321
|
},
|
|
1318
|
-
|
|
1322
|
+
__wbg_framebufferTexture2D_eddd6f0f599ffc34: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1319
1323
|
arg0.framebufferTexture2D(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5);
|
|
1320
1324
|
},
|
|
1321
|
-
|
|
1325
|
+
__wbg_framebufferTextureLayer_e5625e06e97b63de: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1322
1326
|
arg0.framebufferTextureLayer(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5);
|
|
1323
1327
|
},
|
|
1324
|
-
|
|
1328
|
+
__wbg_framebufferTextureMultiviewOVR_dbaa070c3a6c7ea3: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
1325
1329
|
arg0.framebufferTextureMultiviewOVR(arg1 >>> 0, arg2 >>> 0, arg3, arg4, arg5, arg6);
|
|
1326
1330
|
},
|
|
1327
|
-
|
|
1331
|
+
__wbg_frontFace_82dd2745b23de0b6: function(arg0, arg1) {
|
|
1328
1332
|
arg0.frontFace(arg1 >>> 0);
|
|
1329
1333
|
},
|
|
1330
|
-
|
|
1334
|
+
__wbg_frontFace_8751ba7bc82d3bcb: function(arg0, arg1) {
|
|
1331
1335
|
arg0.frontFace(arg1 >>> 0);
|
|
1332
1336
|
},
|
|
1333
|
-
|
|
1337
|
+
__wbg_getBindGroupLayout_c891d9fa45731712: function(arg0, arg1) {
|
|
1334
1338
|
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
1335
1339
|
return ret;
|
|
1336
1340
|
},
|
|
1337
|
-
|
|
1341
|
+
__wbg_getBoundingClientRect_dd4198d549ad0fd6: function(arg0) {
|
|
1338
1342
|
const ret = arg0.getBoundingClientRect();
|
|
1339
1343
|
return ret;
|
|
1340
1344
|
},
|
|
1341
|
-
|
|
1345
|
+
__wbg_getBufferSubData_c064a23bd730f094: function(arg0, arg1, arg2, arg3) {
|
|
1342
1346
|
arg0.getBufferSubData(arg1 >>> 0, arg2, arg3);
|
|
1343
1347
|
},
|
|
1344
|
-
|
|
1348
|
+
__wbg_getComputedStyle_032eef1be41bbff9: function() { return handleError(function (arg0, arg1) {
|
|
1345
1349
|
const ret = arg0.getComputedStyle(arg1);
|
|
1346
1350
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1347
1351
|
}, arguments); },
|
|
1348
|
-
|
|
1352
|
+
__wbg_getContext_8ab47e12b2ed57e5: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1349
1353
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
|
|
1350
1354
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1351
1355
|
}, arguments); },
|
|
1352
|
-
|
|
1356
|
+
__wbg_getContext_8f1ff363618c55da: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1353
1357
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
|
|
1354
1358
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1355
1359
|
}, arguments); },
|
|
1356
|
-
|
|
1360
|
+
__wbg_getContext_9da116ef0547477e: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1357
1361
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
|
|
1358
1362
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1359
1363
|
}, arguments); },
|
|
1360
|
-
|
|
1364
|
+
__wbg_getContext_d61338bafcc57ccd: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1361
1365
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2), arg3);
|
|
1362
1366
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1363
1367
|
}, arguments); },
|
|
1364
|
-
|
|
1368
|
+
__wbg_getCurrentTexture_9b00da7f6bc38606: function() { return handleError(function (arg0) {
|
|
1365
1369
|
const ret = arg0.getCurrentTexture();
|
|
1366
1370
|
return ret;
|
|
1367
1371
|
}, arguments); },
|
|
1368
|
-
|
|
1372
|
+
__wbg_getData_546274e368ce61dd: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1369
1373
|
const ret = arg1.getData(getStringFromWasm0(arg2, arg3));
|
|
1370
1374
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1371
1375
|
const len1 = WASM_VECTOR_LEN;
|
|
1372
1376
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1373
1377
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1374
1378
|
}, arguments); },
|
|
1375
|
-
|
|
1379
|
+
__wbg_getElementById_1a2b69d69d3a074f: function(arg0, arg1, arg2) {
|
|
1376
1380
|
const ret = arg0.getElementById(getStringFromWasm0(arg1, arg2));
|
|
1377
1381
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1378
1382
|
},
|
|
1379
|
-
|
|
1383
|
+
__wbg_getExtension_ce16f3780572b35e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1380
1384
|
const ret = arg0.getExtension(getStringFromWasm0(arg1, arg2));
|
|
1381
1385
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1382
1386
|
}, arguments); },
|
|
1383
|
-
|
|
1387
|
+
__wbg_getIndexedParameter_a462264cdcf47430: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1384
1388
|
const ret = arg0.getIndexedParameter(arg1 >>> 0, arg2 >>> 0);
|
|
1385
1389
|
return ret;
|
|
1386
1390
|
}, arguments); },
|
|
1387
|
-
|
|
1391
|
+
__wbg_getItem_203869d4a1ba1433: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1388
1392
|
const ret = arg1.getItem(getStringFromWasm0(arg2, arg3));
|
|
1389
1393
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1390
1394
|
var len1 = WASM_VECTOR_LEN;
|
|
1391
1395
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1392
1396
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1393
1397
|
}, arguments); },
|
|
1394
|
-
|
|
1398
|
+
__wbg_getMappedRange_4a3dc3f452433b71: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1395
1399
|
const ret = arg0.getMappedRange(arg1, arg2);
|
|
1396
1400
|
return ret;
|
|
1397
1401
|
}, arguments); },
|
|
1398
|
-
|
|
1402
|
+
__wbg_getParameter_037149e897c929ad: function() { return handleError(function (arg0, arg1) {
|
|
1399
1403
|
const ret = arg0.getParameter(arg1 >>> 0);
|
|
1400
1404
|
return ret;
|
|
1401
1405
|
}, arguments); },
|
|
1402
|
-
|
|
1406
|
+
__wbg_getParameter_09ce4298daa62d31: function() { return handleError(function (arg0, arg1) {
|
|
1403
1407
|
const ret = arg0.getParameter(arg1 >>> 0);
|
|
1404
1408
|
return ret;
|
|
1405
1409
|
}, arguments); },
|
|
1406
|
-
|
|
1410
|
+
__wbg_getPreferredCanvasFormat_54381f1ef7aec03d: function(arg0) {
|
|
1407
1411
|
const ret = arg0.getPreferredCanvasFormat();
|
|
1408
1412
|
return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 96) - 1;
|
|
1409
1413
|
},
|
|
1410
|
-
|
|
1414
|
+
__wbg_getProgramInfoLog_b2d112da8cb8c5c5: function(arg0, arg1, arg2) {
|
|
1411
1415
|
const ret = arg1.getProgramInfoLog(arg2);
|
|
1412
1416
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1413
1417
|
var len1 = WASM_VECTOR_LEN;
|
|
1414
1418
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1415
1419
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1416
1420
|
},
|
|
1417
|
-
|
|
1421
|
+
__wbg_getProgramInfoLog_b4bc560fd6ea687d: function(arg0, arg1, arg2) {
|
|
1418
1422
|
const ret = arg1.getProgramInfoLog(arg2);
|
|
1419
1423
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1420
1424
|
var len1 = WASM_VECTOR_LEN;
|
|
1421
1425
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1422
1426
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1423
1427
|
},
|
|
1424
|
-
|
|
1428
|
+
__wbg_getProgramParameter_2b7693f9edfde93d: function(arg0, arg1, arg2) {
|
|
1425
1429
|
const ret = arg0.getProgramParameter(arg1, arg2 >>> 0);
|
|
1426
1430
|
return ret;
|
|
1427
1431
|
},
|
|
1428
|
-
|
|
1432
|
+
__wbg_getProgramParameter_6dc3590345750abb: function(arg0, arg1, arg2) {
|
|
1429
1433
|
const ret = arg0.getProgramParameter(arg1, arg2 >>> 0);
|
|
1430
1434
|
return ret;
|
|
1431
1435
|
},
|
|
1432
|
-
|
|
1436
|
+
__wbg_getPropertyValue_12e464ea4b1c3fe4: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1433
1437
|
const ret = arg1.getPropertyValue(getStringFromWasm0(arg2, arg3));
|
|
1434
1438
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1435
1439
|
const len1 = WASM_VECTOR_LEN;
|
|
1436
1440
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1437
1441
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1438
1442
|
}, arguments); },
|
|
1439
|
-
|
|
1443
|
+
__wbg_getQueryParameter_e4d2a987adf1449e: function(arg0, arg1, arg2) {
|
|
1440
1444
|
const ret = arg0.getQueryParameter(arg1, arg2 >>> 0);
|
|
1441
1445
|
return ret;
|
|
1442
1446
|
},
|
|
1443
|
-
|
|
1447
|
+
__wbg_getRandomValues_3dda8830c2565714: function() { return handleError(function (arg0, arg1) {
|
|
1444
1448
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1445
1449
|
}, arguments); },
|
|
1446
|
-
|
|
1450
|
+
__wbg_getRandomValues_3f44b700395062e5: function() { return handleError(function (arg0, arg1) {
|
|
1447
1451
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1448
1452
|
}, arguments); },
|
|
1449
|
-
|
|
1453
|
+
__wbg_getReader_b4b1868fbca77dbe: function() { return handleError(function (arg0) {
|
|
1450
1454
|
const ret = arg0.getReader();
|
|
1451
1455
|
return ret;
|
|
1452
1456
|
}, arguments); },
|
|
1453
|
-
|
|
1457
|
+
__wbg_getRootNode_cbe0078ee615c20a: function(arg0) {
|
|
1454
1458
|
const ret = arg0.getRootNode();
|
|
1455
1459
|
return ret;
|
|
1456
1460
|
},
|
|
1457
|
-
|
|
1461
|
+
__wbg_getShaderInfoLog_57aaac3110ec22f3: function(arg0, arg1, arg2) {
|
|
1458
1462
|
const ret = arg1.getShaderInfoLog(arg2);
|
|
1459
1463
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1460
1464
|
var len1 = WASM_VECTOR_LEN;
|
|
1461
1465
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1462
1466
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1463
1467
|
},
|
|
1464
|
-
|
|
1468
|
+
__wbg_getShaderInfoLog_737b1be2c43195d8: function(arg0, arg1, arg2) {
|
|
1465
1469
|
const ret = arg1.getShaderInfoLog(arg2);
|
|
1466
1470
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1467
1471
|
var len1 = WASM_VECTOR_LEN;
|
|
1468
1472
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1469
1473
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1470
1474
|
},
|
|
1471
|
-
|
|
1475
|
+
__wbg_getShaderParameter_2b6f35d96d51cc82: function(arg0, arg1, arg2) {
|
|
1472
1476
|
const ret = arg0.getShaderParameter(arg1, arg2 >>> 0);
|
|
1473
1477
|
return ret;
|
|
1474
1478
|
},
|
|
1475
|
-
|
|
1479
|
+
__wbg_getShaderParameter_cc12071135e57d45: function(arg0, arg1, arg2) {
|
|
1476
1480
|
const ret = arg0.getShaderParameter(arg1, arg2 >>> 0);
|
|
1477
1481
|
return ret;
|
|
1478
1482
|
},
|
|
1479
|
-
|
|
1483
|
+
__wbg_getSupportedExtensions_92b6dc82a889082d: function(arg0) {
|
|
1480
1484
|
const ret = arg0.getSupportedExtensions();
|
|
1481
1485
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1482
1486
|
},
|
|
1483
|
-
|
|
1487
|
+
__wbg_getSupportedProfiles_593187c5922410c6: function(arg0) {
|
|
1484
1488
|
const ret = arg0.getSupportedProfiles();
|
|
1485
1489
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1486
1490
|
},
|
|
1487
|
-
|
|
1491
|
+
__wbg_getSyncParameter_6c7d58a19ab45344: function(arg0, arg1, arg2) {
|
|
1488
1492
|
const ret = arg0.getSyncParameter(arg1, arg2 >>> 0);
|
|
1489
1493
|
return ret;
|
|
1490
1494
|
},
|
|
1491
|
-
|
|
1495
|
+
__wbg_getTime_f6ac312467f7cf09: function(arg0) {
|
|
1492
1496
|
const ret = arg0.getTime();
|
|
1493
1497
|
return ret;
|
|
1494
1498
|
},
|
|
1495
|
-
|
|
1499
|
+
__wbg_getUniformBlockIndex_afbce80bbbee480c: function(arg0, arg1, arg2, arg3) {
|
|
1496
1500
|
const ret = arg0.getUniformBlockIndex(arg1, getStringFromWasm0(arg2, arg3));
|
|
1497
1501
|
return ret;
|
|
1498
1502
|
},
|
|
1499
|
-
|
|
1503
|
+
__wbg_getUniformLocation_2e7496f74219fc19: function(arg0, arg1, arg2, arg3) {
|
|
1500
1504
|
const ret = arg0.getUniformLocation(arg1, getStringFromWasm0(arg2, arg3));
|
|
1501
1505
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1502
1506
|
},
|
|
1503
|
-
|
|
1507
|
+
__wbg_getUniformLocation_8d93a5f3de4232bf: function(arg0, arg1, arg2, arg3) {
|
|
1504
1508
|
const ret = arg0.getUniformLocation(arg1, getStringFromWasm0(arg2, arg3));
|
|
1505
1509
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1506
1510
|
},
|
|
1507
|
-
|
|
1511
|
+
__wbg_get_22172cd3e3bb6c58: function(arg0, arg1) {
|
|
1508
1512
|
const ret = arg0[arg1 >>> 0];
|
|
1509
1513
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1510
1514
|
},
|
|
1511
|
-
|
|
1515
|
+
__wbg_get_4848e350b40afc16: function(arg0, arg1) {
|
|
1512
1516
|
const ret = arg0[arg1 >>> 0];
|
|
1513
|
-
return
|
|
1517
|
+
return ret;
|
|
1514
1518
|
},
|
|
1515
|
-
|
|
1519
|
+
__wbg_get_753152eb19d860b1: function(arg0, arg1) {
|
|
1516
1520
|
const ret = arg0[arg1 >>> 0];
|
|
1517
1521
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1518
1522
|
},
|
|
1519
|
-
|
|
1523
|
+
__wbg_get_761e9cf5d605bcbd: function(arg0, arg1) {
|
|
1520
1524
|
const ret = arg0[arg1 >>> 0];
|
|
1521
|
-
return ret;
|
|
1525
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1522
1526
|
},
|
|
1523
|
-
|
|
1524
|
-
const ret = Reflect.get(arg0, arg1);
|
|
1525
|
-
return ret;
|
|
1526
|
-
}, arguments); },
|
|
1527
|
-
__wbg_get_d8db2ad31d529ff8: function(arg0, arg1) {
|
|
1527
|
+
__wbg_get_cb1662031c6b2d85: function(arg0, arg1) {
|
|
1528
1528
|
const ret = arg0[arg1 >>> 0];
|
|
1529
1529
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1530
1530
|
},
|
|
1531
|
-
|
|
1531
|
+
__wbg_get_done_46f064515323cd59: function(arg0) {
|
|
1532
1532
|
const ret = arg0.done;
|
|
1533
1533
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1534
1534
|
},
|
|
1535
|
-
|
|
1535
|
+
__wbg_get_ed0642c4b9d31ddf: function() { return handleError(function (arg0, arg1) {
|
|
1536
|
+
const ret = Reflect.get(arg0, arg1);
|
|
1537
|
+
return ret;
|
|
1538
|
+
}, arguments); },
|
|
1539
|
+
__wbg_get_f96702c6245e4ef9: function() { return handleError(function (arg0, arg1) {
|
|
1540
|
+
const ret = Reflect.get(arg0, arg1);
|
|
1541
|
+
return ret;
|
|
1542
|
+
}, arguments); },
|
|
1543
|
+
__wbg_get_unchecked_7d7babe32e9e6a54: function(arg0, arg1) {
|
|
1544
|
+
const ret = arg0[arg1 >>> 0];
|
|
1545
|
+
return ret;
|
|
1546
|
+
},
|
|
1547
|
+
__wbg_get_value_28b7deb73d356d88: function(arg0) {
|
|
1536
1548
|
const ret = arg0.value;
|
|
1537
1549
|
return ret;
|
|
1538
1550
|
},
|
|
1539
|
-
|
|
1551
|
+
__wbg_get_with_ref_key_6412cf3094599694: function(arg0, arg1) {
|
|
1540
1552
|
const ret = arg0[arg1];
|
|
1541
1553
|
return ret;
|
|
1542
1554
|
},
|
|
1543
|
-
|
|
1555
|
+
__wbg_gpu_3f9d7df9a18237f8: function(arg0) {
|
|
1544
1556
|
const ret = arg0.gpu;
|
|
1545
1557
|
return ret;
|
|
1546
1558
|
},
|
|
1547
|
-
|
|
1548
|
-
const ret =
|
|
1559
|
+
__wbg_hasOwn_8000c3db5749d89f: function(arg0, arg1) {
|
|
1560
|
+
const ret = Object.hasOwn(arg0, arg1);
|
|
1549
1561
|
return ret;
|
|
1550
1562
|
},
|
|
1551
|
-
|
|
1552
|
-
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
1553
|
-
return ret;
|
|
1554
|
-
},
|
|
1555
|
-
__wbg_has_d4e53238966c12b6: function() { return handleError(function (arg0, arg1) {
|
|
1563
|
+
__wbg_has_3ec5c22db2e5237a: function() { return handleError(function (arg0, arg1) {
|
|
1556
1564
|
const ret = Reflect.has(arg0, arg1);
|
|
1557
1565
|
return ret;
|
|
1558
1566
|
}, arguments); },
|
|
1559
|
-
|
|
1567
|
+
__wbg_has_72be553580021507: function(arg0, arg1, arg2) {
|
|
1568
|
+
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
1569
|
+
return ret;
|
|
1570
|
+
},
|
|
1571
|
+
__wbg_hash_da89606b87400cf8: function() { return handleError(function (arg0, arg1) {
|
|
1560
1572
|
const ret = arg1.hash;
|
|
1561
1573
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1562
1574
|
const len1 = WASM_VECTOR_LEN;
|
|
1563
1575
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1564
1576
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1565
1577
|
}, arguments); },
|
|
1566
|
-
|
|
1578
|
+
__wbg_headers_e08dcb5aa09b9a63: function(arg0) {
|
|
1567
1579
|
const ret = arg0.headers;
|
|
1568
1580
|
return ret;
|
|
1569
1581
|
},
|
|
1570
|
-
|
|
1582
|
+
__wbg_headers_f82eee91a0c91695: function(arg0) {
|
|
1571
1583
|
const ret = arg0.headers;
|
|
1572
1584
|
return ret;
|
|
1573
1585
|
},
|
|
1574
|
-
|
|
1586
|
+
__wbg_height_09395aee19ee0c83: function(arg0) {
|
|
1575
1587
|
const ret = arg0.height;
|
|
1576
1588
|
return ret;
|
|
1577
1589
|
},
|
|
1578
|
-
|
|
1590
|
+
__wbg_height_2f8ba47ff2d364fa: function(arg0) {
|
|
1579
1591
|
const ret = arg0.height;
|
|
1580
1592
|
return ret;
|
|
1581
1593
|
},
|
|
1582
|
-
|
|
1594
|
+
__wbg_height_734034c3ff2654af: function(arg0) {
|
|
1583
1595
|
const ret = arg0.height;
|
|
1584
1596
|
return ret;
|
|
1585
1597
|
},
|
|
1586
|
-
|
|
1598
|
+
__wbg_height_7b4d4d42e2cf1777: function(arg0) {
|
|
1587
1599
|
const ret = arg0.height;
|
|
1588
1600
|
return ret;
|
|
1589
1601
|
},
|
|
1590
|
-
|
|
1602
|
+
__wbg_height_851bcd638e890abc: function(arg0) {
|
|
1591
1603
|
const ret = arg0.height;
|
|
1592
1604
|
return ret;
|
|
1593
1605
|
},
|
|
1594
|
-
|
|
1606
|
+
__wbg_height_c9bfbe517e2c65f2: function(arg0) {
|
|
1595
1607
|
const ret = arg0.height;
|
|
1596
1608
|
return ret;
|
|
1597
1609
|
},
|
|
1598
|
-
|
|
1610
|
+
__wbg_hidden_9d47d82daa2677c0: function(arg0) {
|
|
1599
1611
|
const ret = arg0.hidden;
|
|
1600
1612
|
return ret;
|
|
1601
1613
|
},
|
|
1602
|
-
|
|
1614
|
+
__wbg_history_e0fde1755ec7a020: function() { return handleError(function (arg0) {
|
|
1603
1615
|
const ret = arg0.history;
|
|
1604
1616
|
return ret;
|
|
1605
1617
|
}, arguments); },
|
|
1606
|
-
|
|
1618
|
+
__wbg_host_142a4b1e170efc7f: function() { return handleError(function (arg0, arg1) {
|
|
1607
1619
|
const ret = arg1.host;
|
|
1608
1620
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1609
1621
|
const len1 = WASM_VECTOR_LEN;
|
|
1610
1622
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1611
1623
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1612
1624
|
}, arguments); },
|
|
1613
|
-
|
|
1625
|
+
__wbg_hostname_a42f31a9081ac639: function() { return handleError(function (arg0, arg1) {
|
|
1614
1626
|
const ret = arg1.hostname;
|
|
1615
1627
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1616
1628
|
const len1 = WASM_VECTOR_LEN;
|
|
1617
1629
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1618
1630
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1619
1631
|
}, arguments); },
|
|
1620
|
-
|
|
1632
|
+
__wbg_href_bc5537e1b5176567: function(arg0, arg1) {
|
|
1621
1633
|
const ret = arg1.href;
|
|
1622
1634
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1623
1635
|
const len1 = WASM_VECTOR_LEN;
|
|
1624
1636
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1625
1637
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1626
|
-
},
|
|
1627
|
-
|
|
1638
|
+
},
|
|
1639
|
+
__wbg_href_e111373f8d7ae763: function() { return handleError(function (arg0, arg1) {
|
|
1628
1640
|
const ret = arg1.href;
|
|
1629
1641
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1630
1642
|
const len1 = WASM_VECTOR_LEN;
|
|
1631
1643
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1632
1644
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1633
|
-
},
|
|
1634
|
-
|
|
1645
|
+
}, arguments); },
|
|
1646
|
+
__wbg_identifier_db6b606c00c0fc57: function(arg0) {
|
|
1635
1647
|
const ret = arg0.identifier;
|
|
1636
1648
|
return ret;
|
|
1637
1649
|
},
|
|
1638
|
-
|
|
1650
|
+
__wbg_includes_e1c3d5075ba084c5: function(arg0, arg1, arg2) {
|
|
1639
1651
|
const ret = arg0.includes(arg1, arg2);
|
|
1640
1652
|
return ret;
|
|
1641
1653
|
},
|
|
1642
|
-
|
|
1654
|
+
__wbg_info_46732e46da34944d: function(arg0) {
|
|
1643
1655
|
const ret = arg0.info;
|
|
1644
1656
|
return ret;
|
|
1645
1657
|
},
|
|
1646
|
-
|
|
1658
|
+
__wbg_info_a86bc89d5036ee05: function(arg0, arg1) {
|
|
1647
1659
|
console.info(getStringFromWasm0(arg0, arg1));
|
|
1648
1660
|
},
|
|
1649
|
-
|
|
1661
|
+
__wbg_inlineSize_4d595b2867bf7d83: function(arg0) {
|
|
1650
1662
|
const ret = arg0.inlineSize;
|
|
1651
1663
|
return ret;
|
|
1652
1664
|
},
|
|
1653
|
-
|
|
1665
|
+
__wbg_instanceof_ArrayBuffer_ff7c1337a5e3b33a: function(arg0) {
|
|
1654
1666
|
let result;
|
|
1655
1667
|
try {
|
|
1656
1668
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1660,7 +1672,7 @@ const exports = { __proto__: null };
|
|
|
1660
1672
|
const ret = result;
|
|
1661
1673
|
return ret;
|
|
1662
1674
|
},
|
|
1663
|
-
|
|
1675
|
+
__wbg_instanceof_Document_fa497c324471af6b: function(arg0) {
|
|
1664
1676
|
let result;
|
|
1665
1677
|
try {
|
|
1666
1678
|
result = arg0 instanceof Document;
|
|
@@ -1670,7 +1682,7 @@ const exports = { __proto__: null };
|
|
|
1670
1682
|
const ret = result;
|
|
1671
1683
|
return ret;
|
|
1672
1684
|
},
|
|
1673
|
-
|
|
1685
|
+
__wbg_instanceof_DomException_37f96d3fb69189bd: function(arg0) {
|
|
1674
1686
|
let result;
|
|
1675
1687
|
try {
|
|
1676
1688
|
result = arg0 instanceof DOMException;
|
|
@@ -1680,7 +1692,7 @@ const exports = { __proto__: null };
|
|
|
1680
1692
|
const ret = result;
|
|
1681
1693
|
return ret;
|
|
1682
1694
|
},
|
|
1683
|
-
|
|
1695
|
+
__wbg_instanceof_Element_c4784e8a9522e087: function(arg0) {
|
|
1684
1696
|
let result;
|
|
1685
1697
|
try {
|
|
1686
1698
|
result = arg0 instanceof Element;
|
|
@@ -1690,7 +1702,7 @@ const exports = { __proto__: null };
|
|
|
1690
1702
|
const ret = result;
|
|
1691
1703
|
return ret;
|
|
1692
1704
|
},
|
|
1693
|
-
|
|
1705
|
+
__wbg_instanceof_Error_e3390d6805733dad: function(arg0) {
|
|
1694
1706
|
let result;
|
|
1695
1707
|
try {
|
|
1696
1708
|
result = arg0 instanceof Error;
|
|
@@ -1740,7 +1752,7 @@ const exports = { __proto__: null };
|
|
|
1740
1752
|
const ret = result;
|
|
1741
1753
|
return ret;
|
|
1742
1754
|
},
|
|
1743
|
-
|
|
1755
|
+
__wbg_instanceof_HtmlAnchorElement_d244ac11562c8f69: function(arg0) {
|
|
1744
1756
|
let result;
|
|
1745
1757
|
try {
|
|
1746
1758
|
result = arg0 instanceof HTMLAnchorElement;
|
|
@@ -1750,7 +1762,7 @@ const exports = { __proto__: null };
|
|
|
1750
1762
|
const ret = result;
|
|
1751
1763
|
return ret;
|
|
1752
1764
|
},
|
|
1753
|
-
|
|
1765
|
+
__wbg_instanceof_HtmlButtonElement_94e31ca453766121: function(arg0) {
|
|
1754
1766
|
let result;
|
|
1755
1767
|
try {
|
|
1756
1768
|
result = arg0 instanceof HTMLButtonElement;
|
|
@@ -1760,7 +1772,7 @@ const exports = { __proto__: null };
|
|
|
1760
1772
|
const ret = result;
|
|
1761
1773
|
return ret;
|
|
1762
1774
|
},
|
|
1763
|
-
|
|
1775
|
+
__wbg_instanceof_HtmlCanvasElement_3cec11b30b0d54e4: function(arg0) {
|
|
1764
1776
|
let result;
|
|
1765
1777
|
try {
|
|
1766
1778
|
result = arg0 instanceof HTMLCanvasElement;
|
|
@@ -1770,7 +1782,7 @@ const exports = { __proto__: null };
|
|
|
1770
1782
|
const ret = result;
|
|
1771
1783
|
return ret;
|
|
1772
1784
|
},
|
|
1773
|
-
|
|
1785
|
+
__wbg_instanceof_HtmlElement_43b8bbfdb4aaefd5: function(arg0) {
|
|
1774
1786
|
let result;
|
|
1775
1787
|
try {
|
|
1776
1788
|
result = arg0 instanceof HTMLElement;
|
|
@@ -1780,7 +1792,7 @@ const exports = { __proto__: null };
|
|
|
1780
1792
|
const ret = result;
|
|
1781
1793
|
return ret;
|
|
1782
1794
|
},
|
|
1783
|
-
|
|
1795
|
+
__wbg_instanceof_HtmlInputElement_ed700e6a857d360a: function(arg0) {
|
|
1784
1796
|
let result;
|
|
1785
1797
|
try {
|
|
1786
1798
|
result = arg0 instanceof HTMLInputElement;
|
|
@@ -1790,7 +1802,17 @@ const exports = { __proto__: null };
|
|
|
1790
1802
|
const ret = result;
|
|
1791
1803
|
return ret;
|
|
1792
1804
|
},
|
|
1793
|
-
|
|
1805
|
+
__wbg_instanceof_ImageBitmap_d23d5f2ff367649d: function(arg0) {
|
|
1806
|
+
let result;
|
|
1807
|
+
try {
|
|
1808
|
+
result = arg0 instanceof ImageBitmap;
|
|
1809
|
+
} catch (_) {
|
|
1810
|
+
result = false;
|
|
1811
|
+
}
|
|
1812
|
+
const ret = result;
|
|
1813
|
+
return ret;
|
|
1814
|
+
},
|
|
1815
|
+
__wbg_instanceof_MessageEvent_3c68912ba847d8e1: function(arg0) {
|
|
1794
1816
|
let result;
|
|
1795
1817
|
try {
|
|
1796
1818
|
result = arg0 instanceof MessageEvent;
|
|
@@ -1800,7 +1822,7 @@ const exports = { __proto__: null };
|
|
|
1800
1822
|
const ret = result;
|
|
1801
1823
|
return ret;
|
|
1802
1824
|
},
|
|
1803
|
-
|
|
1825
|
+
__wbg_instanceof_ReadableStream_d46dd192e1ce3f88: function(arg0) {
|
|
1804
1826
|
let result;
|
|
1805
1827
|
try {
|
|
1806
1828
|
result = arg0 instanceof ReadableStream;
|
|
@@ -1810,7 +1832,7 @@ const exports = { __proto__: null };
|
|
|
1810
1832
|
const ret = result;
|
|
1811
1833
|
return ret;
|
|
1812
1834
|
},
|
|
1813
|
-
|
|
1835
|
+
__wbg_instanceof_ResizeObserverEntry_2934c3da74688b5b: function(arg0) {
|
|
1814
1836
|
let result;
|
|
1815
1837
|
try {
|
|
1816
1838
|
result = arg0 instanceof ResizeObserverEntry;
|
|
@@ -1820,7 +1842,7 @@ const exports = { __proto__: null };
|
|
|
1820
1842
|
const ret = result;
|
|
1821
1843
|
return ret;
|
|
1822
1844
|
},
|
|
1823
|
-
|
|
1845
|
+
__wbg_instanceof_ResizeObserverSize_5b368efa5128c601: function(arg0) {
|
|
1824
1846
|
let result;
|
|
1825
1847
|
try {
|
|
1826
1848
|
result = arg0 instanceof ResizeObserverSize;
|
|
@@ -1830,7 +1852,7 @@ const exports = { __proto__: null };
|
|
|
1830
1852
|
const ret = result;
|
|
1831
1853
|
return ret;
|
|
1832
1854
|
},
|
|
1833
|
-
|
|
1855
|
+
__wbg_instanceof_Response_06795eab66cc4036: function(arg0) {
|
|
1834
1856
|
let result;
|
|
1835
1857
|
try {
|
|
1836
1858
|
result = arg0 instanceof Response;
|
|
@@ -1840,7 +1862,7 @@ const exports = { __proto__: null };
|
|
|
1840
1862
|
const ret = result;
|
|
1841
1863
|
return ret;
|
|
1842
1864
|
},
|
|
1843
|
-
|
|
1865
|
+
__wbg_instanceof_ShadowRoot_9508b4512523f14c: function(arg0) {
|
|
1844
1866
|
let result;
|
|
1845
1867
|
try {
|
|
1846
1868
|
result = arg0 instanceof ShadowRoot;
|
|
@@ -1850,7 +1872,7 @@ const exports = { __proto__: null };
|
|
|
1850
1872
|
const ret = result;
|
|
1851
1873
|
return ret;
|
|
1852
1874
|
},
|
|
1853
|
-
|
|
1875
|
+
__wbg_instanceof_TypeError_dd6397f181d803d0: function(arg0) {
|
|
1854
1876
|
let result;
|
|
1855
1877
|
try {
|
|
1856
1878
|
result = arg0 instanceof TypeError;
|
|
@@ -1860,7 +1882,7 @@ const exports = { __proto__: null };
|
|
|
1860
1882
|
const ret = result;
|
|
1861
1883
|
return ret;
|
|
1862
1884
|
},
|
|
1863
|
-
|
|
1885
|
+
__wbg_instanceof_Uint8Array_4b8da683deb25d72: function(arg0) {
|
|
1864
1886
|
let result;
|
|
1865
1887
|
try {
|
|
1866
1888
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1870,7 +1892,7 @@ const exports = { __proto__: null };
|
|
|
1870
1892
|
const ret = result;
|
|
1871
1893
|
return ret;
|
|
1872
1894
|
},
|
|
1873
|
-
|
|
1895
|
+
__wbg_instanceof_WebGl2RenderingContext_6502f76e53996a5e: function(arg0) {
|
|
1874
1896
|
let result;
|
|
1875
1897
|
try {
|
|
1876
1898
|
result = arg0 instanceof WebGL2RenderingContext;
|
|
@@ -1880,7 +1902,7 @@ const exports = { __proto__: null };
|
|
|
1880
1902
|
const ret = result;
|
|
1881
1903
|
return ret;
|
|
1882
1904
|
},
|
|
1883
|
-
|
|
1905
|
+
__wbg_instanceof_Window_c0fee4c064502536: function(arg0) {
|
|
1884
1906
|
let result;
|
|
1885
1907
|
try {
|
|
1886
1908
|
result = arg0 instanceof Window;
|
|
@@ -1890,341 +1912,321 @@ const exports = { __proto__: null };
|
|
|
1890
1912
|
const ret = result;
|
|
1891
1913
|
return ret;
|
|
1892
1914
|
},
|
|
1893
|
-
|
|
1915
|
+
__wbg_invalidateFramebuffer_33d1760cdf66128f: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1894
1916
|
arg0.invalidateFramebuffer(arg1 >>> 0, arg2);
|
|
1895
1917
|
}, arguments); },
|
|
1896
|
-
|
|
1918
|
+
__wbg_isActive_453c915c78ca9cf6: function(arg0) {
|
|
1897
1919
|
const ret = arg0.isActive;
|
|
1898
1920
|
return ret;
|
|
1899
1921
|
},
|
|
1900
|
-
|
|
1922
|
+
__wbg_isArray_db61795ad004c139: function(arg0) {
|
|
1901
1923
|
const ret = Array.isArray(arg0);
|
|
1902
1924
|
return ret;
|
|
1903
1925
|
},
|
|
1904
|
-
|
|
1926
|
+
__wbg_isComposing_926558e85c1322f5: function(arg0) {
|
|
1905
1927
|
const ret = arg0.isComposing;
|
|
1906
1928
|
return ret;
|
|
1907
1929
|
},
|
|
1908
|
-
|
|
1930
|
+
__wbg_isComposing_fc3ec12836b74836: function(arg0) {
|
|
1909
1931
|
const ret = arg0.isComposing;
|
|
1910
1932
|
return ret;
|
|
1911
1933
|
},
|
|
1912
|
-
|
|
1934
|
+
__wbg_isSafeInteger_ea83862ba994770c: function(arg0) {
|
|
1913
1935
|
const ret = Number.isSafeInteger(arg0);
|
|
1914
1936
|
return ret;
|
|
1915
1937
|
},
|
|
1916
|
-
|
|
1938
|
+
__wbg_isSecureContext_2ad7065a08159f29: function(arg0) {
|
|
1917
1939
|
const ret = arg0.isSecureContext;
|
|
1918
1940
|
return ret;
|
|
1919
1941
|
},
|
|
1920
|
-
|
|
1942
|
+
__wbg_is_3ce118e1fc3aa47e: function(arg0, arg1) {
|
|
1921
1943
|
const ret = Object.is(arg0, arg1);
|
|
1922
1944
|
return ret;
|
|
1923
1945
|
},
|
|
1924
|
-
|
|
1946
|
+
__wbg_item_f76abbdc0cf17647: function(arg0, arg1) {
|
|
1925
1947
|
const ret = arg0.item(arg1 >>> 0);
|
|
1926
1948
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1927
1949
|
},
|
|
1928
|
-
|
|
1950
|
+
__wbg_items_38e88bb85ee8204a: function(arg0) {
|
|
1929
1951
|
const ret = arg0.items;
|
|
1930
1952
|
return ret;
|
|
1931
1953
|
},
|
|
1932
|
-
|
|
1954
|
+
__wbg_iterator_de403ef31815a3e6: function() {
|
|
1933
1955
|
const ret = Symbol.iterator;
|
|
1934
1956
|
return ret;
|
|
1935
1957
|
},
|
|
1936
|
-
|
|
1958
|
+
__wbg_keyCode_7772df4809d7d3d8: function(arg0) {
|
|
1937
1959
|
const ret = arg0.keyCode;
|
|
1938
1960
|
return ret;
|
|
1939
1961
|
},
|
|
1940
|
-
|
|
1962
|
+
__wbg_key_1f885799907fdc30: function(arg0, arg1) {
|
|
1941
1963
|
const ret = arg1.key;
|
|
1942
1964
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1943
1965
|
var len1 = WASM_VECTOR_LEN;
|
|
1944
1966
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1945
1967
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1946
1968
|
},
|
|
1947
|
-
|
|
1969
|
+
__wbg_key_7cfa20193d517a74: function(arg0, arg1) {
|
|
1948
1970
|
const ret = arg1.key;
|
|
1949
1971
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1950
1972
|
const len1 = WASM_VECTOR_LEN;
|
|
1951
1973
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1952
1974
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1953
1975
|
},
|
|
1954
|
-
|
|
1976
|
+
__wbg_label_18cae34ff19933d7: function(arg0, arg1) {
|
|
1955
1977
|
const ret = arg1.label;
|
|
1956
1978
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1957
1979
|
const len1 = WASM_VECTOR_LEN;
|
|
1958
1980
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1959
1981
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1960
1982
|
},
|
|
1961
|
-
|
|
1983
|
+
__wbg_lastModified_f3daedc0b92f6ee2: function(arg0) {
|
|
1962
1984
|
const ret = arg0.lastModified;
|
|
1963
1985
|
return ret;
|
|
1964
1986
|
},
|
|
1965
|
-
|
|
1987
|
+
__wbg_left_542bbb36968c6d4e: function(arg0) {
|
|
1966
1988
|
const ret = arg0.left;
|
|
1967
1989
|
return ret;
|
|
1968
1990
|
},
|
|
1969
|
-
|
|
1991
|
+
__wbg_length_06fc61606800dfdc: function(arg0) {
|
|
1970
1992
|
const ret = arg0.length;
|
|
1971
1993
|
return ret;
|
|
1972
1994
|
},
|
|
1973
|
-
|
|
1995
|
+
__wbg_length_0c32cb8543c8e4c8: function(arg0) {
|
|
1974
1996
|
const ret = arg0.length;
|
|
1975
1997
|
return ret;
|
|
1976
1998
|
},
|
|
1977
|
-
|
|
1999
|
+
__wbg_length_2463cf44caac7a20: function(arg0) {
|
|
1978
2000
|
const ret = arg0.length;
|
|
1979
2001
|
return ret;
|
|
1980
2002
|
},
|
|
1981
|
-
|
|
2003
|
+
__wbg_length_6e821edde497a532: function(arg0) {
|
|
1982
2004
|
const ret = arg0.length;
|
|
1983
2005
|
return ret;
|
|
1984
2006
|
},
|
|
1985
|
-
|
|
2007
|
+
__wbg_length_c68a80a6327e9194: function(arg0) {
|
|
1986
2008
|
const ret = arg0.length;
|
|
1987
2009
|
return ret;
|
|
1988
2010
|
},
|
|
1989
|
-
|
|
2011
|
+
__wbg_limits_220da60782102dd7: function(arg0) {
|
|
1990
2012
|
const ret = arg0.limits;
|
|
1991
2013
|
return ret;
|
|
1992
2014
|
},
|
|
1993
|
-
|
|
2015
|
+
__wbg_limits_8837ca9ac1296563: function(arg0) {
|
|
1994
2016
|
const ret = arg0.limits;
|
|
1995
2017
|
return ret;
|
|
1996
2018
|
},
|
|
1997
|
-
|
|
2019
|
+
__wbg_linkProgram_4a3a45fa4d8d09f0: function(arg0, arg1) {
|
|
1998
2020
|
arg0.linkProgram(arg1);
|
|
1999
2021
|
},
|
|
2000
|
-
|
|
2022
|
+
__wbg_linkProgram_d86c69f8f86f3031: function(arg0, arg1) {
|
|
2001
2023
|
arg0.linkProgram(arg1);
|
|
2002
2024
|
},
|
|
2003
|
-
|
|
2025
|
+
__wbg_localStorage_b1a71e6b7afdce21: function() { return handleError(function (arg0) {
|
|
2004
2026
|
const ret = arg0.localStorage;
|
|
2005
2027
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2006
2028
|
}, arguments); },
|
|
2007
|
-
|
|
2029
|
+
__wbg_location_91b3fdbca3c76d9e: function(arg0) {
|
|
2008
2030
|
const ret = arg0.location;
|
|
2009
2031
|
return ret;
|
|
2010
2032
|
},
|
|
2011
|
-
|
|
2033
|
+
__wbg_mapAsync_288e2fddbc3f7f7b: function(arg0, arg1, arg2, arg3) {
|
|
2012
2034
|
const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
|
|
2013
2035
|
return ret;
|
|
2014
2036
|
},
|
|
2015
|
-
|
|
2037
|
+
__wbg_matchMedia_1d8b96312cffb576: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2016
2038
|
const ret = arg0.matchMedia(getStringFromWasm0(arg1, arg2));
|
|
2017
2039
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2018
2040
|
}, arguments); },
|
|
2019
|
-
|
|
2041
|
+
__wbg_matches_86946499f934a7fd: function(arg0) {
|
|
2020
2042
|
const ret = arg0.matches;
|
|
2021
2043
|
return ret;
|
|
2022
2044
|
},
|
|
2023
|
-
|
|
2045
|
+
__wbg_maxBindGroups_3e48365ce9cb69b2: function(arg0) {
|
|
2024
2046
|
const ret = arg0.maxBindGroups;
|
|
2025
2047
|
return ret;
|
|
2026
2048
|
},
|
|
2027
|
-
|
|
2049
|
+
__wbg_maxBindingsPerBindGroup_19eab6283879be75: function(arg0) {
|
|
2028
2050
|
const ret = arg0.maxBindingsPerBindGroup;
|
|
2029
2051
|
return ret;
|
|
2030
2052
|
},
|
|
2031
|
-
|
|
2053
|
+
__wbg_maxBufferSize_8086300d000af7cb: function(arg0) {
|
|
2032
2054
|
const ret = arg0.maxBufferSize;
|
|
2033
2055
|
return ret;
|
|
2034
2056
|
},
|
|
2035
|
-
|
|
2057
|
+
__wbg_maxColorAttachmentBytesPerSample_ee822e1793bea12f: function(arg0) {
|
|
2036
2058
|
const ret = arg0.maxColorAttachmentBytesPerSample;
|
|
2037
2059
|
return ret;
|
|
2038
2060
|
},
|
|
2039
|
-
|
|
2061
|
+
__wbg_maxColorAttachments_3110f22e4c5e3621: function(arg0) {
|
|
2040
2062
|
const ret = arg0.maxColorAttachments;
|
|
2041
2063
|
return ret;
|
|
2042
2064
|
},
|
|
2043
|
-
|
|
2065
|
+
__wbg_maxComputeInvocationsPerWorkgroup_e1b61d9c74f79e81: function(arg0) {
|
|
2044
2066
|
const ret = arg0.maxComputeInvocationsPerWorkgroup;
|
|
2045
2067
|
return ret;
|
|
2046
2068
|
},
|
|
2047
|
-
|
|
2069
|
+
__wbg_maxComputeWorkgroupSizeX_202ebe3252c09676: function(arg0) {
|
|
2048
2070
|
const ret = arg0.maxComputeWorkgroupSizeX;
|
|
2049
2071
|
return ret;
|
|
2050
2072
|
},
|
|
2051
|
-
|
|
2073
|
+
__wbg_maxComputeWorkgroupSizeY_4f66f59c2daaa8f1: function(arg0) {
|
|
2052
2074
|
const ret = arg0.maxComputeWorkgroupSizeY;
|
|
2053
2075
|
return ret;
|
|
2054
2076
|
},
|
|
2055
|
-
|
|
2077
|
+
__wbg_maxComputeWorkgroupSizeZ_eadb1eb36902e045: function(arg0) {
|
|
2056
2078
|
const ret = arg0.maxComputeWorkgroupSizeZ;
|
|
2057
2079
|
return ret;
|
|
2058
2080
|
},
|
|
2059
|
-
|
|
2081
|
+
__wbg_maxComputeWorkgroupStorageSize_05e0131572ec6c1e: function(arg0) {
|
|
2060
2082
|
const ret = arg0.maxComputeWorkgroupStorageSize;
|
|
2061
2083
|
return ret;
|
|
2062
2084
|
},
|
|
2063
|
-
|
|
2085
|
+
__wbg_maxComputeWorkgroupsPerDimension_47cd4aa37eba4a57: function(arg0) {
|
|
2064
2086
|
const ret = arg0.maxComputeWorkgroupsPerDimension;
|
|
2065
2087
|
return ret;
|
|
2066
2088
|
},
|
|
2067
|
-
|
|
2089
|
+
__wbg_maxDynamicStorageBuffersPerPipelineLayout_122112462e514d25: function(arg0) {
|
|
2068
2090
|
const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
|
|
2069
2091
|
return ret;
|
|
2070
2092
|
},
|
|
2071
|
-
|
|
2093
|
+
__wbg_maxDynamicUniformBuffersPerPipelineLayout_4c57dbd81a8d1c49: function(arg0) {
|
|
2072
2094
|
const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
|
|
2073
2095
|
return ret;
|
|
2074
2096
|
},
|
|
2075
|
-
|
|
2097
|
+
__wbg_maxInterStageShaderVariables_5bb90c2a06f1e9ce: function(arg0) {
|
|
2076
2098
|
const ret = arg0.maxInterStageShaderVariables;
|
|
2077
2099
|
return ret;
|
|
2078
2100
|
},
|
|
2079
|
-
|
|
2101
|
+
__wbg_maxSampledTexturesPerShaderStage_cea16550f969bbdc: function(arg0) {
|
|
2080
2102
|
const ret = arg0.maxSampledTexturesPerShaderStage;
|
|
2081
2103
|
return ret;
|
|
2082
2104
|
},
|
|
2083
|
-
|
|
2105
|
+
__wbg_maxSamplersPerShaderStage_1cbd8dba92d87dd9: function(arg0) {
|
|
2084
2106
|
const ret = arg0.maxSamplersPerShaderStage;
|
|
2085
2107
|
return ret;
|
|
2086
2108
|
},
|
|
2087
|
-
|
|
2109
|
+
__wbg_maxStorageBufferBindingSize_ff2e77e686018944: function(arg0) {
|
|
2088
2110
|
const ret = arg0.maxStorageBufferBindingSize;
|
|
2089
2111
|
return ret;
|
|
2090
2112
|
},
|
|
2091
|
-
|
|
2113
|
+
__wbg_maxStorageBuffersPerShaderStage_e496ad22f8b97f12: function(arg0) {
|
|
2092
2114
|
const ret = arg0.maxStorageBuffersPerShaderStage;
|
|
2093
2115
|
return ret;
|
|
2094
2116
|
},
|
|
2095
|
-
|
|
2117
|
+
__wbg_maxStorageTexturesPerShaderStage_258aab0d332d9efe: function(arg0) {
|
|
2096
2118
|
const ret = arg0.maxStorageTexturesPerShaderStage;
|
|
2097
2119
|
return ret;
|
|
2098
2120
|
},
|
|
2099
|
-
|
|
2121
|
+
__wbg_maxTextureArrayLayers_6fffbda0cd6f3036: function(arg0) {
|
|
2100
2122
|
const ret = arg0.maxTextureArrayLayers;
|
|
2101
2123
|
return ret;
|
|
2102
2124
|
},
|
|
2103
|
-
|
|
2125
|
+
__wbg_maxTextureDimension1D_53d154cf8f16d439: function(arg0) {
|
|
2104
2126
|
const ret = arg0.maxTextureDimension1D;
|
|
2105
2127
|
return ret;
|
|
2106
2128
|
},
|
|
2107
|
-
|
|
2129
|
+
__wbg_maxTextureDimension2D_578c2c471b73bb60: function(arg0) {
|
|
2108
2130
|
const ret = arg0.maxTextureDimension2D;
|
|
2109
2131
|
return ret;
|
|
2110
2132
|
},
|
|
2111
|
-
|
|
2133
|
+
__wbg_maxTextureDimension3D_3532b309b08a5ddf: function(arg0) {
|
|
2112
2134
|
const ret = arg0.maxTextureDimension3D;
|
|
2113
2135
|
return ret;
|
|
2114
2136
|
},
|
|
2115
|
-
|
|
2137
|
+
__wbg_maxUniformBufferBindingSize_6c3b6b8424799146: function(arg0) {
|
|
2116
2138
|
const ret = arg0.maxUniformBufferBindingSize;
|
|
2117
2139
|
return ret;
|
|
2118
2140
|
},
|
|
2119
|
-
|
|
2141
|
+
__wbg_maxUniformBuffersPerShaderStage_911223507ba8d12a: function(arg0) {
|
|
2120
2142
|
const ret = arg0.maxUniformBuffersPerShaderStage;
|
|
2121
2143
|
return ret;
|
|
2122
2144
|
},
|
|
2123
|
-
|
|
2145
|
+
__wbg_maxVertexAttributes_399d9b947e980d08: function(arg0) {
|
|
2124
2146
|
const ret = arg0.maxVertexAttributes;
|
|
2125
2147
|
return ret;
|
|
2126
2148
|
},
|
|
2127
|
-
|
|
2149
|
+
__wbg_maxVertexBufferArrayStride_b5550ff3b3aa4a9e: function(arg0) {
|
|
2128
2150
|
const ret = arg0.maxVertexBufferArrayStride;
|
|
2129
2151
|
return ret;
|
|
2130
2152
|
},
|
|
2131
|
-
|
|
2153
|
+
__wbg_maxVertexBuffers_15be37c3f8fbfe0a: function(arg0) {
|
|
2132
2154
|
const ret = arg0.maxVertexBuffers;
|
|
2133
2155
|
return ret;
|
|
2134
2156
|
},
|
|
2135
|
-
|
|
2157
|
+
__wbg_message_e59c1a10ce6fce88: function(arg0, arg1) {
|
|
2136
2158
|
const ret = arg1.message;
|
|
2137
2159
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2138
2160
|
const len1 = WASM_VECTOR_LEN;
|
|
2139
2161
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2140
2162
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2141
2163
|
},
|
|
2142
|
-
|
|
2164
|
+
__wbg_metaKey_29a14f6b2fe9783e: function(arg0) {
|
|
2143
2165
|
const ret = arg0.metaKey;
|
|
2144
2166
|
return ret;
|
|
2145
2167
|
},
|
|
2146
|
-
|
|
2168
|
+
__wbg_metaKey_cabf24bec9d42077: function(arg0) {
|
|
2147
2169
|
const ret = arg0.metaKey;
|
|
2148
2170
|
return ret;
|
|
2149
2171
|
},
|
|
2150
|
-
|
|
2172
|
+
__wbg_minStorageBufferOffsetAlignment_5c389200e0be5fe1: function(arg0) {
|
|
2151
2173
|
const ret = arg0.minStorageBufferOffsetAlignment;
|
|
2152
2174
|
return ret;
|
|
2153
2175
|
},
|
|
2154
|
-
|
|
2176
|
+
__wbg_minUniformBufferOffsetAlignment_b9d974e659cd3e20: function(arg0) {
|
|
2155
2177
|
const ret = arg0.minUniformBufferOffsetAlignment;
|
|
2156
2178
|
return ret;
|
|
2157
2179
|
},
|
|
2158
|
-
|
|
2180
|
+
__wbg_name_c20e84db554b626b: function(arg0, arg1) {
|
|
2159
2181
|
const ret = arg1.name;
|
|
2160
2182
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2161
2183
|
const len1 = WASM_VECTOR_LEN;
|
|
2162
2184
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2163
2185
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2164
2186
|
},
|
|
2165
|
-
|
|
2187
|
+
__wbg_navigator_9b09ea705d03d227: function(arg0) {
|
|
2166
2188
|
const ret = arg0.navigator;
|
|
2167
2189
|
return ret;
|
|
2168
2190
|
},
|
|
2169
|
-
|
|
2191
|
+
__wbg_navigator_af52153252bdf29d: function(arg0) {
|
|
2170
2192
|
const ret = arg0.navigator;
|
|
2171
2193
|
return ret;
|
|
2172
2194
|
},
|
|
2173
|
-
|
|
2195
|
+
__wbg_newValue_96509bb33d209ac9: function(arg0, arg1) {
|
|
2174
2196
|
const ret = arg1.newValue;
|
|
2175
2197
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2176
2198
|
var len1 = WASM_VECTOR_LEN;
|
|
2177
2199
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2178
2200
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2179
2201
|
},
|
|
2180
|
-
|
|
2181
|
-
const ret = new URLSearchParams();
|
|
2182
|
-
return ret;
|
|
2183
|
-
}, arguments); },
|
|
2184
|
-
__wbg_new_0_73afc35eb544e539: function() {
|
|
2202
|
+
__wbg_new_0_bfa2ef4bc447daa2: function() {
|
|
2185
2203
|
const ret = new Date();
|
|
2186
2204
|
return ret;
|
|
2187
2205
|
},
|
|
2188
|
-
|
|
2189
|
-
const ret = new
|
|
2206
|
+
__wbg_new_0cf97f899a952e9e: function(arg0, arg1) {
|
|
2207
|
+
const ret = new Intl.DateTimeFormat(arg0, arg1);
|
|
2190
2208
|
return ret;
|
|
2191
2209
|
},
|
|
2192
|
-
|
|
2193
|
-
const ret = new
|
|
2210
|
+
__wbg_new_0fec9fb02d03a383: function() { return handleError(function (arg0, arg1) {
|
|
2211
|
+
const ret = new URL(getStringFromWasm0(arg0, arg1));
|
|
2194
2212
|
return ret;
|
|
2195
2213
|
}, arguments); },
|
|
2196
|
-
|
|
2197
|
-
const ret = new
|
|
2198
|
-
return ret;
|
|
2199
|
-
},
|
|
2200
|
-
__wbg_new_3eb36ae241fe6f44: function() {
|
|
2201
|
-
const ret = new Array();
|
|
2214
|
+
__wbg_new_23ac95738b27f596: function() { return handleError(function (arg0) {
|
|
2215
|
+
const ret = new EncodedVideoChunk(arg0);
|
|
2202
2216
|
return ret;
|
|
2203
|
-
},
|
|
2204
|
-
|
|
2217
|
+
}, arguments); },
|
|
2218
|
+
__wbg_new_3a112826a89cb962: function() { return handleError(function () {
|
|
2205
2219
|
const ret = new Headers();
|
|
2206
2220
|
return ret;
|
|
2207
2221
|
}, arguments); },
|
|
2208
|
-
|
|
2209
|
-
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
2210
|
-
return ret;
|
|
2211
|
-
},
|
|
2212
|
-
__wbg_new_72e7b12a3de206c6: function() {
|
|
2213
|
-
const ret = new Error();
|
|
2214
|
-
return ret;
|
|
2215
|
-
},
|
|
2216
|
-
__wbg_new_77c95b2cd0e1885c: function(arg0, arg1) {
|
|
2217
|
-
const ret = new TypeError(getStringFromWasm0(arg0, arg1));
|
|
2218
|
-
return ret;
|
|
2219
|
-
},
|
|
2220
|
-
__wbg_new_b5d9e2fb389fef91: function(arg0, arg1) {
|
|
2222
|
+
__wbg_new_40792555590ec35c: function(arg0, arg1) {
|
|
2221
2223
|
try {
|
|
2222
2224
|
var state0 = {a: arg0, b: arg1};
|
|
2223
2225
|
var cb0 = (arg0, arg1) => {
|
|
2224
2226
|
const a = state0.a;
|
|
2225
2227
|
state0.a = 0;
|
|
2226
2228
|
try {
|
|
2227
|
-
return
|
|
2229
|
+
return wasm_bindgen__convert__closures_____invoke__h08eb2ec0200b261d(a, state0.b, arg0, arg1);
|
|
2228
2230
|
} finally {
|
|
2229
2231
|
state0.a = a;
|
|
2230
2232
|
}
|
|
@@ -2232,1590 +2234,1656 @@ const exports = { __proto__: null };
|
|
|
2232
2234
|
const ret = new Promise(cb0);
|
|
2233
2235
|
return ret;
|
|
2234
2236
|
} finally {
|
|
2235
|
-
state0.a =
|
|
2237
|
+
state0.a = 0;
|
|
2236
2238
|
}
|
|
2237
2239
|
},
|
|
2238
|
-
|
|
2239
|
-
const ret = new
|
|
2240
|
+
__wbg_new_47dfee3855dec446: function(arg0, arg1) {
|
|
2241
|
+
const ret = new TypeError(getStringFromWasm0(arg0, arg1));
|
|
2240
2242
|
return ret;
|
|
2241
|
-
},
|
|
2242
|
-
|
|
2243
|
-
const ret = new
|
|
2243
|
+
},
|
|
2244
|
+
__wbg_new_4f9fafbb3909af72: function() {
|
|
2245
|
+
const ret = new Object();
|
|
2244
2246
|
return ret;
|
|
2245
2247
|
},
|
|
2246
|
-
|
|
2247
|
-
const ret = new
|
|
2248
|
+
__wbg_new_5f2e23d30ca2a7e3: function() {
|
|
2249
|
+
const ret = new Error();
|
|
2250
|
+
return ret;
|
|
2251
|
+
},
|
|
2252
|
+
__wbg_new_6f89ec4f8aab68cc: function() { return handleError(function (arg0) {
|
|
2253
|
+
const ret = new ResizeObserver(arg0);
|
|
2248
2254
|
return ret;
|
|
2249
2255
|
}, arguments); },
|
|
2250
|
-
|
|
2251
|
-
const ret = new
|
|
2256
|
+
__wbg_new_71d7eef92e920458: function() { return handleError(function (arg0) {
|
|
2257
|
+
const ret = new VideoDecoder(arg0);
|
|
2258
|
+
return ret;
|
|
2259
|
+
}, arguments); },
|
|
2260
|
+
__wbg_new_7681c4155808e30a: function() { return handleError(function () {
|
|
2261
|
+
const ret = new URLSearchParams();
|
|
2262
|
+
return ret;
|
|
2263
|
+
}, arguments); },
|
|
2264
|
+
__wbg_new_9abbf7148481485e: function() { return handleError(function () {
|
|
2265
|
+
const ret = new AbortController();
|
|
2252
2266
|
return ret;
|
|
2253
2267
|
}, arguments); },
|
|
2254
|
-
|
|
2268
|
+
__wbg_new_a560378ea1240b14: function(arg0) {
|
|
2255
2269
|
const ret = new Uint8Array(arg0);
|
|
2256
2270
|
return ret;
|
|
2257
2271
|
},
|
|
2258
|
-
|
|
2259
|
-
const ret = new
|
|
2272
|
+
__wbg_new_a5a447223ac6ad64: function() { return handleError(function () {
|
|
2273
|
+
const ret = new FileReader();
|
|
2260
2274
|
return ret;
|
|
2261
2275
|
}, arguments); },
|
|
2262
|
-
|
|
2263
|
-
const ret = new
|
|
2276
|
+
__wbg_new_e3b04b4d53d1b593: function(arg0, arg1) {
|
|
2277
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
2264
2278
|
return ret;
|
|
2265
|
-
},
|
|
2266
|
-
|
|
2267
|
-
const ret = new
|
|
2279
|
+
},
|
|
2280
|
+
__wbg_new_e7a94ed988189973: function() {
|
|
2281
|
+
const ret = new Error();
|
|
2268
2282
|
return ret;
|
|
2269
2283
|
},
|
|
2270
|
-
|
|
2271
|
-
const ret = new
|
|
2284
|
+
__wbg_new_f3c9df4f38f3f798: function() {
|
|
2285
|
+
const ret = new Array();
|
|
2286
|
+
return ret;
|
|
2287
|
+
},
|
|
2288
|
+
__wbg_new_from_slice_2580ff33d0d10520: function(arg0, arg1) {
|
|
2289
|
+
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
2272
2290
|
return ret;
|
|
2273
2291
|
},
|
|
2274
|
-
|
|
2292
|
+
__wbg_new_typed_14d7cc391ce53d2c: function(arg0, arg1) {
|
|
2293
|
+
try {
|
|
2294
|
+
var state0 = {a: arg0, b: arg1};
|
|
2295
|
+
var cb0 = (arg0, arg1) => {
|
|
2296
|
+
const a = state0.a;
|
|
2297
|
+
state0.a = 0;
|
|
2298
|
+
try {
|
|
2299
|
+
return wasm_bindgen__convert__closures_____invoke__h08eb2ec0200b261d(a, state0.b, arg0, arg1);
|
|
2300
|
+
} finally {
|
|
2301
|
+
state0.a = a;
|
|
2302
|
+
}
|
|
2303
|
+
};
|
|
2304
|
+
const ret = new Promise(cb0);
|
|
2305
|
+
return ret;
|
|
2306
|
+
} finally {
|
|
2307
|
+
state0.a = 0;
|
|
2308
|
+
}
|
|
2309
|
+
},
|
|
2310
|
+
__wbg_new_with_byte_offset_and_length_6bfc75833d6170c8: function(arg0, arg1, arg2) {
|
|
2275
2311
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
2276
2312
|
return ret;
|
|
2277
2313
|
},
|
|
2278
|
-
|
|
2314
|
+
__wbg_new_with_image_bitmap_and_video_frame_init_2c62b03bed8b0694: function() { return handleError(function (arg0, arg1) {
|
|
2315
|
+
const ret = new VideoFrame(arg0, arg1);
|
|
2316
|
+
return ret;
|
|
2317
|
+
}, arguments); },
|
|
2318
|
+
__wbg_new_with_length_9cedd08484b73942: function(arg0) {
|
|
2279
2319
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
2280
2320
|
return ret;
|
|
2281
2321
|
},
|
|
2282
|
-
|
|
2322
|
+
__wbg_new_with_record_from_str_to_blob_promise_50c718d98edeba27: function() { return handleError(function (arg0) {
|
|
2283
2323
|
const ret = new ClipboardItem(arg0);
|
|
2284
2324
|
return ret;
|
|
2285
2325
|
}, arguments); },
|
|
2286
|
-
|
|
2326
|
+
__wbg_new_with_str_and_init_f663b6d334baa878: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2287
2327
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
2288
2328
|
return ret;
|
|
2289
2329
|
}, arguments); },
|
|
2290
|
-
|
|
2330
|
+
__wbg_new_with_u8_array_sequence_and_options_0ea871c78d13a6d8: function() { return handleError(function (arg0, arg1) {
|
|
2291
2331
|
const ret = new Blob(arg0, arg1);
|
|
2292
2332
|
return ret;
|
|
2293
2333
|
}, arguments); },
|
|
2294
|
-
|
|
2295
|
-
const ret = arg0.next();
|
|
2296
|
-
return ret;
|
|
2297
|
-
}, arguments); },
|
|
2298
|
-
__wbg_next_418f80d8f5303233: function(arg0) {
|
|
2334
|
+
__wbg_next_01132ed6134b8ef5: function(arg0) {
|
|
2299
2335
|
const ret = arg0.next;
|
|
2300
2336
|
return ret;
|
|
2301
2337
|
},
|
|
2302
|
-
|
|
2338
|
+
__wbg_next_b3713ec761a9dbfd: function() { return handleError(function (arg0) {
|
|
2339
|
+
const ret = arg0.next();
|
|
2340
|
+
return ret;
|
|
2341
|
+
}, arguments); },
|
|
2342
|
+
__wbg_now_2c44418ca0623664: function(arg0) {
|
|
2303
2343
|
const ret = arg0.now();
|
|
2304
2344
|
return ret;
|
|
2305
2345
|
},
|
|
2306
|
-
|
|
2346
|
+
__wbg_now_88621c9c9a4f3ffc: function() {
|
|
2307
2347
|
const ret = Date.now();
|
|
2308
2348
|
return ret;
|
|
2309
2349
|
},
|
|
2310
|
-
|
|
2350
|
+
__wbg_now_e7c6795a7f81e10f: function(arg0) {
|
|
2311
2351
|
const ret = arg0.now();
|
|
2312
2352
|
return ret;
|
|
2313
2353
|
},
|
|
2314
|
-
|
|
2354
|
+
__wbg_observe_aa0d17c78115be71: function(arg0, arg1, arg2) {
|
|
2315
2355
|
arg0.observe(arg1, arg2);
|
|
2316
2356
|
},
|
|
2317
|
-
|
|
2357
|
+
__wbg_of_cc32e7afcce5ea8e: function(arg0) {
|
|
2318
2358
|
const ret = Array.of(arg0);
|
|
2319
2359
|
return ret;
|
|
2320
2360
|
},
|
|
2321
|
-
|
|
2361
|
+
__wbg_offsetTop_03ccc0dfd690579b: function(arg0) {
|
|
2322
2362
|
const ret = arg0.offsetTop;
|
|
2323
2363
|
return ret;
|
|
2324
2364
|
},
|
|
2325
|
-
|
|
2365
|
+
__wbg_ok_36f7b13b74596c24: function(arg0) {
|
|
2326
2366
|
const ret = arg0.ok;
|
|
2327
2367
|
return ret;
|
|
2328
2368
|
},
|
|
2329
|
-
|
|
2369
|
+
__wbg_onSubmittedWorkDone_81e152567230130a: function(arg0) {
|
|
2330
2370
|
const ret = arg0.onSubmittedWorkDone();
|
|
2331
2371
|
return ret;
|
|
2332
2372
|
},
|
|
2333
|
-
|
|
2373
|
+
__wbg_open_60396cb239d529f9: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2334
2374
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4), getStringFromWasm0(arg5, arg6));
|
|
2335
2375
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2336
2376
|
}, arguments); },
|
|
2337
|
-
|
|
2377
|
+
__wbg_open_a3e83bb9ce5c4f9d: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2338
2378
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2339
2379
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2340
2380
|
}, arguments); },
|
|
2341
|
-
|
|
2381
|
+
__wbg_origin_068a8b12f26e8142: function() { return handleError(function (arg0, arg1) {
|
|
2342
2382
|
const ret = arg1.origin;
|
|
2343
2383
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2344
2384
|
const len1 = WASM_VECTOR_LEN;
|
|
2345
2385
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2346
2386
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2347
2387
|
}, arguments); },
|
|
2348
|
-
|
|
2388
|
+
__wbg_performance_3fcf6e32a7e1ed0a: function(arg0) {
|
|
2349
2389
|
const ret = arg0.performance;
|
|
2350
|
-
return
|
|
2390
|
+
return ret;
|
|
2351
2391
|
},
|
|
2352
|
-
|
|
2392
|
+
__wbg_performance_5ed3f6a3bbe36d0d: function(arg0) {
|
|
2353
2393
|
const ret = arg0.performance;
|
|
2354
|
-
return ret;
|
|
2394
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2355
2395
|
},
|
|
2356
|
-
|
|
2396
|
+
__wbg_pixelStorei_3dd51cd2a28442f6: function(arg0, arg1, arg2) {
|
|
2357
2397
|
arg0.pixelStorei(arg1 >>> 0, arg2);
|
|
2358
2398
|
},
|
|
2359
|
-
|
|
2399
|
+
__wbg_pixelStorei_a5f8fc3966b8599d: function(arg0, arg1, arg2) {
|
|
2360
2400
|
arg0.pixelStorei(arg1 >>> 0, arg2);
|
|
2361
2401
|
},
|
|
2362
|
-
|
|
2402
|
+
__wbg_polygonOffset_01073fa7aec4d962: function(arg0, arg1, arg2) {
|
|
2363
2403
|
arg0.polygonOffset(arg1, arg2);
|
|
2364
2404
|
},
|
|
2365
|
-
|
|
2405
|
+
__wbg_polygonOffset_3e546c4ce04eeffd: function(arg0, arg1, arg2) {
|
|
2366
2406
|
arg0.polygonOffset(arg1, arg2);
|
|
2367
2407
|
},
|
|
2368
|
-
|
|
2408
|
+
__wbg_port_97246809d787c307: function() { return handleError(function (arg0, arg1) {
|
|
2369
2409
|
const ret = arg1.port;
|
|
2370
2410
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2371
2411
|
const len1 = WASM_VECTOR_LEN;
|
|
2372
2412
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2373
2413
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2374
2414
|
}, arguments); },
|
|
2375
|
-
|
|
2415
|
+
__wbg_preventDefault_9c72c03ba5e7d9c7: function(arg0) {
|
|
2376
2416
|
arg0.preventDefault();
|
|
2377
2417
|
},
|
|
2378
|
-
|
|
2418
|
+
__wbg_protocol_45fde0ce406160d8: function() { return handleError(function (arg0, arg1) {
|
|
2379
2419
|
const ret = arg1.protocol;
|
|
2380
2420
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2381
2421
|
const len1 = WASM_VECTOR_LEN;
|
|
2382
2422
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2383
2423
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2384
2424
|
}, arguments); },
|
|
2385
|
-
|
|
2425
|
+
__wbg_prototypesetcall_3e05eb9545565046: function(arg0, arg1, arg2) {
|
|
2386
2426
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
2387
2427
|
},
|
|
2388
|
-
|
|
2428
|
+
__wbg_pushState_a592a77c89a2f9c0: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2389
2429
|
arg0.pushState(arg1, getStringFromWasm0(arg2, arg3), arg4 === 0 ? undefined : getStringFromWasm0(arg4, arg5));
|
|
2390
2430
|
}, arguments); },
|
|
2391
|
-
|
|
2431
|
+
__wbg_push_6bdbc990be5ac37b: function(arg0, arg1) {
|
|
2392
2432
|
const ret = arg0.push(arg1);
|
|
2393
2433
|
return ret;
|
|
2394
2434
|
},
|
|
2395
|
-
|
|
2435
|
+
__wbg_queryCounterEXT_e55dc61601cff79a: function(arg0, arg1, arg2) {
|
|
2396
2436
|
arg0.queryCounterEXT(arg1, arg2 >>> 0);
|
|
2397
2437
|
},
|
|
2398
|
-
|
|
2438
|
+
__wbg_querySelectorAll_301982e9e4864dfa: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2399
2439
|
const ret = arg0.querySelectorAll(getStringFromWasm0(arg1, arg2));
|
|
2400
2440
|
return ret;
|
|
2401
2441
|
}, arguments); },
|
|
2402
|
-
|
|
2442
|
+
__wbg_querySelector_744b8dc8f2dd6e5d: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2403
2443
|
const ret = arg0.querySelector(getStringFromWasm0(arg1, arg2));
|
|
2404
2444
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
2405
2445
|
}, arguments); },
|
|
2406
|
-
|
|
2446
|
+
__wbg_queueMicrotask_abaf92f0bd4e80a4: function(arg0) {
|
|
2407
2447
|
const ret = arg0.queueMicrotask;
|
|
2408
2448
|
return ret;
|
|
2409
2449
|
},
|
|
2410
|
-
|
|
2450
|
+
__wbg_queueMicrotask_df5a6dac26d818f3: function(arg0) {
|
|
2411
2451
|
queueMicrotask(arg0);
|
|
2412
2452
|
},
|
|
2413
|
-
|
|
2453
|
+
__wbg_queue_81f5d725809ccd54: function(arg0) {
|
|
2414
2454
|
const ret = arg0.queue;
|
|
2415
2455
|
return ret;
|
|
2416
2456
|
},
|
|
2417
|
-
|
|
2457
|
+
__wbg_readAsArrayBuffer_981694de4b45e06b: function() { return handleError(function (arg0, arg1) {
|
|
2418
2458
|
arg0.readAsArrayBuffer(arg1);
|
|
2419
2459
|
}, arguments); },
|
|
2420
|
-
|
|
2460
|
+
__wbg_readBuffer_a41d499ded234bd2: function(arg0, arg1) {
|
|
2421
2461
|
arg0.readBuffer(arg1 >>> 0);
|
|
2422
2462
|
},
|
|
2423
|
-
|
|
2463
|
+
__wbg_readPixels_6effecfcb3dc1144: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2424
2464
|
arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
|
|
2425
2465
|
}, arguments); },
|
|
2426
|
-
|
|
2466
|
+
__wbg_readPixels_9b75a1927b6caa46: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2427
2467
|
arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
|
|
2428
2468
|
}, arguments); },
|
|
2429
|
-
|
|
2469
|
+
__wbg_readPixels_e434d71b868f30c5: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) {
|
|
2430
2470
|
arg0.readPixels(arg1, arg2, arg3, arg4, arg5 >>> 0, arg6 >>> 0, arg7);
|
|
2431
2471
|
}, arguments); },
|
|
2432
|
-
|
|
2472
|
+
__wbg_read_316bf844c93a6ccc: function(arg0) {
|
|
2433
2473
|
const ret = arg0.read();
|
|
2434
2474
|
return ret;
|
|
2435
2475
|
},
|
|
2436
|
-
|
|
2476
|
+
__wbg_releaseLock_b12f7593852f4c01: function(arg0) {
|
|
2437
2477
|
arg0.releaseLock();
|
|
2438
2478
|
},
|
|
2439
|
-
|
|
2479
|
+
__wbg_removeChild_874b23fe5a1ca1bb: function() { return handleError(function (arg0, arg1) {
|
|
2440
2480
|
const ret = arg0.removeChild(arg1);
|
|
2441
2481
|
return ret;
|
|
2442
2482
|
}, arguments); },
|
|
2443
|
-
|
|
2483
|
+
__wbg_removeEventListener_e5033ab3bcad443c: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
2444
2484
|
arg0.removeEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
|
2445
2485
|
}, arguments); },
|
|
2446
|
-
|
|
2486
|
+
__wbg_removeItem_edd5e09fd7345519: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2447
2487
|
arg0.removeItem(getStringFromWasm0(arg1, arg2));
|
|
2448
2488
|
}, arguments); },
|
|
2449
|
-
|
|
2489
|
+
__wbg_remove_b0ab1a7ea21cda2e: function(arg0) {
|
|
2450
2490
|
arg0.remove();
|
|
2451
2491
|
},
|
|
2452
|
-
|
|
2492
|
+
__wbg_renderbufferStorageMultisample_c07bc844d86d2200: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2453
2493
|
arg0.renderbufferStorageMultisample(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
2454
2494
|
},
|
|
2455
|
-
|
|
2495
|
+
__wbg_renderbufferStorage_c208bd803fa3de68: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2456
2496
|
arg0.renderbufferStorage(arg1 >>> 0, arg2 >>> 0, arg3, arg4);
|
|
2457
2497
|
},
|
|
2458
|
-
|
|
2498
|
+
__wbg_renderbufferStorage_d95f75be57ae52b3: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2459
2499
|
arg0.renderbufferStorage(arg1 >>> 0, arg2 >>> 0, arg3, arg4);
|
|
2460
2500
|
},
|
|
2461
|
-
|
|
2501
|
+
__wbg_replaceState_b24491ac1a491629: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
2462
2502
|
arg0.replaceState(arg1, getStringFromWasm0(arg2, arg3), arg4 === 0 ? undefined : getStringFromWasm0(arg4, arg5));
|
|
2463
2503
|
}, arguments); },
|
|
2464
|
-
|
|
2504
|
+
__wbg_requestAdapter_90f7496e67f82c21: function(arg0, arg1) {
|
|
2465
2505
|
const ret = arg0.requestAdapter(arg1);
|
|
2466
2506
|
return ret;
|
|
2467
2507
|
},
|
|
2468
|
-
|
|
2508
|
+
__wbg_requestAdapter_fc75ea09f9702080: function(arg0) {
|
|
2469
2509
|
const ret = arg0.requestAdapter();
|
|
2470
2510
|
return ret;
|
|
2471
2511
|
},
|
|
2472
|
-
|
|
2512
|
+
__wbg_requestAnimationFrame_e1628778767f2bf2: function() { return handleError(function (arg0, arg1) {
|
|
2473
2513
|
const ret = arg0.requestAnimationFrame(arg1);
|
|
2474
2514
|
return ret;
|
|
2475
2515
|
}, arguments); },
|
|
2476
|
-
|
|
2516
|
+
__wbg_requestDevice_5c307ce72228d3f7: function(arg0, arg1) {
|
|
2477
2517
|
const ret = arg0.requestDevice(arg1);
|
|
2478
2518
|
return ret;
|
|
2479
2519
|
},
|
|
2480
|
-
|
|
2520
|
+
__wbg_reset_524d0a393037e3c5: function() { return handleError(function (arg0) {
|
|
2481
2521
|
arg0.reset();
|
|
2482
2522
|
}, arguments); },
|
|
2483
|
-
|
|
2523
|
+
__wbg_resolve_0a79de24e9d2267b: function(arg0) {
|
|
2484
2524
|
const ret = Promise.resolve(arg0);
|
|
2485
2525
|
return ret;
|
|
2486
2526
|
},
|
|
2487
|
-
|
|
2527
|
+
__wbg_resolvedOptions_727aa0594a9b7d7a: function(arg0) {
|
|
2488
2528
|
const ret = arg0.resolvedOptions();
|
|
2489
2529
|
return ret;
|
|
2490
2530
|
},
|
|
2491
|
-
|
|
2531
|
+
__wbg_respond_87b5b47cbc9ee0b7: function() { return handleError(function (arg0, arg1) {
|
|
2492
2532
|
arg0.respond(arg1 >>> 0);
|
|
2493
2533
|
}, arguments); },
|
|
2494
|
-
|
|
2534
|
+
__wbg_result_69b9c700f4d4f22f: function() { return handleError(function (arg0) {
|
|
2495
2535
|
const ret = arg0.result;
|
|
2496
2536
|
return ret;
|
|
2497
2537
|
}, arguments); },
|
|
2498
|
-
|
|
2538
|
+
__wbg_right_7bb2640e243f1b81: function(arg0) {
|
|
2499
2539
|
const ret = arg0.right;
|
|
2500
2540
|
return ret;
|
|
2501
2541
|
},
|
|
2502
|
-
|
|
2542
|
+
__wbg_samplerParameterf_453bd43b9e1b72f6: function(arg0, arg1, arg2, arg3) {
|
|
2503
2543
|
arg0.samplerParameterf(arg1, arg2 >>> 0, arg3);
|
|
2504
2544
|
},
|
|
2505
|
-
|
|
2545
|
+
__wbg_samplerParameteri_e5395f9bf8379074: function(arg0, arg1, arg2, arg3) {
|
|
2506
2546
|
arg0.samplerParameteri(arg1, arg2 >>> 0, arg3);
|
|
2507
2547
|
},
|
|
2508
|
-
|
|
2548
|
+
__wbg_scissor_2ab796946944a395: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2509
2549
|
arg0.scissor(arg1, arg2, arg3, arg4);
|
|
2510
2550
|
},
|
|
2511
|
-
|
|
2551
|
+
__wbg_scissor_6a7028a46e34c58f: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2512
2552
|
arg0.scissor(arg1, arg2, arg3, arg4);
|
|
2513
2553
|
},
|
|
2514
|
-
|
|
2554
|
+
__wbg_searchParams_601e53e1332b7ee8: function(arg0) {
|
|
2515
2555
|
const ret = arg0.searchParams;
|
|
2516
2556
|
return ret;
|
|
2517
2557
|
},
|
|
2518
|
-
|
|
2558
|
+
__wbg_search_4e5c22f751154ad5: function() { return handleError(function (arg0, arg1) {
|
|
2519
2559
|
const ret = arg1.search;
|
|
2520
2560
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
2521
2561
|
const len1 = WASM_VECTOR_LEN;
|
|
2522
2562
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
2523
2563
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
2524
2564
|
}, arguments); },
|
|
2525
|
-
|
|
2565
|
+
__wbg_setAttribute_5799fb5befe29601: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2526
2566
|
arg0.setAttribute(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2527
2567
|
}, arguments); },
|
|
2528
|
-
|
|
2568
|
+
__wbg_setBindGroup_58960c4b1bcdd182: function(arg0, arg1, arg2) {
|
|
2529
2569
|
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
2530
2570
|
},
|
|
2531
|
-
|
|
2571
|
+
__wbg_setBindGroup_a62f9de1cb2449b2: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2532
2572
|
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
2533
2573
|
}, arguments); },
|
|
2534
|
-
|
|
2574
|
+
__wbg_setIndexBuffer_b94e5d57d9f987b1: function(arg0, arg1, arg2, arg3) {
|
|
2535
2575
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
|
|
2536
2576
|
},
|
|
2537
|
-
|
|
2577
|
+
__wbg_setIndexBuffer_fe1825c2b9e2d364: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2538
2578
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
|
|
2539
2579
|
},
|
|
2540
|
-
|
|
2580
|
+
__wbg_setItem_67573afec8996fe4: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2541
2581
|
arg0.setItem(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2542
2582
|
}, arguments); },
|
|
2543
|
-
|
|
2583
|
+
__wbg_setPipeline_9f6b0a3c5901572d: function(arg0, arg1) {
|
|
2544
2584
|
arg0.setPipeline(arg1);
|
|
2545
2585
|
},
|
|
2546
|
-
|
|
2586
|
+
__wbg_setProperty_872b034b6bcc67cd: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2547
2587
|
arg0.setProperty(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2548
2588
|
}, arguments); },
|
|
2549
|
-
|
|
2589
|
+
__wbg_setScissorRect_98e8337e62425096: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2550
2590
|
arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
2551
2591
|
},
|
|
2552
|
-
|
|
2592
|
+
__wbg_setTimeout_3f4119f26240bd79: function(arg0, arg1) {
|
|
2553
2593
|
const ret = setTimeout(arg0, arg1);
|
|
2554
2594
|
return ret;
|
|
2555
2595
|
},
|
|
2556
|
-
|
|
2596
|
+
__wbg_setTimeout_53fc0e252a92dca8: function(arg0, arg1) {
|
|
2557
2597
|
const ret = setTimeout(arg0, arg1);
|
|
2558
2598
|
return ret;
|
|
2559
2599
|
},
|
|
2560
|
-
|
|
2600
|
+
__wbg_setTimeout_553bc247bec3e16e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2561
2601
|
const ret = arg0.setTimeout(arg1, arg2);
|
|
2562
2602
|
return ret;
|
|
2563
2603
|
}, arguments); },
|
|
2564
|
-
|
|
2565
|
-
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
2566
|
-
},
|
|
2567
|
-
__wbg_setVertexBuffer_806357ef7fb4b1af: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2604
|
+
__wbg_setVertexBuffer_c3bb3670263af952: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2568
2605
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
2569
2606
|
},
|
|
2570
|
-
|
|
2607
|
+
__wbg_setVertexBuffer_c3c88170005afc1b: function(arg0, arg1, arg2, arg3) {
|
|
2608
|
+
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
2609
|
+
},
|
|
2610
|
+
__wbg_setViewport_007a2c7160c6bedb: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
2571
2611
|
arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
|
|
2572
2612
|
},
|
|
2573
|
-
|
|
2613
|
+
__wbg_set_16a9c1a07b3d38ec: function(arg0, arg1, arg2) {
|
|
2614
|
+
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
2615
|
+
},
|
|
2616
|
+
__wbg_set_48cee61639a176a9: function(arg0, arg1, arg2, arg3, arg4) {
|
|
2574
2617
|
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2575
2618
|
},
|
|
2576
|
-
|
|
2619
|
+
__wbg_set_62f340d5d135b4db: function(arg0, arg1, arg2) {
|
|
2577
2620
|
arg0.set(arg1, arg2 >>> 0);
|
|
2578
2621
|
},
|
|
2579
|
-
|
|
2622
|
+
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
2580
2623
|
arg0[arg1] = arg2;
|
|
2581
2624
|
},
|
|
2582
|
-
|
|
2625
|
+
__wbg_set_8ee2d34facb8466e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2583
2626
|
const ret = Reflect.set(arg0, arg1, arg2);
|
|
2584
2627
|
return ret;
|
|
2585
2628
|
}, arguments); },
|
|
2586
|
-
|
|
2629
|
+
__wbg_set_a_2f4495829c853bba: function(arg0, arg1) {
|
|
2587
2630
|
arg0.a = arg1;
|
|
2588
2631
|
},
|
|
2589
|
-
|
|
2632
|
+
__wbg_set_aa391f3af1ff0e9c: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
2633
|
+
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2634
|
+
}, arguments); },
|
|
2635
|
+
__wbg_set_accept_59891065e5b3f283: function(arg0, arg1, arg2) {
|
|
2590
2636
|
arg0.accept = getStringFromWasm0(arg1, arg2);
|
|
2591
2637
|
},
|
|
2592
|
-
|
|
2638
|
+
__wbg_set_access_802ef755476d4064: function(arg0, arg1) {
|
|
2593
2639
|
arg0.access = __wbindgen_enum_GpuStorageTextureAccess[arg1];
|
|
2594
2640
|
},
|
|
2595
|
-
|
|
2641
|
+
__wbg_set_address_mode_u_c13cdf94d097b16d: function(arg0, arg1) {
|
|
2596
2642
|
arg0.addressModeU = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2597
2643
|
},
|
|
2598
|
-
|
|
2644
|
+
__wbg_set_address_mode_v_c09db9861cd052a6: function(arg0, arg1) {
|
|
2599
2645
|
arg0.addressModeV = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2600
2646
|
},
|
|
2601
|
-
|
|
2647
|
+
__wbg_set_address_mode_w_0b49c35f3d4322bf: function(arg0, arg1) {
|
|
2602
2648
|
arg0.addressModeW = __wbindgen_enum_GpuAddressMode[arg1];
|
|
2603
2649
|
},
|
|
2604
|
-
|
|
2650
|
+
__wbg_set_alpha_29642d2219224544: function(arg0, arg1) {
|
|
2605
2651
|
arg0.alpha = arg1;
|
|
2606
2652
|
},
|
|
2607
|
-
|
|
2653
|
+
__wbg_set_alpha_mode_65ba0adaef90e1f3: function(arg0, arg1) {
|
|
2608
2654
|
arg0.alphaMode = __wbindgen_enum_GpuCanvasAlphaMode[arg1];
|
|
2609
2655
|
},
|
|
2610
|
-
|
|
2656
|
+
__wbg_set_alpha_to_coverage_enabled_ab6a22e18e338493: function(arg0, arg1) {
|
|
2611
2657
|
arg0.alphaToCoverageEnabled = arg1 !== 0;
|
|
2612
2658
|
},
|
|
2613
|
-
|
|
2659
|
+
__wbg_set_array_layer_count_de83f575c3f6d15e: function(arg0, arg1) {
|
|
2614
2660
|
arg0.arrayLayerCount = arg1 >>> 0;
|
|
2615
2661
|
},
|
|
2616
|
-
|
|
2662
|
+
__wbg_set_array_stride_2033aeb8a42130f9: function(arg0, arg1) {
|
|
2617
2663
|
arg0.arrayStride = arg1;
|
|
2618
2664
|
},
|
|
2619
|
-
|
|
2665
|
+
__wbg_set_aspect_4c0237c8f21de349: function(arg0, arg1) {
|
|
2620
2666
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2621
2667
|
},
|
|
2622
|
-
|
|
2668
|
+
__wbg_set_aspect_adde591ce42eb208: function(arg0, arg1) {
|
|
2623
2669
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2624
2670
|
},
|
|
2625
|
-
|
|
2671
|
+
__wbg_set_aspect_feb0fac859e82372: function(arg0, arg1) {
|
|
2626
2672
|
arg0.aspect = __wbindgen_enum_GpuTextureAspect[arg1];
|
|
2627
2673
|
},
|
|
2628
|
-
|
|
2674
|
+
__wbg_set_attributes_39e5a71bf05309a6: function(arg0, arg1) {
|
|
2629
2675
|
arg0.attributes = arg1;
|
|
2630
2676
|
},
|
|
2631
|
-
|
|
2677
|
+
__wbg_set_autofocus_76fe163909c5a3cf: function() { return handleError(function (arg0, arg1) {
|
|
2632
2678
|
arg0.autofocus = arg1 !== 0;
|
|
2633
2679
|
}, arguments); },
|
|
2634
|
-
|
|
2680
|
+
__wbg_set_b_7081554879455e65: function(arg0, arg1) {
|
|
2635
2681
|
arg0.b = arg1;
|
|
2636
2682
|
},
|
|
2637
|
-
|
|
2683
|
+
__wbg_set_base_array_layer_ab196aad24c8fac6: function(arg0, arg1) {
|
|
2638
2684
|
arg0.baseArrayLayer = arg1 >>> 0;
|
|
2639
2685
|
},
|
|
2640
|
-
|
|
2686
|
+
__wbg_set_base_mip_level_15d29fc182e25a82: function(arg0, arg1) {
|
|
2641
2687
|
arg0.baseMipLevel = arg1 >>> 0;
|
|
2642
2688
|
},
|
|
2643
|
-
|
|
2689
|
+
__wbg_set_beginning_of_pass_write_index_c2f97408798615ca: function(arg0, arg1) {
|
|
2644
2690
|
arg0.beginningOfPassWriteIndex = arg1 >>> 0;
|
|
2645
2691
|
},
|
|
2646
|
-
|
|
2692
|
+
__wbg_set_bind_group_layouts_5c298441f47e30a1: function(arg0, arg1) {
|
|
2647
2693
|
arg0.bindGroupLayouts = arg1;
|
|
2648
2694
|
},
|
|
2649
|
-
|
|
2695
|
+
__wbg_set_binding_234b4c508d19a0a8: function(arg0, arg1) {
|
|
2650
2696
|
arg0.binding = arg1 >>> 0;
|
|
2651
2697
|
},
|
|
2652
|
-
|
|
2698
|
+
__wbg_set_binding_fd933455b600a07f: function(arg0, arg1) {
|
|
2653
2699
|
arg0.binding = arg1 >>> 0;
|
|
2654
2700
|
},
|
|
2655
|
-
|
|
2701
|
+
__wbg_set_blend_1dbdd086fc4fdebf: function(arg0, arg1) {
|
|
2656
2702
|
arg0.blend = arg1;
|
|
2657
2703
|
},
|
|
2658
|
-
|
|
2704
|
+
__wbg_set_body_a304d09cb50cefbe: function(arg0, arg1) {
|
|
2659
2705
|
arg0.body = arg1;
|
|
2660
2706
|
},
|
|
2661
|
-
|
|
2707
|
+
__wbg_set_box_b3facca2aa9c2ac2: function(arg0, arg1) {
|
|
2662
2708
|
arg0.box = __wbindgen_enum_ResizeObserverBoxOptions[arg1];
|
|
2663
2709
|
},
|
|
2664
|
-
|
|
2710
|
+
__wbg_set_buffer_8f0ef5be1b92d605: function(arg0, arg1) {
|
|
2665
2711
|
arg0.buffer = arg1;
|
|
2666
2712
|
},
|
|
2667
|
-
|
|
2713
|
+
__wbg_set_buffer_a58d247ab5b5f5b8: function(arg0, arg1) {
|
|
2668
2714
|
arg0.buffer = arg1;
|
|
2669
2715
|
},
|
|
2670
|
-
|
|
2716
|
+
__wbg_set_buffer_b04e4d70b1eb4630: function(arg0, arg1) {
|
|
2671
2717
|
arg0.buffer = arg1;
|
|
2672
2718
|
},
|
|
2673
|
-
|
|
2719
|
+
__wbg_set_buffers_3f9c487ea01dddcf: function(arg0, arg1) {
|
|
2674
2720
|
arg0.buffers = arg1;
|
|
2675
2721
|
},
|
|
2676
|
-
|
|
2722
|
+
__wbg_set_bytes_per_row_39bcca8e0c25e0ee: function(arg0, arg1) {
|
|
2677
2723
|
arg0.bytesPerRow = arg1 >>> 0;
|
|
2678
2724
|
},
|
|
2679
|
-
|
|
2725
|
+
__wbg_set_bytes_per_row_b8d0d0a0847ff2ea: function(arg0, arg1) {
|
|
2680
2726
|
arg0.bytesPerRow = arg1 >>> 0;
|
|
2681
2727
|
},
|
|
2682
|
-
|
|
2728
|
+
__wbg_set_cache_cc687e2b96e9608c: function(arg0, arg1) {
|
|
2683
2729
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
2684
2730
|
},
|
|
2685
|
-
|
|
2686
|
-
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
|
2687
|
-
},
|
|
2688
|
-
__wbg_set_className_c1d9e7362164af61: function(arg0, arg1, arg2) {
|
|
2731
|
+
__wbg_set_className_7ff38385280f6997: function(arg0, arg1, arg2) {
|
|
2689
2732
|
arg0.className = getStringFromWasm0(arg1, arg2);
|
|
2690
2733
|
},
|
|
2691
|
-
|
|
2734
|
+
__wbg_set_clear_value_1663cbe7da00e7e4: function(arg0, arg1) {
|
|
2692
2735
|
arg0.clearValue = arg1;
|
|
2693
2736
|
},
|
|
2694
|
-
|
|
2737
|
+
__wbg_set_code_3bb44fc02aa17153: function(arg0, arg1, arg2) {
|
|
2695
2738
|
arg0.code = getStringFromWasm0(arg1, arg2);
|
|
2696
2739
|
},
|
|
2697
|
-
|
|
2740
|
+
__wbg_set_codec_300afcafcaa8aab8: function(arg0, arg1, arg2) {
|
|
2698
2741
|
arg0.codec = getStringFromWasm0(arg1, arg2);
|
|
2699
2742
|
},
|
|
2700
|
-
|
|
2743
|
+
__wbg_set_coded_height_e6a1bfe7492df11f: function(arg0, arg1) {
|
|
2701
2744
|
arg0.codedHeight = arg1 >>> 0;
|
|
2702
2745
|
},
|
|
2703
|
-
|
|
2746
|
+
__wbg_set_coded_width_67bd47a375e150b1: function(arg0, arg1) {
|
|
2704
2747
|
arg0.codedWidth = arg1 >>> 0;
|
|
2705
2748
|
},
|
|
2706
|
-
|
|
2707
|
-
arg0.color = arg1;
|
|
2708
|
-
},
|
|
2709
|
-
__wbg_set_color_attachments_48cfcf75e56660c7: function(arg0, arg1) {
|
|
2749
|
+
__wbg_set_color_attachments_b740d060dacde5c0: function(arg0, arg1) {
|
|
2710
2750
|
arg0.colorAttachments = arg1;
|
|
2711
2751
|
},
|
|
2712
|
-
|
|
2752
|
+
__wbg_set_color_d0208d092af4f2e6: function(arg0, arg1) {
|
|
2753
|
+
arg0.color = arg1;
|
|
2754
|
+
},
|
|
2755
|
+
__wbg_set_compare_00dc33383c873ad5: function(arg0, arg1) {
|
|
2713
2756
|
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2714
2757
|
},
|
|
2715
|
-
|
|
2758
|
+
__wbg_set_compare_11834994f7d75687: function(arg0, arg1) {
|
|
2716
2759
|
arg0.compare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2717
2760
|
},
|
|
2718
|
-
|
|
2761
|
+
__wbg_set_count_ab42cbc78635ed91: function(arg0, arg1) {
|
|
2719
2762
|
arg0.count = arg1 >>> 0;
|
|
2720
2763
|
},
|
|
2721
|
-
|
|
2764
|
+
__wbg_set_credentials_7693e63055f5e838: function(arg0, arg1) {
|
|
2722
2765
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
2723
2766
|
},
|
|
2724
|
-
|
|
2767
|
+
__wbg_set_cull_mode_c4f1ef740bd14c40: function(arg0, arg1) {
|
|
2725
2768
|
arg0.cullMode = __wbindgen_enum_GpuCullMode[arg1];
|
|
2726
2769
|
},
|
|
2727
|
-
|
|
2770
|
+
__wbg_set_data_9f92fc0aedb081b6: function(arg0, arg1) {
|
|
2728
2771
|
arg0.data = arg1;
|
|
2729
2772
|
},
|
|
2730
|
-
|
|
2731
|
-
arg0.set(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
2732
|
-
}, arguments); },
|
|
2733
|
-
__wbg_set_depth_bias_87ff216d22ff3100: function(arg0, arg1) {
|
|
2734
|
-
arg0.depthBias = arg1;
|
|
2735
|
-
},
|
|
2736
|
-
__wbg_set_depth_bias_clamp_edbef59c26311d66: function(arg0, arg1) {
|
|
2773
|
+
__wbg_set_depth_bias_clamp_f573c2dda55692a6: function(arg0, arg1) {
|
|
2737
2774
|
arg0.depthBiasClamp = arg1;
|
|
2738
2775
|
},
|
|
2739
|
-
|
|
2776
|
+
__wbg_set_depth_bias_ebe05aecbb98e11f: function(arg0, arg1) {
|
|
2777
|
+
arg0.depthBias = arg1;
|
|
2778
|
+
},
|
|
2779
|
+
__wbg_set_depth_bias_slope_scale_27c8208740c46086: function(arg0, arg1) {
|
|
2740
2780
|
arg0.depthBiasSlopeScale = arg1;
|
|
2741
2781
|
},
|
|
2742
|
-
|
|
2782
|
+
__wbg_set_depth_clear_value_57c2283d39fbb181: function(arg0, arg1) {
|
|
2743
2783
|
arg0.depthClearValue = arg1;
|
|
2744
2784
|
},
|
|
2745
|
-
|
|
2785
|
+
__wbg_set_depth_compare_a9c538cec0e01535: function(arg0, arg1) {
|
|
2746
2786
|
arg0.depthCompare = __wbindgen_enum_GpuCompareFunction[arg1];
|
|
2747
2787
|
},
|
|
2748
|
-
|
|
2788
|
+
__wbg_set_depth_fail_op_42b9d46a7c67baae: function(arg0, arg1) {
|
|
2749
2789
|
arg0.depthFailOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
2750
2790
|
},
|
|
2751
|
-
|
|
2791
|
+
__wbg_set_depth_load_op_f95fdb158b819261: function(arg0, arg1) {
|
|
2752
2792
|
arg0.depthLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2753
2793
|
},
|
|
2754
|
-
|
|
2794
|
+
__wbg_set_depth_or_array_layers_7335d3fc04cd5ade: function(arg0, arg1) {
|
|
2755
2795
|
arg0.depthOrArrayLayers = arg1 >>> 0;
|
|
2756
2796
|
},
|
|
2757
|
-
|
|
2797
|
+
__wbg_set_depth_read_only_878b741b02a4dd71: function(arg0, arg1) {
|
|
2758
2798
|
arg0.depthReadOnly = arg1 !== 0;
|
|
2759
2799
|
},
|
|
2760
|
-
|
|
2800
|
+
__wbg_set_depth_stencil_1c7bed669574dd1e: function(arg0, arg1) {
|
|
2761
2801
|
arg0.depthStencil = arg1;
|
|
2762
2802
|
},
|
|
2763
|
-
|
|
2803
|
+
__wbg_set_depth_stencil_attachment_82ce8924f4e0e79b: function(arg0, arg1) {
|
|
2764
2804
|
arg0.depthStencilAttachment = arg1;
|
|
2765
2805
|
},
|
|
2766
|
-
|
|
2806
|
+
__wbg_set_depth_store_op_4c56ab1d005c7bf6: function(arg0, arg1) {
|
|
2767
2807
|
arg0.depthStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
2768
2808
|
},
|
|
2769
|
-
|
|
2809
|
+
__wbg_set_depth_write_enabled_f726d4f27a24ff7e: function(arg0, arg1) {
|
|
2770
2810
|
arg0.depthWriteEnabled = arg1 !== 0;
|
|
2771
2811
|
},
|
|
2772
|
-
|
|
2812
|
+
__wbg_set_description_393bafea84dc5561: function(arg0, arg1) {
|
|
2773
2813
|
arg0.description = arg1;
|
|
2774
2814
|
},
|
|
2775
|
-
|
|
2815
|
+
__wbg_set_device_f991f8a955db69f7: function(arg0, arg1) {
|
|
2776
2816
|
arg0.device = arg1;
|
|
2777
2817
|
},
|
|
2778
|
-
|
|
2818
|
+
__wbg_set_dimension_7ca3d24380d365e4: function(arg0, arg1) {
|
|
2779
2819
|
arg0.dimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
2780
2820
|
},
|
|
2781
|
-
|
|
2821
|
+
__wbg_set_dimension_87dd70a08e54ea98: function(arg0, arg1) {
|
|
2782
2822
|
arg0.dimension = __wbindgen_enum_GpuTextureDimension[arg1];
|
|
2783
2823
|
},
|
|
2784
|
-
|
|
2824
|
+
__wbg_set_download_6fb6f1e8e782dd11: function(arg0, arg1, arg2) {
|
|
2785
2825
|
arg0.download = getStringFromWasm0(arg1, arg2);
|
|
2786
2826
|
},
|
|
2787
|
-
|
|
2827
|
+
__wbg_set_dst_factor_1382684d97e2aec4: function(arg0, arg1) {
|
|
2788
2828
|
arg0.dstFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
2789
2829
|
},
|
|
2790
|
-
|
|
2830
|
+
__wbg_set_duration_f64_acecfffcfce95ce5: function(arg0, arg1) {
|
|
2791
2831
|
arg0.duration = arg1;
|
|
2792
2832
|
},
|
|
2793
|
-
|
|
2833
|
+
__wbg_set_end_of_pass_write_index_3476a9a4411846af: function(arg0, arg1) {
|
|
2794
2834
|
arg0.endOfPassWriteIndex = arg1 >>> 0;
|
|
2795
2835
|
},
|
|
2796
|
-
|
|
2836
|
+
__wbg_set_entries_44ee8dc60918063d: function(arg0, arg1) {
|
|
2797
2837
|
arg0.entries = arg1;
|
|
2798
2838
|
},
|
|
2799
|
-
|
|
2839
|
+
__wbg_set_entries_803b89386febf57c: function(arg0, arg1) {
|
|
2800
2840
|
arg0.entries = arg1;
|
|
2801
2841
|
},
|
|
2802
|
-
|
|
2842
|
+
__wbg_set_entry_point_418e5aecbf7f95b4: function(arg0, arg1, arg2) {
|
|
2803
2843
|
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
2804
2844
|
},
|
|
2805
|
-
|
|
2845
|
+
__wbg_set_entry_point_ac45ddee35909233: function(arg0, arg1, arg2) {
|
|
2806
2846
|
arg0.entryPoint = getStringFromWasm0(arg1, arg2);
|
|
2807
2847
|
},
|
|
2808
|
-
|
|
2848
|
+
__wbg_set_error_f8cd539d5ba58a63: function(arg0, arg1) {
|
|
2809
2849
|
arg0.error = arg1;
|
|
2810
2850
|
},
|
|
2811
|
-
|
|
2851
|
+
__wbg_set_external_texture_73d5e5303574a1e8: function(arg0, arg1) {
|
|
2812
2852
|
arg0.externalTexture = arg1;
|
|
2813
2853
|
},
|
|
2814
|
-
|
|
2854
|
+
__wbg_set_fail_op_6f4612035f584d02: function(arg0, arg1) {
|
|
2815
2855
|
arg0.failOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
2816
2856
|
},
|
|
2817
|
-
|
|
2857
|
+
__wbg_set_flip_y_21c0cdab245f4d89: function(arg0, arg1) {
|
|
2818
2858
|
arg0.flipY = arg1 !== 0;
|
|
2819
2859
|
},
|
|
2820
|
-
|
|
2860
|
+
__wbg_set_format_2bd90cb220cc6884: function(arg0, arg1) {
|
|
2821
2861
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2822
2862
|
},
|
|
2823
|
-
|
|
2863
|
+
__wbg_set_format_3cc5d6ead9a8cce0: function(arg0, arg1) {
|
|
2824
2864
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2825
2865
|
},
|
|
2826
|
-
|
|
2866
|
+
__wbg_set_format_40d793124494a9df: function(arg0, arg1) {
|
|
2827
2867
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2828
2868
|
},
|
|
2829
|
-
|
|
2869
|
+
__wbg_set_format_723d6bb38a9e71d3: function(arg0, arg1) {
|
|
2830
2870
|
arg0.format = __wbindgen_enum_GpuVertexFormat[arg1];
|
|
2831
2871
|
},
|
|
2832
|
-
|
|
2872
|
+
__wbg_set_format_c23f7c142762c3a7: function(arg0, arg1) {
|
|
2833
2873
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2834
2874
|
},
|
|
2835
|
-
|
|
2875
|
+
__wbg_set_format_e0af83ab86ee58dc: function(arg0, arg1) {
|
|
2836
2876
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2837
2877
|
},
|
|
2838
|
-
|
|
2878
|
+
__wbg_set_format_fcbaa54d6b5c186a: function(arg0, arg1) {
|
|
2839
2879
|
arg0.format = __wbindgen_enum_GpuTextureFormat[arg1];
|
|
2840
2880
|
},
|
|
2841
|
-
|
|
2881
|
+
__wbg_set_fragment_9b5673b1b740fe0e: function(arg0, arg1) {
|
|
2842
2882
|
arg0.fragment = arg1;
|
|
2843
2883
|
},
|
|
2844
|
-
|
|
2884
|
+
__wbg_set_front_face_bb590812353fd2e0: function(arg0, arg1) {
|
|
2845
2885
|
arg0.frontFace = __wbindgen_enum_GpuFrontFace[arg1];
|
|
2846
2886
|
},
|
|
2847
|
-
|
|
2887
|
+
__wbg_set_g_aa23517844bd7f61: function(arg0, arg1) {
|
|
2848
2888
|
arg0.g = arg1;
|
|
2849
2889
|
},
|
|
2850
|
-
|
|
2890
|
+
__wbg_set_hardware_acceleration_08a7ff6130a1434c: function(arg0, arg1) {
|
|
2851
2891
|
arg0.hardwareAcceleration = __wbindgen_enum_HardwareAcceleration[arg1];
|
|
2852
2892
|
},
|
|
2853
|
-
|
|
2893
|
+
__wbg_set_has_dynamic_offset_ea1fb6bd94b0c904: function(arg0, arg1) {
|
|
2854
2894
|
arg0.hasDynamicOffset = arg1 !== 0;
|
|
2855
2895
|
},
|
|
2856
|
-
|
|
2896
|
+
__wbg_set_headers_6ab1105e542834e2: function(arg0, arg1) {
|
|
2857
2897
|
arg0.headers = arg1;
|
|
2858
2898
|
},
|
|
2859
|
-
|
|
2899
|
+
__wbg_set_height_26ab95ff99e2b620: function(arg0, arg1) {
|
|
2860
2900
|
arg0.height = arg1 >>> 0;
|
|
2861
2901
|
},
|
|
2862
|
-
|
|
2902
|
+
__wbg_set_height_66583e77881d3a51: function(arg0, arg1) {
|
|
2863
2903
|
arg0.height = arg1 >>> 0;
|
|
2864
2904
|
},
|
|
2865
|
-
|
|
2905
|
+
__wbg_set_height_7d0bbaf691aeef8f: function(arg0, arg1) {
|
|
2866
2906
|
arg0.height = arg1 >>> 0;
|
|
2867
2907
|
},
|
|
2868
|
-
|
|
2908
|
+
__wbg_set_href_72e78ccb3b2c5988: function(arg0, arg1, arg2) {
|
|
2869
2909
|
arg0.href = getStringFromWasm0(arg1, arg2);
|
|
2870
2910
|
},
|
|
2871
|
-
|
|
2911
|
+
__wbg_set_id_b1cffd0a170935f4: function(arg0, arg1, arg2) {
|
|
2872
2912
|
arg0.id = getStringFromWasm0(arg1, arg2);
|
|
2873
2913
|
},
|
|
2874
|
-
|
|
2914
|
+
__wbg_set_innerHTML_7e29b346becaeb8b: function(arg0, arg1, arg2) {
|
|
2875
2915
|
arg0.innerHTML = getStringFromWasm0(arg1, arg2);
|
|
2876
2916
|
},
|
|
2877
|
-
|
|
2917
|
+
__wbg_set_innerText_20f0b35c707c016a: function(arg0, arg1, arg2) {
|
|
2878
2918
|
arg0.innerText = getStringFromWasm0(arg1, arg2);
|
|
2879
2919
|
},
|
|
2880
|
-
|
|
2920
|
+
__wbg_set_integrity_0dcf8feff0f7e4d3: function(arg0, arg1, arg2) {
|
|
2881
2921
|
arg0.integrity = getStringFromWasm0(arg1, arg2);
|
|
2882
2922
|
},
|
|
2883
|
-
|
|
2923
|
+
__wbg_set_label_08e9f27a97fdc9f7: function(arg0, arg1, arg2) {
|
|
2884
2924
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2885
2925
|
},
|
|
2886
|
-
|
|
2926
|
+
__wbg_set_label_0e9f90ea4e961823: function(arg0, arg1, arg2) {
|
|
2887
2927
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2888
2928
|
},
|
|
2889
|
-
|
|
2929
|
+
__wbg_set_label_280bd57b618e4cf6: function(arg0, arg1, arg2) {
|
|
2890
2930
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2891
2931
|
},
|
|
2892
|
-
|
|
2932
|
+
__wbg_set_label_34d2766c2203f76a: function(arg0, arg1, arg2) {
|
|
2893
2933
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2894
2934
|
},
|
|
2895
|
-
|
|
2935
|
+
__wbg_set_label_4bf9f5458cdc0a68: function(arg0, arg1, arg2) {
|
|
2896
2936
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2897
2937
|
},
|
|
2898
|
-
|
|
2938
|
+
__wbg_set_label_797345a8c9c86146: function(arg0, arg1, arg2) {
|
|
2899
2939
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2900
2940
|
},
|
|
2901
|
-
|
|
2941
|
+
__wbg_set_label_8fdd5f28eea3ca08: function(arg0, arg1, arg2) {
|
|
2902
2942
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2903
2943
|
},
|
|
2904
|
-
|
|
2944
|
+
__wbg_set_label_a4be4acc3510c62f: function(arg0, arg1, arg2) {
|
|
2905
2945
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2906
2946
|
},
|
|
2907
|
-
|
|
2947
|
+
__wbg_set_label_bb92451e0d92abf4: function(arg0, arg1, arg2) {
|
|
2908
2948
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2909
2949
|
},
|
|
2910
|
-
|
|
2950
|
+
__wbg_set_label_c3405868bd8f6ab5: function(arg0, arg1, arg2) {
|
|
2911
2951
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2912
2952
|
},
|
|
2913
|
-
|
|
2953
|
+
__wbg_set_label_d73358f96a62d3bc: function(arg0, arg1, arg2) {
|
|
2914
2954
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2915
2955
|
},
|
|
2916
|
-
|
|
2956
|
+
__wbg_set_label_f00eb249a34df7db: function(arg0, arg1, arg2) {
|
|
2917
2957
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2918
2958
|
},
|
|
2919
|
-
|
|
2959
|
+
__wbg_set_label_f571593aaa82f18b: function(arg0, arg1, arg2) {
|
|
2920
2960
|
arg0.label = getStringFromWasm0(arg1, arg2);
|
|
2921
2961
|
},
|
|
2922
|
-
|
|
2962
|
+
__wbg_set_layout_9590b02a1d72ac45: function(arg0, arg1) {
|
|
2923
2963
|
arg0.layout = arg1;
|
|
2924
2964
|
},
|
|
2925
|
-
|
|
2965
|
+
__wbg_set_layout_a065a939d1d05a2d: function(arg0, arg1) {
|
|
2926
2966
|
arg0.layout = arg1;
|
|
2927
2967
|
},
|
|
2928
|
-
|
|
2968
|
+
__wbg_set_load_op_07c59d4ab60a3a01: function(arg0, arg1) {
|
|
2929
2969
|
arg0.loadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
2930
2970
|
},
|
|
2931
|
-
|
|
2971
|
+
__wbg_set_lod_max_clamp_fd1548dc78538913: function(arg0, arg1) {
|
|
2932
2972
|
arg0.lodMaxClamp = arg1;
|
|
2933
2973
|
},
|
|
2934
|
-
|
|
2974
|
+
__wbg_set_lod_min_clamp_b489016289e378d2: function(arg0, arg1) {
|
|
2935
2975
|
arg0.lodMinClamp = arg1;
|
|
2936
2976
|
},
|
|
2937
|
-
|
|
2977
|
+
__wbg_set_mag_filter_b4e8d7f2fa665d2e: function(arg0, arg1) {
|
|
2938
2978
|
arg0.magFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
2939
2979
|
},
|
|
2940
|
-
|
|
2980
|
+
__wbg_set_mapped_at_creation_c78869832c67816c: function(arg0, arg1) {
|
|
2941
2981
|
arg0.mappedAtCreation = arg1 !== 0;
|
|
2942
2982
|
},
|
|
2943
|
-
|
|
2983
|
+
__wbg_set_mask_cee9de29cbe61459: function(arg0, arg1) {
|
|
2944
2984
|
arg0.mask = arg1 >>> 0;
|
|
2945
2985
|
},
|
|
2946
|
-
|
|
2986
|
+
__wbg_set_max_anisotropy_a019fd38d9ba634e: function(arg0, arg1) {
|
|
2947
2987
|
arg0.maxAnisotropy = arg1;
|
|
2948
2988
|
},
|
|
2949
|
-
|
|
2989
|
+
__wbg_set_method_1971272fe557e972: function(arg0, arg1, arg2) {
|
|
2950
2990
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
2951
2991
|
},
|
|
2952
|
-
|
|
2992
|
+
__wbg_set_min_binding_size_26f877007450686c: function(arg0, arg1) {
|
|
2953
2993
|
arg0.minBindingSize = arg1;
|
|
2954
2994
|
},
|
|
2955
|
-
|
|
2995
|
+
__wbg_set_min_filter_cd8cf3dcdeebaa5b: function(arg0, arg1) {
|
|
2956
2996
|
arg0.minFilter = __wbindgen_enum_GpuFilterMode[arg1];
|
|
2957
2997
|
},
|
|
2958
|
-
|
|
2959
|
-
arg0.mipLevel = arg1 >>> 0;
|
|
2960
|
-
},
|
|
2961
|
-
__wbg_set_mip_level_6285d0186348c3e1: function(arg0, arg1) {
|
|
2998
|
+
__wbg_set_mip_level_161666aedb691ca3: function(arg0, arg1) {
|
|
2962
2999
|
arg0.mipLevel = arg1 >>> 0;
|
|
2963
3000
|
},
|
|
2964
|
-
|
|
3001
|
+
__wbg_set_mip_level_count_1993f039035d2469: function(arg0, arg1) {
|
|
2965
3002
|
arg0.mipLevelCount = arg1 >>> 0;
|
|
2966
3003
|
},
|
|
2967
|
-
|
|
3004
|
+
__wbg_set_mip_level_count_9a86e098393fe360: function(arg0, arg1) {
|
|
2968
3005
|
arg0.mipLevelCount = arg1 >>> 0;
|
|
2969
3006
|
},
|
|
2970
|
-
|
|
3007
|
+
__wbg_set_mip_level_e61d3964c419f64b: function(arg0, arg1) {
|
|
3008
|
+
arg0.mipLevel = arg1 >>> 0;
|
|
3009
|
+
},
|
|
3010
|
+
__wbg_set_mipmap_filter_a436d61249cfa785: function(arg0, arg1) {
|
|
2971
3011
|
arg0.mipmapFilter = __wbindgen_enum_GpuMipmapFilterMode[arg1];
|
|
2972
3012
|
},
|
|
2973
|
-
|
|
3013
|
+
__wbg_set_mode_d1b643087602281a: function(arg0, arg1) {
|
|
2974
3014
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
2975
3015
|
},
|
|
2976
|
-
|
|
3016
|
+
__wbg_set_module_951f2b6e5477a260: function(arg0, arg1) {
|
|
2977
3017
|
arg0.module = arg1;
|
|
2978
3018
|
},
|
|
2979
|
-
|
|
3019
|
+
__wbg_set_module_a7b3448454ca8879: function(arg0, arg1) {
|
|
2980
3020
|
arg0.module = arg1;
|
|
2981
3021
|
},
|
|
2982
|
-
|
|
3022
|
+
__wbg_set_multiple_390ca167c25b3a68: function(arg0, arg1) {
|
|
2983
3023
|
arg0.multiple = arg1 !== 0;
|
|
2984
3024
|
},
|
|
2985
|
-
|
|
3025
|
+
__wbg_set_multisample_bb6537e862d91237: function(arg0, arg1) {
|
|
2986
3026
|
arg0.multisample = arg1;
|
|
2987
3027
|
},
|
|
2988
|
-
|
|
3028
|
+
__wbg_set_multisampled_9642e942e4d9d3ee: function(arg0, arg1) {
|
|
2989
3029
|
arg0.multisampled = arg1 !== 0;
|
|
2990
3030
|
},
|
|
2991
|
-
|
|
3031
|
+
__wbg_set_offset_3e55dd16ffd7aac5: function(arg0, arg1) {
|
|
2992
3032
|
arg0.offset = arg1;
|
|
2993
3033
|
},
|
|
2994
|
-
|
|
3034
|
+
__wbg_set_offset_5c23fa7eb774d62b: function(arg0, arg1) {
|
|
2995
3035
|
arg0.offset = arg1;
|
|
2996
3036
|
},
|
|
2997
|
-
|
|
3037
|
+
__wbg_set_offset_a3a60cec10207186: function(arg0, arg1) {
|
|
2998
3038
|
arg0.offset = arg1;
|
|
2999
3039
|
},
|
|
3000
|
-
|
|
3040
|
+
__wbg_set_offset_debfe602a5fbf272: function(arg0, arg1) {
|
|
3001
3041
|
arg0.offset = arg1;
|
|
3002
3042
|
},
|
|
3003
|
-
|
|
3043
|
+
__wbg_set_once_21b4f52a7651545b: function(arg0, arg1) {
|
|
3004
3044
|
arg0.once = arg1 !== 0;
|
|
3005
3045
|
},
|
|
3006
|
-
|
|
3046
|
+
__wbg_set_onclick_60f72f3e80d65322: function(arg0, arg1) {
|
|
3007
3047
|
arg0.onclick = arg1;
|
|
3008
3048
|
},
|
|
3009
|
-
|
|
3049
|
+
__wbg_set_onload_130e9637450f8179: function(arg0, arg1) {
|
|
3010
3050
|
arg0.onload = arg1;
|
|
3011
3051
|
},
|
|
3012
|
-
|
|
3052
|
+
__wbg_set_onuncapturederror_8f485d34a545d58b: function(arg0, arg1) {
|
|
3013
3053
|
arg0.onuncapturederror = arg1;
|
|
3014
3054
|
},
|
|
3015
|
-
|
|
3055
|
+
__wbg_set_operation_74a529d361734388: function(arg0, arg1) {
|
|
3016
3056
|
arg0.operation = __wbindgen_enum_GpuBlendOperation[arg1];
|
|
3017
3057
|
},
|
|
3018
|
-
|
|
3058
|
+
__wbg_set_optimize_for_latency_fdf609396e4819e3: function(arg0, arg1) {
|
|
3019
3059
|
arg0.optimizeForLatency = arg1 !== 0;
|
|
3020
3060
|
},
|
|
3021
|
-
|
|
3061
|
+
__wbg_set_origin_42cf0cf261f50d63: function(arg0, arg1) {
|
|
3022
3062
|
arg0.origin = arg1;
|
|
3023
3063
|
},
|
|
3024
|
-
|
|
3064
|
+
__wbg_set_origin_d09654f499e9edb8: function(arg0, arg1) {
|
|
3025
3065
|
arg0.origin = arg1;
|
|
3026
3066
|
},
|
|
3027
|
-
|
|
3067
|
+
__wbg_set_origin_f7a8894367b28556: function(arg0, arg1) {
|
|
3028
3068
|
arg0.origin = arg1;
|
|
3029
3069
|
},
|
|
3030
|
-
|
|
3070
|
+
__wbg_set_output_30bc75bf2a5d1416: function(arg0, arg1) {
|
|
3031
3071
|
arg0.output = arg1;
|
|
3032
3072
|
},
|
|
3033
|
-
|
|
3073
|
+
__wbg_set_pass_op_8abd39478c76666a: function(arg0, arg1) {
|
|
3034
3074
|
arg0.passOp = __wbindgen_enum_GpuStencilOperation[arg1];
|
|
3035
3075
|
},
|
|
3036
|
-
|
|
3076
|
+
__wbg_set_power_preference_b8b4ea5da6674cf7: function(arg0, arg1) {
|
|
3037
3077
|
arg0.powerPreference = __wbindgen_enum_GpuPowerPreference[arg1];
|
|
3038
3078
|
},
|
|
3039
|
-
|
|
3079
|
+
__wbg_set_premultiplied_alpha_dde44b27abcf88fc: function(arg0, arg1) {
|
|
3040
3080
|
arg0.premultipliedAlpha = arg1 !== 0;
|
|
3041
3081
|
},
|
|
3042
|
-
|
|
3082
|
+
__wbg_set_primitive_f189fcdcb22d09e0: function(arg0, arg1) {
|
|
3043
3083
|
arg0.primitive = arg1;
|
|
3044
3084
|
},
|
|
3045
|
-
|
|
3085
|
+
__wbg_set_query_set_dcf406a51ece8f85: function(arg0, arg1) {
|
|
3046
3086
|
arg0.querySet = arg1;
|
|
3047
3087
|
},
|
|
3048
|
-
|
|
3088
|
+
__wbg_set_r_8961014434a7656e: function(arg0, arg1) {
|
|
3049
3089
|
arg0.r = arg1;
|
|
3050
3090
|
},
|
|
3051
|
-
|
|
3091
|
+
__wbg_set_redirect_1d6df2c80bf90934: function(arg0, arg1) {
|
|
3052
3092
|
arg0.redirect = __wbindgen_enum_RequestRedirect[arg1];
|
|
3053
3093
|
},
|
|
3054
|
-
|
|
3094
|
+
__wbg_set_referrer_c0d0ce1b4c972d99: function(arg0, arg1, arg2) {
|
|
3055
3095
|
arg0.referrer = getStringFromWasm0(arg1, arg2);
|
|
3056
3096
|
},
|
|
3057
|
-
|
|
3097
|
+
__wbg_set_referrer_policy_48f3f15e75682149: function(arg0, arg1) {
|
|
3058
3098
|
arg0.referrerPolicy = __wbindgen_enum_ReferrerPolicy[arg1];
|
|
3059
3099
|
},
|
|
3060
|
-
|
|
3100
|
+
__wbg_set_required_features_ec67124fd26c4d29: function(arg0, arg1) {
|
|
3061
3101
|
arg0.requiredFeatures = arg1;
|
|
3062
3102
|
},
|
|
3063
|
-
|
|
3103
|
+
__wbg_set_required_limits_c9ee7006f1d1f2ab: function(arg0, arg1) {
|
|
3064
3104
|
arg0.requiredLimits = arg1;
|
|
3065
3105
|
},
|
|
3066
|
-
|
|
3106
|
+
__wbg_set_resolve_target_cc7a6f0d2973ea34: function(arg0, arg1) {
|
|
3067
3107
|
arg0.resolveTarget = arg1;
|
|
3068
3108
|
},
|
|
3069
|
-
|
|
3109
|
+
__wbg_set_resource_86645e7515651c0e: function(arg0, arg1) {
|
|
3070
3110
|
arg0.resource = arg1;
|
|
3071
3111
|
},
|
|
3072
|
-
|
|
3112
|
+
__wbg_set_rows_per_image_0cc67df1420cf33b: function(arg0, arg1) {
|
|
3073
3113
|
arg0.rowsPerImage = arg1 >>> 0;
|
|
3074
3114
|
},
|
|
3075
|
-
|
|
3115
|
+
__wbg_set_rows_per_image_7203b6e2d244a111: function(arg0, arg1) {
|
|
3076
3116
|
arg0.rowsPerImage = arg1 >>> 0;
|
|
3077
3117
|
},
|
|
3078
|
-
|
|
3118
|
+
__wbg_set_sample_count_4d7160817d98838f: function(arg0, arg1) {
|
|
3079
3119
|
arg0.sampleCount = arg1 >>> 0;
|
|
3080
3120
|
},
|
|
3081
|
-
|
|
3121
|
+
__wbg_set_sample_type_8d4d5b141ce0f724: function(arg0, arg1) {
|
|
3082
3122
|
arg0.sampleType = __wbindgen_enum_GpuTextureSampleType[arg1];
|
|
3083
3123
|
},
|
|
3084
|
-
|
|
3124
|
+
__wbg_set_sampler_35bcbac78bd4356f: function(arg0, arg1) {
|
|
3085
3125
|
arg0.sampler = arg1;
|
|
3086
3126
|
},
|
|
3087
|
-
|
|
3127
|
+
__wbg_set_shader_location_3ce5152f6d464a63: function(arg0, arg1) {
|
|
3088
3128
|
arg0.shaderLocation = arg1 >>> 0;
|
|
3089
3129
|
},
|
|
3090
|
-
|
|
3130
|
+
__wbg_set_signal_8564a226c5c6853c: function(arg0, arg1) {
|
|
3091
3131
|
arg0.signal = arg1;
|
|
3092
3132
|
},
|
|
3093
|
-
|
|
3133
|
+
__wbg_set_size_81a77f7f4f34fbed: function(arg0, arg1) {
|
|
3094
3134
|
arg0.size = arg1;
|
|
3095
3135
|
},
|
|
3096
|
-
|
|
3136
|
+
__wbg_set_size_85cb1c2c4c3ea73a: function(arg0, arg1) {
|
|
3097
3137
|
arg0.size = arg1;
|
|
3098
3138
|
},
|
|
3099
|
-
|
|
3139
|
+
__wbg_set_size_981550e5d7941340: function(arg0, arg1) {
|
|
3100
3140
|
arg0.size = arg1;
|
|
3101
3141
|
},
|
|
3102
|
-
|
|
3142
|
+
__wbg_set_source_51577a2cebeadf81: function(arg0, arg1) {
|
|
3103
3143
|
arg0.source = arg1;
|
|
3104
3144
|
},
|
|
3105
|
-
|
|
3145
|
+
__wbg_set_src_factor_9a8e0943a05c9174: function(arg0, arg1) {
|
|
3106
3146
|
arg0.srcFactor = __wbindgen_enum_GpuBlendFactor[arg1];
|
|
3107
3147
|
},
|
|
3108
|
-
|
|
3148
|
+
__wbg_set_stencil_back_596ea9628419413d: function(arg0, arg1) {
|
|
3109
3149
|
arg0.stencilBack = arg1;
|
|
3110
3150
|
},
|
|
3111
|
-
|
|
3151
|
+
__wbg_set_stencil_clear_value_15afeb03c22cd51d: function(arg0, arg1) {
|
|
3112
3152
|
arg0.stencilClearValue = arg1 >>> 0;
|
|
3113
3153
|
},
|
|
3114
|
-
|
|
3154
|
+
__wbg_set_stencil_front_31be994e05be5aaa: function(arg0, arg1) {
|
|
3115
3155
|
arg0.stencilFront = arg1;
|
|
3116
3156
|
},
|
|
3117
|
-
|
|
3157
|
+
__wbg_set_stencil_load_op_1cd94e9e8c54f611: function(arg0, arg1) {
|
|
3118
3158
|
arg0.stencilLoadOp = __wbindgen_enum_GpuLoadOp[arg1];
|
|
3119
3159
|
},
|
|
3120
|
-
|
|
3160
|
+
__wbg_set_stencil_read_mask_1635f30a0e6539e3: function(arg0, arg1) {
|
|
3121
3161
|
arg0.stencilReadMask = arg1 >>> 0;
|
|
3122
3162
|
},
|
|
3123
|
-
|
|
3163
|
+
__wbg_set_stencil_read_only_f071431988182ad8: function(arg0, arg1) {
|
|
3124
3164
|
arg0.stencilReadOnly = arg1 !== 0;
|
|
3125
3165
|
},
|
|
3126
|
-
|
|
3166
|
+
__wbg_set_stencil_store_op_a244d5347f386c8c: function(arg0, arg1) {
|
|
3127
3167
|
arg0.stencilStoreOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
3128
3168
|
},
|
|
3129
|
-
|
|
3169
|
+
__wbg_set_stencil_write_mask_7809f82a1debe58f: function(arg0, arg1) {
|
|
3130
3170
|
arg0.stencilWriteMask = arg1 >>> 0;
|
|
3131
3171
|
},
|
|
3132
|
-
|
|
3172
|
+
__wbg_set_step_mode_eb762c8c4264418f: function(arg0, arg1) {
|
|
3133
3173
|
arg0.stepMode = __wbindgen_enum_GpuVertexStepMode[arg1];
|
|
3134
3174
|
},
|
|
3135
|
-
|
|
3175
|
+
__wbg_set_storage_texture_22f78b5171d1195a: function(arg0, arg1) {
|
|
3136
3176
|
arg0.storageTexture = arg1;
|
|
3137
3177
|
},
|
|
3138
|
-
|
|
3178
|
+
__wbg_set_store_op_386596acc7bf2c16: function(arg0, arg1) {
|
|
3139
3179
|
arg0.storeOp = __wbindgen_enum_GpuStoreOp[arg1];
|
|
3140
3180
|
},
|
|
3141
|
-
|
|
3181
|
+
__wbg_set_strip_index_format_e76748cd840ab562: function(arg0, arg1) {
|
|
3142
3182
|
arg0.stripIndexFormat = __wbindgen_enum_GpuIndexFormat[arg1];
|
|
3143
3183
|
},
|
|
3144
|
-
|
|
3184
|
+
__wbg_set_tabIndex_21aab214ff7b4d6e: function(arg0, arg1) {
|
|
3145
3185
|
arg0.tabIndex = arg1;
|
|
3146
3186
|
},
|
|
3147
|
-
|
|
3187
|
+
__wbg_set_targets_22473476afe0dabd: function(arg0, arg1) {
|
|
3148
3188
|
arg0.targets = arg1;
|
|
3149
3189
|
},
|
|
3150
|
-
|
|
3190
|
+
__wbg_set_texture_2c34d28ab9666948: function(arg0, arg1) {
|
|
3151
3191
|
arg0.texture = arg1;
|
|
3152
3192
|
},
|
|
3153
|
-
|
|
3193
|
+
__wbg_set_texture_ac9a46252c0cb532: function(arg0, arg1) {
|
|
3154
3194
|
arg0.texture = arg1;
|
|
3155
3195
|
},
|
|
3156
|
-
|
|
3196
|
+
__wbg_set_texture_aeea930400349204: function(arg0, arg1) {
|
|
3157
3197
|
arg0.texture = arg1;
|
|
3158
3198
|
},
|
|
3159
|
-
|
|
3199
|
+
__wbg_set_timestamp_a6066fff24ba23db: function(arg0, arg1) {
|
|
3200
|
+
arg0.timestamp = arg1;
|
|
3201
|
+
},
|
|
3202
|
+
__wbg_set_timestamp_b63bdeb54c9f64dc: function(arg0, arg1) {
|
|
3160
3203
|
arg0.timestamp = arg1;
|
|
3161
3204
|
},
|
|
3162
|
-
|
|
3205
|
+
__wbg_set_timestamp_writes_0236dfc7ae2b1a03: function(arg0, arg1) {
|
|
3163
3206
|
arg0.timestampWrites = arg1;
|
|
3164
3207
|
},
|
|
3165
|
-
|
|
3208
|
+
__wbg_set_topology_e18a15a717ebc912: function(arg0, arg1) {
|
|
3166
3209
|
arg0.topology = __wbindgen_enum_GpuPrimitiveTopology[arg1];
|
|
3167
3210
|
},
|
|
3168
|
-
|
|
3211
|
+
__wbg_set_type_1c9054396ddd2edb: function(arg0, arg1, arg2) {
|
|
3169
3212
|
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
3170
3213
|
},
|
|
3171
|
-
|
|
3172
|
-
arg0.type =
|
|
3214
|
+
__wbg_set_type_31b1662dd5a6144d: function(arg0, arg1) {
|
|
3215
|
+
arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
|
|
3173
3216
|
},
|
|
3174
|
-
|
|
3217
|
+
__wbg_set_type_39703335940e3fc7: function(arg0, arg1) {
|
|
3175
3218
|
arg0.type = __wbindgen_enum_EncodedVideoChunkType[arg1];
|
|
3176
3219
|
},
|
|
3177
|
-
|
|
3178
|
-
arg0.type =
|
|
3220
|
+
__wbg_set_type_719f40cf36d314f1: function(arg0, arg1) {
|
|
3221
|
+
arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
|
|
3179
3222
|
},
|
|
3180
|
-
|
|
3223
|
+
__wbg_set_type_ef754f25329c9096: function(arg0, arg1, arg2) {
|
|
3181
3224
|
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
3182
3225
|
},
|
|
3183
|
-
|
|
3226
|
+
__wbg_set_unclipped_depth_0f5d142d317e3a7c: function(arg0, arg1) {
|
|
3184
3227
|
arg0.unclippedDepth = arg1 !== 0;
|
|
3185
3228
|
},
|
|
3186
|
-
|
|
3229
|
+
__wbg_set_usage_26861a639595cd45: function(arg0, arg1) {
|
|
3187
3230
|
arg0.usage = arg1 >>> 0;
|
|
3188
3231
|
},
|
|
3189
|
-
|
|
3232
|
+
__wbg_set_usage_7b79a227ada2f5cc: function(arg0, arg1) {
|
|
3190
3233
|
arg0.usage = arg1 >>> 0;
|
|
3191
3234
|
},
|
|
3192
|
-
|
|
3235
|
+
__wbg_set_usage_d9ff4b7757fac246: function(arg0, arg1) {
|
|
3193
3236
|
arg0.usage = arg1 >>> 0;
|
|
3194
3237
|
},
|
|
3195
|
-
|
|
3238
|
+
__wbg_set_usage_e8d45decd5c483b3: function(arg0, arg1) {
|
|
3196
3239
|
arg0.usage = arg1 >>> 0;
|
|
3197
3240
|
},
|
|
3198
|
-
|
|
3241
|
+
__wbg_set_value_1e50ba479347b273: function(arg0, arg1, arg2) {
|
|
3199
3242
|
arg0.value = getStringFromWasm0(arg1, arg2);
|
|
3200
3243
|
},
|
|
3201
|
-
|
|
3244
|
+
__wbg_set_vertex_b95705590b782671: function(arg0, arg1) {
|
|
3202
3245
|
arg0.vertex = arg1;
|
|
3203
3246
|
},
|
|
3204
|
-
|
|
3247
|
+
__wbg_set_view_6ff951d6e3f9e337: function(arg0, arg1) {
|
|
3205
3248
|
arg0.view = arg1;
|
|
3206
3249
|
},
|
|
3207
|
-
|
|
3208
|
-
arg0.
|
|
3250
|
+
__wbg_set_view_cf298e1e7b6ef38a: function(arg0, arg1) {
|
|
3251
|
+
arg0.view = arg1;
|
|
3209
3252
|
},
|
|
3210
|
-
|
|
3253
|
+
__wbg_set_view_dimension_87c95b0d987a14cd: function(arg0, arg1) {
|
|
3211
3254
|
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
3212
3255
|
},
|
|
3213
|
-
|
|
3214
|
-
arg0.
|
|
3256
|
+
__wbg_set_view_dimension_e99ec138da7b8f83: function(arg0, arg1) {
|
|
3257
|
+
arg0.viewDimension = __wbindgen_enum_GpuTextureViewDimension[arg1];
|
|
3215
3258
|
},
|
|
3216
|
-
|
|
3259
|
+
__wbg_set_view_formats_733fb624c2f2ef6b: function(arg0, arg1) {
|
|
3217
3260
|
arg0.viewFormats = arg1;
|
|
3218
3261
|
},
|
|
3219
|
-
|
|
3262
|
+
__wbg_set_view_formats_c2b27891ca5d2740: function(arg0, arg1) {
|
|
3220
3263
|
arg0.viewFormats = arg1;
|
|
3221
3264
|
},
|
|
3222
|
-
|
|
3265
|
+
__wbg_set_visibility_315bcac6427d0ba0: function(arg0, arg1) {
|
|
3223
3266
|
arg0.visibility = arg1 >>> 0;
|
|
3224
3267
|
},
|
|
3225
|
-
|
|
3268
|
+
__wbg_set_width_1ae13bf0b65e6395: function(arg0, arg1) {
|
|
3226
3269
|
arg0.width = arg1 >>> 0;
|
|
3227
3270
|
},
|
|
3228
|
-
|
|
3271
|
+
__wbg_set_width_63034f88f9905ea3: function(arg0, arg1) {
|
|
3229
3272
|
arg0.width = arg1 >>> 0;
|
|
3230
3273
|
},
|
|
3231
|
-
|
|
3274
|
+
__wbg_set_width_81fa781e87b17891: function(arg0, arg1) {
|
|
3232
3275
|
arg0.width = arg1 >>> 0;
|
|
3233
3276
|
},
|
|
3234
|
-
|
|
3277
|
+
__wbg_set_write_mask_0b6ca0cb1b797997: function(arg0, arg1) {
|
|
3235
3278
|
arg0.writeMask = arg1 >>> 0;
|
|
3236
3279
|
},
|
|
3237
|
-
|
|
3280
|
+
__wbg_set_x_0b48c73e72f71653: function(arg0, arg1) {
|
|
3238
3281
|
arg0.x = arg1 >>> 0;
|
|
3239
3282
|
},
|
|
3240
|
-
|
|
3283
|
+
__wbg_set_x_ffcb360b171098d5: function(arg0, arg1) {
|
|
3241
3284
|
arg0.x = arg1 >>> 0;
|
|
3242
3285
|
},
|
|
3243
|
-
|
|
3286
|
+
__wbg_set_y_046a6a6e9b0ccbc6: function(arg0, arg1) {
|
|
3244
3287
|
arg0.y = arg1 >>> 0;
|
|
3245
3288
|
},
|
|
3246
|
-
|
|
3289
|
+
__wbg_set_y_db82e366feb18537: function(arg0, arg1) {
|
|
3247
3290
|
arg0.y = arg1 >>> 0;
|
|
3248
3291
|
},
|
|
3249
|
-
|
|
3292
|
+
__wbg_set_z_cec02b76fd208d0e: function(arg0, arg1) {
|
|
3250
3293
|
arg0.z = arg1 >>> 0;
|
|
3251
3294
|
},
|
|
3252
|
-
|
|
3295
|
+
__wbg_shaderSource_c235f38ba5b536d3: function(arg0, arg1, arg2, arg3) {
|
|
3253
3296
|
arg0.shaderSource(arg1, getStringFromWasm0(arg2, arg3));
|
|
3254
3297
|
},
|
|
3255
|
-
|
|
3298
|
+
__wbg_shaderSource_cae157a332281ae7: function(arg0, arg1, arg2, arg3) {
|
|
3256
3299
|
arg0.shaderSource(arg1, getStringFromWasm0(arg2, arg3));
|
|
3257
3300
|
},
|
|
3258
|
-
|
|
3301
|
+
__wbg_shiftKey_44bc0e4535e829c0: function(arg0) {
|
|
3259
3302
|
const ret = arg0.shiftKey;
|
|
3260
3303
|
return ret;
|
|
3261
3304
|
},
|
|
3262
|
-
|
|
3305
|
+
__wbg_shiftKey_4f414ec7c42beae6: function(arg0) {
|
|
3263
3306
|
const ret = arg0.shiftKey;
|
|
3264
3307
|
return ret;
|
|
3265
3308
|
},
|
|
3266
|
-
|
|
3309
|
+
__wbg_signal_9172c3282bfba2f5: function(arg0) {
|
|
3267
3310
|
const ret = arg0.signal;
|
|
3268
3311
|
return ret;
|
|
3269
3312
|
},
|
|
3270
|
-
|
|
3313
|
+
__wbg_size_7306c9406e13bf29: function(arg0) {
|
|
3271
3314
|
const ret = arg0.size;
|
|
3272
3315
|
return ret;
|
|
3273
3316
|
},
|
|
3274
|
-
|
|
3317
|
+
__wbg_size_c0f3d571b8977d71: function(arg0) {
|
|
3275
3318
|
const ret = arg0.size;
|
|
3276
3319
|
return ret;
|
|
3277
3320
|
},
|
|
3278
|
-
|
|
3321
|
+
__wbg_slice_21f4c5261d1fdd69: function(arg0, arg1) {
|
|
3322
|
+
const ret = arg1.slice();
|
|
3323
|
+
const ptr1 = passArrayJsValueToWasm0(ret, wasm.__wbindgen_malloc);
|
|
3324
|
+
const len1 = WASM_VECTOR_LEN;
|
|
3325
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3326
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3327
|
+
},
|
|
3328
|
+
__wbg_stack_75ce785dcc24c441: function(arg0, arg1) {
|
|
3279
3329
|
const ret = arg1.stack;
|
|
3280
3330
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3281
3331
|
const len1 = WASM_VECTOR_LEN;
|
|
3282
3332
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3283
3333
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3284
3334
|
},
|
|
3285
|
-
|
|
3335
|
+
__wbg_stack_9697bdd96985d38d: function(arg0, arg1) {
|
|
3286
3336
|
const ret = arg1.stack;
|
|
3287
3337
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3288
3338
|
const len1 = WASM_VECTOR_LEN;
|
|
3289
3339
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3290
3340
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3291
3341
|
},
|
|
3292
|
-
|
|
3342
|
+
__wbg_state_6d96f748e0572453: function() { return handleError(function (arg0) {
|
|
3293
3343
|
const ret = arg0.state;
|
|
3294
3344
|
return ret;
|
|
3295
|
-
},
|
|
3296
|
-
|
|
3345
|
+
}, arguments); },
|
|
3346
|
+
__wbg_state_90f081dc1aa61b42: function(arg0) {
|
|
3297
3347
|
const ret = arg0.state;
|
|
3298
3348
|
return ret;
|
|
3299
|
-
}, arguments); },
|
|
3300
|
-
__wbg_static_accessor_GLOBAL_12837167ad935116: function() {
|
|
3301
|
-
const ret = typeof global === 'undefined' ? null : global;
|
|
3302
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3303
3349
|
},
|
|
3304
|
-
|
|
3350
|
+
__wbg_static_accessor_GLOBAL_THIS_a1248013d790bf5f: function() {
|
|
3305
3351
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
3306
3352
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3307
3353
|
},
|
|
3308
|
-
|
|
3354
|
+
__wbg_static_accessor_GLOBAL_f2e0f995a21329ff: function() {
|
|
3355
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
3356
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3357
|
+
},
|
|
3358
|
+
__wbg_static_accessor_SELF_24f78b6d23f286ea: function() {
|
|
3309
3359
|
const ret = typeof self === 'undefined' ? null : self;
|
|
3310
3360
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3311
3361
|
},
|
|
3312
|
-
|
|
3362
|
+
__wbg_static_accessor_WINDOW_59fd959c540fe405: function() {
|
|
3313
3363
|
const ret = typeof window === 'undefined' ? null : window;
|
|
3314
3364
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3315
3365
|
},
|
|
3316
|
-
|
|
3366
|
+
__wbg_statusText_128c4dad452b4075: function(arg0, arg1) {
|
|
3317
3367
|
const ret = arg1.statusText;
|
|
3318
3368
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3319
3369
|
const len1 = WASM_VECTOR_LEN;
|
|
3320
3370
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3321
3371
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3322
3372
|
},
|
|
3323
|
-
|
|
3373
|
+
__wbg_status_44ecb0ac1da253f4: function(arg0) {
|
|
3324
3374
|
const ret = arg0.status;
|
|
3325
3375
|
return ret;
|
|
3326
3376
|
},
|
|
3327
|
-
|
|
3377
|
+
__wbg_stencilFuncSeparate_4c0db85174d13a30: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3328
3378
|
arg0.stencilFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3, arg4 >>> 0);
|
|
3329
3379
|
},
|
|
3330
|
-
|
|
3380
|
+
__wbg_stencilFuncSeparate_bc6ee80dc1553732: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3331
3381
|
arg0.stencilFuncSeparate(arg1 >>> 0, arg2 >>> 0, arg3, arg4 >>> 0);
|
|
3332
3382
|
},
|
|
3333
|
-
|
|
3383
|
+
__wbg_stencilMaskSeparate_f50ef76311ff1c52: function(arg0, arg1, arg2) {
|
|
3334
3384
|
arg0.stencilMaskSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
3335
3385
|
},
|
|
3336
|
-
|
|
3386
|
+
__wbg_stencilMaskSeparate_fff5b95ab033d285: function(arg0, arg1, arg2) {
|
|
3337
3387
|
arg0.stencilMaskSeparate(arg1 >>> 0, arg2 >>> 0);
|
|
3338
3388
|
},
|
|
3339
|
-
|
|
3389
|
+
__wbg_stencilMask_6d5efd2cf61c3bd8: function(arg0, arg1) {
|
|
3340
3390
|
arg0.stencilMask(arg1 >>> 0);
|
|
3341
3391
|
},
|
|
3342
|
-
|
|
3392
|
+
__wbg_stencilMask_c3deb341c2545445: function(arg0, arg1) {
|
|
3343
3393
|
arg0.stencilMask(arg1 >>> 0);
|
|
3344
3394
|
},
|
|
3345
|
-
|
|
3395
|
+
__wbg_stencilOpSeparate_04e9fc42ff22cc42: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3346
3396
|
arg0.stencilOpSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
3347
3397
|
},
|
|
3348
|
-
|
|
3398
|
+
__wbg_stencilOpSeparate_08965f0c8c8055ce: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3349
3399
|
arg0.stencilOpSeparate(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
3350
3400
|
},
|
|
3351
|
-
|
|
3401
|
+
__wbg_stopPropagation_000e2055cf404c4c: function(arg0) {
|
|
3352
3402
|
arg0.stopPropagation();
|
|
3353
3403
|
},
|
|
3354
|
-
|
|
3404
|
+
__wbg_stringify_a2c39d991e1bf91d: function() { return handleError(function (arg0) {
|
|
3355
3405
|
const ret = JSON.stringify(arg0);
|
|
3356
3406
|
return ret;
|
|
3357
3407
|
}, arguments); },
|
|
3358
|
-
|
|
3408
|
+
__wbg_structuredClone_318446d12d873eeb: function() { return handleError(function (arg0) {
|
|
3359
3409
|
const ret = window.structuredClone(arg0);
|
|
3360
3410
|
return ret;
|
|
3361
3411
|
}, arguments); },
|
|
3362
|
-
|
|
3412
|
+
__wbg_style_fbb0b56f71e97cf5: function(arg0) {
|
|
3363
3413
|
const ret = arg0.style;
|
|
3364
3414
|
return ret;
|
|
3365
3415
|
},
|
|
3366
|
-
|
|
3416
|
+
__wbg_submit_f39583470d95df20: function(arg0, arg1) {
|
|
3367
3417
|
arg0.submit(arg1);
|
|
3368
3418
|
},
|
|
3369
|
-
|
|
3419
|
+
__wbg_texImage2D_29ce63ed3c9e7fd2: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3370
3420
|
arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3371
3421
|
}, arguments); },
|
|
3372
|
-
|
|
3422
|
+
__wbg_texImage2D_35dad0302576d81d: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3373
3423
|
arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3374
3424
|
}, arguments); },
|
|
3375
|
-
|
|
3425
|
+
__wbg_texImage2D_b708a52e67380671: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3376
3426
|
arg0.texImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3377
3427
|
}, arguments); },
|
|
3378
|
-
|
|
3428
|
+
__wbg_texImage3D_8cd441630ff7f672: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
3379
3429
|
arg0.texImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8 >>> 0, arg9 >>> 0, arg10);
|
|
3380
3430
|
}, arguments); },
|
|
3381
|
-
|
|
3431
|
+
__wbg_texImage3D_f350e29c3bf4131a: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) {
|
|
3382
3432
|
arg0.texImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8 >>> 0, arg9 >>> 0, arg10);
|
|
3383
3433
|
}, arguments); },
|
|
3384
|
-
|
|
3434
|
+
__wbg_texParameteri_2ae301ef0bcf17eb: function(arg0, arg1, arg2, arg3) {
|
|
3385
3435
|
arg0.texParameteri(arg1 >>> 0, arg2 >>> 0, arg3);
|
|
3386
3436
|
},
|
|
3387
|
-
|
|
3437
|
+
__wbg_texParameteri_51f89620521fe4f5: function(arg0, arg1, arg2, arg3) {
|
|
3388
3438
|
arg0.texParameteri(arg1 >>> 0, arg2 >>> 0, arg3);
|
|
3389
3439
|
},
|
|
3390
|
-
|
|
3440
|
+
__wbg_texStorage2D_9047841c0bc5a675: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3391
3441
|
arg0.texStorage2D(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
3392
3442
|
},
|
|
3393
|
-
|
|
3443
|
+
__wbg_texStorage3D_3b9a3f42a3546d1c: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
3394
3444
|
arg0.texStorage3D(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5, arg6);
|
|
3395
3445
|
},
|
|
3396
|
-
|
|
3446
|
+
__wbg_texSubImage2D_403156f007363972: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3397
3447
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3398
3448
|
}, arguments); },
|
|
3399
|
-
|
|
3449
|
+
__wbg_texSubImage2D_8ab7ce69fb3d7da8: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3400
3450
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3401
3451
|
}, arguments); },
|
|
3402
|
-
|
|
3452
|
+
__wbg_texSubImage2D_9489e066941c87f5: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3403
3453
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3404
3454
|
}, arguments); },
|
|
3405
|
-
|
|
3455
|
+
__wbg_texSubImage2D_97da2da339012c33: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3406
3456
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3407
3457
|
}, arguments); },
|
|
3408
|
-
|
|
3458
|
+
__wbg_texSubImage2D_a64a00fcd1aaf828: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3409
3459
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3410
3460
|
}, arguments); },
|
|
3411
|
-
|
|
3461
|
+
__wbg_texSubImage2D_d9826678d15a2def: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3412
3462
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3413
3463
|
}, arguments); },
|
|
3414
|
-
|
|
3464
|
+
__wbg_texSubImage2D_db8f79f2fc6bb8b3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3415
3465
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3416
3466
|
}, arguments); },
|
|
3417
|
-
|
|
3467
|
+
__wbg_texSubImage2D_ec7844929d7e9fa7: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3418
3468
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3419
3469
|
}, arguments); },
|
|
3420
|
-
|
|
3470
|
+
__wbg_texSubImage2D_efd0d5d4f44425c3: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) {
|
|
3421
3471
|
arg0.texSubImage2D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7 >>> 0, arg8 >>> 0, arg9);
|
|
3422
3472
|
}, arguments); },
|
|
3423
|
-
|
|
3473
|
+
__wbg_texSubImage3D_07b9b3cac3cc7a94: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3424
3474
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3425
3475
|
}, arguments); },
|
|
3426
|
-
|
|
3476
|
+
__wbg_texSubImage3D_5f9cbaf480a21838: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3427
3477
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3428
3478
|
}, arguments); },
|
|
3429
|
-
|
|
3479
|
+
__wbg_texSubImage3D_9dcb0cdd21e357a2: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3430
3480
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3431
3481
|
}, arguments); },
|
|
3432
|
-
|
|
3482
|
+
__wbg_texSubImage3D_b108481878a623b1: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3433
3483
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3434
3484
|
}, arguments); },
|
|
3435
|
-
|
|
3485
|
+
__wbg_texSubImage3D_b20e201d961c0724: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3436
3486
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3437
3487
|
}, arguments); },
|
|
3438
|
-
|
|
3488
|
+
__wbg_texSubImage3D_da3f8aa99d9a3b07: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3439
3489
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3440
3490
|
}, arguments); },
|
|
3441
|
-
|
|
3491
|
+
__wbg_texSubImage3D_dcd5f94889699451: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3442
3492
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3443
3493
|
}, arguments); },
|
|
3444
|
-
|
|
3494
|
+
__wbg_texSubImage3D_edaa3ed22d2c2d80: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11) {
|
|
3445
3495
|
arg0.texSubImage3D(arg1 >>> 0, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9 >>> 0, arg10 >>> 0, arg11);
|
|
3446
3496
|
}, arguments); },
|
|
3447
|
-
|
|
3497
|
+
__wbg_then_00eed3ac0b8e82cb: function(arg0, arg1, arg2) {
|
|
3498
|
+
const ret = arg0.then(arg1, arg2);
|
|
3499
|
+
return ret;
|
|
3500
|
+
},
|
|
3501
|
+
__wbg_then_479d77cb064907ee: function(arg0, arg1, arg2) {
|
|
3448
3502
|
const ret = arg0.then(arg1, arg2);
|
|
3449
3503
|
return ret;
|
|
3450
3504
|
},
|
|
3451
|
-
|
|
3505
|
+
__wbg_then_a0c8db0381c8994c: function(arg0, arg1) {
|
|
3452
3506
|
const ret = arg0.then(arg1);
|
|
3453
3507
|
return ret;
|
|
3454
3508
|
},
|
|
3455
|
-
|
|
3456
|
-
const ret =
|
|
3457
|
-
|
|
3458
|
-
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
3509
|
+
__wbg_timestamp_32a2f0974541dae3: function(arg0) {
|
|
3510
|
+
const ret = arg0.timestamp;
|
|
3511
|
+
return ret;
|
|
3459
3512
|
},
|
|
3460
|
-
|
|
3513
|
+
__wbg_toString_6bb93e4c281b55a5: function(arg0) {
|
|
3461
3514
|
const ret = arg0.toString();
|
|
3462
3515
|
return ret;
|
|
3463
3516
|
},
|
|
3464
|
-
|
|
3517
|
+
__wbg_toString_891d991e862e1d44: function(arg0) {
|
|
3465
3518
|
const ret = arg0.toString();
|
|
3466
3519
|
return ret;
|
|
3467
3520
|
},
|
|
3468
|
-
|
|
3521
|
+
__wbg_top_a1a3c9fce4b7bf79: function(arg0) {
|
|
3469
3522
|
const ret = arg0.top;
|
|
3470
3523
|
return ret;
|
|
3471
3524
|
},
|
|
3472
|
-
|
|
3525
|
+
__wbg_touches_077e4a58ee8e1500: function(arg0) {
|
|
3473
3526
|
const ret = arg0.touches;
|
|
3474
3527
|
return ret;
|
|
3475
3528
|
},
|
|
3476
|
-
|
|
3529
|
+
__wbg_trace_756daae2bbf98714: function(arg0, arg1) {
|
|
3477
3530
|
console.trace(getStringFromWasm0(arg0, arg1));
|
|
3478
3531
|
},
|
|
3479
|
-
|
|
3532
|
+
__wbg_type_519bcbe4568b18ef: function(arg0, arg1) {
|
|
3480
3533
|
const ret = arg1.type;
|
|
3481
3534
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3482
3535
|
const len1 = WASM_VECTOR_LEN;
|
|
3483
3536
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3484
3537
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3485
3538
|
},
|
|
3486
|
-
|
|
3539
|
+
__wbg_type_8f15c453c9572b22: function(arg0, arg1) {
|
|
3487
3540
|
const ret = arg1.type;
|
|
3488
3541
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3489
3542
|
const len1 = WASM_VECTOR_LEN;
|
|
3490
3543
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3491
3544
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3492
3545
|
},
|
|
3493
|
-
|
|
3546
|
+
__wbg_uniform1f_3bfa2bd6c7fc00d4: function(arg0, arg1, arg2) {
|
|
3494
3547
|
arg0.uniform1f(arg1, arg2);
|
|
3495
3548
|
},
|
|
3496
|
-
|
|
3549
|
+
__wbg_uniform1f_fc8bddcb58797aec: function(arg0, arg1, arg2) {
|
|
3497
3550
|
arg0.uniform1f(arg1, arg2);
|
|
3498
3551
|
},
|
|
3499
|
-
|
|
3552
|
+
__wbg_uniform1i_a2d71c729752832f: function(arg0, arg1, arg2) {
|
|
3500
3553
|
arg0.uniform1i(arg1, arg2);
|
|
3501
3554
|
},
|
|
3502
|
-
|
|
3555
|
+
__wbg_uniform1i_acce06d190ce18d5: function(arg0, arg1, arg2) {
|
|
3503
3556
|
arg0.uniform1i(arg1, arg2);
|
|
3504
3557
|
},
|
|
3505
|
-
|
|
3558
|
+
__wbg_uniform1ui_d7a2cf8ee1de7325: function(arg0, arg1, arg2) {
|
|
3506
3559
|
arg0.uniform1ui(arg1, arg2 >>> 0);
|
|
3507
3560
|
},
|
|
3508
|
-
|
|
3561
|
+
__wbg_uniform2fv_1dc67fed5264c610: function(arg0, arg1, arg2, arg3) {
|
|
3509
3562
|
arg0.uniform2fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3510
3563
|
},
|
|
3511
|
-
|
|
3564
|
+
__wbg_uniform2fv_32ae18850ee36360: function(arg0, arg1, arg2, arg3) {
|
|
3512
3565
|
arg0.uniform2fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3513
3566
|
},
|
|
3514
|
-
|
|
3567
|
+
__wbg_uniform2iv_80957dd3c0011c0b: function(arg0, arg1, arg2, arg3) {
|
|
3515
3568
|
arg0.uniform2iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3516
3569
|
},
|
|
3517
|
-
|
|
3570
|
+
__wbg_uniform2iv_81603aa19386125f: function(arg0, arg1, arg2, arg3) {
|
|
3518
3571
|
arg0.uniform2iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3519
3572
|
},
|
|
3520
|
-
|
|
3573
|
+
__wbg_uniform2uiv_1e6408df9680634c: function(arg0, arg1, arg2, arg3) {
|
|
3521
3574
|
arg0.uniform2uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
|
|
3522
3575
|
},
|
|
3523
|
-
|
|
3576
|
+
__wbg_uniform3fv_667c3b6d0f6f5bb9: function(arg0, arg1, arg2, arg3) {
|
|
3524
3577
|
arg0.uniform3fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3525
3578
|
},
|
|
3526
|
-
|
|
3579
|
+
__wbg_uniform3fv_a4a3b6f42df10d24: function(arg0, arg1, arg2, arg3) {
|
|
3527
3580
|
arg0.uniform3fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3528
3581
|
},
|
|
3529
|
-
|
|
3582
|
+
__wbg_uniform3iv_5476a7841a1be50a: function(arg0, arg1, arg2, arg3) {
|
|
3530
3583
|
arg0.uniform3iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3531
3584
|
},
|
|
3532
|
-
|
|
3585
|
+
__wbg_uniform3iv_739b2cd97bded380: function(arg0, arg1, arg2, arg3) {
|
|
3533
3586
|
arg0.uniform3iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3534
3587
|
},
|
|
3535
|
-
|
|
3588
|
+
__wbg_uniform3uiv_6b0e93be0f86cc3c: function(arg0, arg1, arg2, arg3) {
|
|
3536
3589
|
arg0.uniform3uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
|
|
3537
3590
|
},
|
|
3538
|
-
|
|
3591
|
+
__wbg_uniform4f_21572347c73b60b8: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3539
3592
|
arg0.uniform4f(arg1, arg2, arg3, arg4, arg5);
|
|
3540
3593
|
},
|
|
3541
|
-
|
|
3594
|
+
__wbg_uniform4f_50286376821185ad: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3542
3595
|
arg0.uniform4f(arg1, arg2, arg3, arg4, arg5);
|
|
3543
3596
|
},
|
|
3544
|
-
|
|
3597
|
+
__wbg_uniform4fv_f28a8dec371262c5: function(arg0, arg1, arg2, arg3) {
|
|
3545
3598
|
arg0.uniform4fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3546
3599
|
},
|
|
3547
|
-
|
|
3600
|
+
__wbg_uniform4fv_ffa80ce12adb181d: function(arg0, arg1, arg2, arg3) {
|
|
3548
3601
|
arg0.uniform4fv(arg1, getArrayF32FromWasm0(arg2, arg3));
|
|
3549
3602
|
},
|
|
3550
|
-
|
|
3603
|
+
__wbg_uniform4iv_45f0c9ae8bad51b8: function(arg0, arg1, arg2, arg3) {
|
|
3551
3604
|
arg0.uniform4iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3552
3605
|
},
|
|
3553
|
-
|
|
3606
|
+
__wbg_uniform4iv_f854c848a093b864: function(arg0, arg1, arg2, arg3) {
|
|
3554
3607
|
arg0.uniform4iv(arg1, getArrayI32FromWasm0(arg2, arg3));
|
|
3555
3608
|
},
|
|
3556
|
-
|
|
3609
|
+
__wbg_uniform4uiv_846e7f401ec81902: function(arg0, arg1, arg2, arg3) {
|
|
3557
3610
|
arg0.uniform4uiv(arg1, getArrayU32FromWasm0(arg2, arg3));
|
|
3558
3611
|
},
|
|
3559
|
-
|
|
3612
|
+
__wbg_uniformBlockBinding_0ed4d9a8f2505d33: function(arg0, arg1, arg2, arg3) {
|
|
3560
3613
|
arg0.uniformBlockBinding(arg1, arg2 >>> 0, arg3 >>> 0);
|
|
3561
3614
|
},
|
|
3562
|
-
|
|
3615
|
+
__wbg_uniformMatrix2fv_172f98e9a2a32678: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3563
3616
|
arg0.uniformMatrix2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3564
3617
|
},
|
|
3565
|
-
|
|
3618
|
+
__wbg_uniformMatrix2fv_86768d70b036fe99: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3566
3619
|
arg0.uniformMatrix2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3567
3620
|
},
|
|
3568
|
-
|
|
3621
|
+
__wbg_uniformMatrix2x3fv_41c23e66a9d45d9b: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3569
3622
|
arg0.uniformMatrix2x3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3570
3623
|
},
|
|
3571
|
-
|
|
3624
|
+
__wbg_uniformMatrix2x4fv_183cd035e168f730: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3572
3625
|
arg0.uniformMatrix2x4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3573
3626
|
},
|
|
3574
|
-
|
|
3627
|
+
__wbg_uniformMatrix3fv_4a4f2baed9433227: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3575
3628
|
arg0.uniformMatrix3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3576
3629
|
},
|
|
3577
|
-
|
|
3630
|
+
__wbg_uniformMatrix3fv_dc7481350ed17ade: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3578
3631
|
arg0.uniformMatrix3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3579
3632
|
},
|
|
3580
|
-
|
|
3633
|
+
__wbg_uniformMatrix3x2fv_f8d83f5511a427ad: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3581
3634
|
arg0.uniformMatrix3x2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3582
3635
|
},
|
|
3583
|
-
|
|
3636
|
+
__wbg_uniformMatrix3x4fv_4142ecf80ac378f8: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3584
3637
|
arg0.uniformMatrix3x4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3585
3638
|
},
|
|
3586
|
-
|
|
3639
|
+
__wbg_uniformMatrix4fv_5395d1840e1704d7: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3587
3640
|
arg0.uniformMatrix4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3588
3641
|
},
|
|
3589
|
-
|
|
3642
|
+
__wbg_uniformMatrix4fv_b5e679a62b62a98d: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3590
3643
|
arg0.uniformMatrix4fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3591
3644
|
},
|
|
3592
|
-
|
|
3645
|
+
__wbg_uniformMatrix4x2fv_aef25c3108f8e952: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3593
3646
|
arg0.uniformMatrix4x2fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3594
3647
|
},
|
|
3595
|
-
|
|
3648
|
+
__wbg_uniformMatrix4x3fv_eec7712cae03a7f1: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3596
3649
|
arg0.uniformMatrix4x3fv(arg1, arg2 !== 0, getArrayF32FromWasm0(arg3, arg4));
|
|
3597
3650
|
},
|
|
3598
|
-
|
|
3651
|
+
__wbg_unmap_9455a68932e9b935: function(arg0) {
|
|
3599
3652
|
arg0.unmap();
|
|
3600
3653
|
},
|
|
3601
|
-
|
|
3654
|
+
__wbg_url_95d8a83d33709572: function(arg0, arg1) {
|
|
3602
3655
|
const ret = arg1.url;
|
|
3603
3656
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3604
3657
|
const len1 = WASM_VECTOR_LEN;
|
|
3605
3658
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3606
3659
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3607
3660
|
},
|
|
3608
|
-
|
|
3661
|
+
__wbg_usage_609dddbf539baf5f: function(arg0) {
|
|
3609
3662
|
const ret = arg0.usage;
|
|
3610
3663
|
return ret;
|
|
3611
3664
|
},
|
|
3612
|
-
|
|
3665
|
+
__wbg_useProgram_a2f83fab51c79f54: function(arg0, arg1) {
|
|
3613
3666
|
arg0.useProgram(arg1);
|
|
3614
3667
|
},
|
|
3615
|
-
|
|
3668
|
+
__wbg_useProgram_f79c775d2e8824a9: function(arg0, arg1) {
|
|
3616
3669
|
arg0.useProgram(arg1);
|
|
3617
3670
|
},
|
|
3618
|
-
|
|
3671
|
+
__wbg_userActivation_16761a917b187328: function(arg0) {
|
|
3619
3672
|
const ret = arg0.userActivation;
|
|
3620
3673
|
return ret;
|
|
3621
3674
|
},
|
|
3622
|
-
|
|
3675
|
+
__wbg_userAgent_d58193cc32293b16: function() { return handleError(function (arg0, arg1) {
|
|
3623
3676
|
const ret = arg1.userAgent;
|
|
3624
3677
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3625
3678
|
const len1 = WASM_VECTOR_LEN;
|
|
3626
3679
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3627
3680
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3628
3681
|
}, arguments); },
|
|
3629
|
-
|
|
3682
|
+
__wbg_valueOf_4a6bac551a5efb8f: function(arg0) {
|
|
3630
3683
|
const ret = arg0.valueOf();
|
|
3631
3684
|
return ret;
|
|
3632
3685
|
},
|
|
3633
|
-
|
|
3686
|
+
__wbg_value_7f6052747ccf940f: function(arg0) {
|
|
3634
3687
|
const ret = arg0.value;
|
|
3635
3688
|
return ret;
|
|
3636
3689
|
},
|
|
3637
|
-
|
|
3690
|
+
__wbg_value_c88240b8ee29611a: function(arg0, arg1) {
|
|
3638
3691
|
const ret = arg1.value;
|
|
3639
3692
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3640
3693
|
const len1 = WASM_VECTOR_LEN;
|
|
3641
3694
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
3642
3695
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
3643
3696
|
},
|
|
3644
|
-
|
|
3697
|
+
__wbg_vertexAttribDivisorANGLE_1229b2a341928b1a: function(arg0, arg1, arg2) {
|
|
3645
3698
|
arg0.vertexAttribDivisorANGLE(arg1 >>> 0, arg2 >>> 0);
|
|
3646
3699
|
},
|
|
3647
|
-
|
|
3700
|
+
__wbg_vertexAttribDivisor_01d7e6446210d446: function(arg0, arg1, arg2) {
|
|
3648
3701
|
arg0.vertexAttribDivisor(arg1 >>> 0, arg2 >>> 0);
|
|
3649
3702
|
},
|
|
3650
|
-
|
|
3703
|
+
__wbg_vertexAttribIPointer_9ea5ec1a58b61fcf: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3651
3704
|
arg0.vertexAttribIPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4, arg5);
|
|
3652
3705
|
},
|
|
3653
|
-
|
|
3706
|
+
__wbg_vertexAttribPointer_63d8611810159fd4: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
3654
3707
|
arg0.vertexAttribPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4 !== 0, arg5, arg6);
|
|
3655
3708
|
},
|
|
3656
|
-
|
|
3709
|
+
__wbg_vertexAttribPointer_7db76295987fda72: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
3657
3710
|
arg0.vertexAttribPointer(arg1 >>> 0, arg2, arg3 >>> 0, arg4 !== 0, arg5, arg6);
|
|
3658
3711
|
},
|
|
3659
|
-
|
|
3712
|
+
__wbg_videoHeight_45a0ae1e784283ef: function(arg0) {
|
|
3660
3713
|
const ret = arg0.videoHeight;
|
|
3661
3714
|
return ret;
|
|
3662
3715
|
},
|
|
3663
|
-
|
|
3716
|
+
__wbg_videoWidth_7940100dd8fd6df7: function(arg0) {
|
|
3664
3717
|
const ret = arg0.videoWidth;
|
|
3665
3718
|
return ret;
|
|
3666
3719
|
},
|
|
3667
|
-
|
|
3720
|
+
__wbg_view_066479053a371038: function(arg0) {
|
|
3668
3721
|
const ret = arg0.view;
|
|
3669
3722
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
3670
3723
|
},
|
|
3671
|
-
|
|
3724
|
+
__wbg_viewport_1ac0b434f13a485b: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3672
3725
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
3673
3726
|
},
|
|
3674
|
-
|
|
3727
|
+
__wbg_viewport_de5bbf3f5c97bfcf: function(arg0, arg1, arg2, arg3, arg4) {
|
|
3675
3728
|
arg0.viewport(arg1, arg2, arg3, arg4);
|
|
3676
3729
|
},
|
|
3677
|
-
|
|
3730
|
+
__wbg_warn_ffc1a0f5b5630de2: function(arg0, arg1) {
|
|
3678
3731
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
3679
3732
|
},
|
|
3680
|
-
|
|
3733
|
+
__wbg_width_4e12e0c19210bcc8: function(arg0) {
|
|
3681
3734
|
const ret = arg0.width;
|
|
3682
3735
|
return ret;
|
|
3683
3736
|
},
|
|
3684
|
-
|
|
3737
|
+
__wbg_width_63032419f7a6952d: function(arg0) {
|
|
3685
3738
|
const ret = arg0.width;
|
|
3686
3739
|
return ret;
|
|
3687
3740
|
},
|
|
3688
|
-
|
|
3741
|
+
__wbg_width_80cea93fc7f63070: function(arg0) {
|
|
3689
3742
|
const ret = arg0.width;
|
|
3690
3743
|
return ret;
|
|
3691
3744
|
},
|
|
3692
|
-
|
|
3745
|
+
__wbg_width_92a77379d26c23da: function(arg0) {
|
|
3693
3746
|
const ret = arg0.width;
|
|
3694
3747
|
return ret;
|
|
3695
3748
|
},
|
|
3696
|
-
|
|
3749
|
+
__wbg_width_9a5800683afb6ee8: function(arg0) {
|
|
3697
3750
|
const ret = arg0.width;
|
|
3698
3751
|
return ret;
|
|
3699
3752
|
},
|
|
3700
|
-
|
|
3753
|
+
__wbg_width_e05356ef08639ff5: function(arg0) {
|
|
3701
3754
|
const ret = arg0.width;
|
|
3702
3755
|
return ret;
|
|
3703
3756
|
},
|
|
3704
|
-
|
|
3757
|
+
__wbg_writeBuffer_2384abff9a0faef7: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
3705
3758
|
arg0.writeBuffer(arg1, arg2, getArrayU8FromWasm0(arg3, arg4), arg5, arg6);
|
|
3706
3759
|
}, arguments); },
|
|
3707
|
-
|
|
3760
|
+
__wbg_writeText_622762687282c553: function(arg0, arg1, arg2) {
|
|
3708
3761
|
const ret = arg0.writeText(getStringFromWasm0(arg1, arg2));
|
|
3709
3762
|
return ret;
|
|
3710
3763
|
},
|
|
3711
|
-
|
|
3764
|
+
__wbg_writeTexture_d42ce6ec94b2c6ca: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3712
3765
|
arg0.writeTexture(arg1, getArrayU8FromWasm0(arg2, arg3), arg4, arg5);
|
|
3713
3766
|
}, arguments); },
|
|
3714
|
-
|
|
3767
|
+
__wbg_write_00f6c35f2c69124a: function(arg0, arg1) {
|
|
3715
3768
|
const ret = arg0.write(arg1);
|
|
3716
3769
|
return ret;
|
|
3717
3770
|
},
|
|
3718
3771
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
3719
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3720
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3772
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 22376, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3773
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h35bfd7c3fab17877);
|
|
3721
3774
|
return ret;
|
|
3722
3775
|
},
|
|
3723
3776
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
3724
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3725
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3777
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 31357, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3778
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hef8875643428db4b);
|
|
3726
3779
|
return ret;
|
|
3727
3780
|
},
|
|
3728
3781
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
3729
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3730
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3782
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 31516, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3783
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h1a499476b940c1a3);
|
|
3731
3784
|
return ret;
|
|
3732
3785
|
},
|
|
3733
3786
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
3734
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3735
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3787
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 21777, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3788
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h80ba0788a780ec33);
|
|
3736
3789
|
return ret;
|
|
3737
3790
|
},
|
|
3738
3791
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
3739
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3740
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3792
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Error")], shim_idx: 26374, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3793
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h50cd1f8609f5a184);
|
|
3741
3794
|
return ret;
|
|
3742
3795
|
},
|
|
3743
3796
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
3744
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3745
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3797
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 21777, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3798
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h80ba0788a780ec33_5);
|
|
3746
3799
|
return ret;
|
|
3747
3800
|
},
|
|
3748
3801
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
3749
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3750
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3802
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 22376, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3803
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h35bfd7c3fab17877_6);
|
|
3751
3804
|
return ret;
|
|
3752
3805
|
},
|
|
3753
3806
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
3754
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3755
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3807
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("PopStateEvent")], shim_idx: 7, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3808
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc4ce6b8387062339);
|
|
3756
3809
|
return ret;
|
|
3757
3810
|
},
|
|
3758
3811
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
3759
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3760
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3812
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("StorageEvent")], shim_idx: 3898, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3813
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hd6094bef25f7cb40);
|
|
3761
3814
|
return ret;
|
|
3762
3815
|
},
|
|
3763
3816
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
|
3764
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3765
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3817
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("VideoFrame")], shim_idx: 26374, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3818
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h50cd1f8609f5a184_9);
|
|
3766
3819
|
return ret;
|
|
3767
3820
|
},
|
|
3768
3821
|
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
3769
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3770
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3822
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("undefined")], shim_idx: 26375, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3823
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h638c35d855e3d357);
|
|
3771
3824
|
return ret;
|
|
3772
3825
|
},
|
|
3773
3826
|
__wbindgen_cast_000000000000000c: function(arg0, arg1) {
|
|
3774
|
-
// Cast intrinsic for `Closure(Closure {
|
|
3775
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
3827
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1529, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3828
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hf7a14ab725fc9a82);
|
|
3829
|
+
return ret;
|
|
3830
|
+
},
|
|
3831
|
+
__wbindgen_cast_000000000000000d: function(arg0, arg1) {
|
|
3832
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 21776, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3833
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__habcf2dbfe013214b);
|
|
3834
|
+
return ret;
|
|
3835
|
+
},
|
|
3836
|
+
__wbindgen_cast_000000000000000e: function(arg0, arg1) {
|
|
3837
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 26871, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3838
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hc09581927b44d1df);
|
|
3776
3839
|
return ret;
|
|
3777
3840
|
},
|
|
3778
|
-
|
|
3841
|
+
__wbindgen_cast_000000000000000f: function(arg0, arg1) {
|
|
3842
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 6103, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3843
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4);
|
|
3844
|
+
return ret;
|
|
3845
|
+
},
|
|
3846
|
+
__wbindgen_cast_0000000000000010: function(arg0) {
|
|
3779
3847
|
// Cast intrinsic for `F64 -> Externref`.
|
|
3780
3848
|
const ret = arg0;
|
|
3781
3849
|
return ret;
|
|
3782
3850
|
},
|
|
3783
|
-
|
|
3851
|
+
__wbindgen_cast_0000000000000011: function(arg0, arg1) {
|
|
3784
3852
|
// Cast intrinsic for `Ref(Slice(F32)) -> NamedExternref("Float32Array")`.
|
|
3785
3853
|
const ret = getArrayF32FromWasm0(arg0, arg1);
|
|
3786
3854
|
return ret;
|
|
3787
3855
|
},
|
|
3788
|
-
|
|
3856
|
+
__wbindgen_cast_0000000000000012: function(arg0, arg1) {
|
|
3789
3857
|
// Cast intrinsic for `Ref(Slice(I16)) -> NamedExternref("Int16Array")`.
|
|
3790
3858
|
const ret = getArrayI16FromWasm0(arg0, arg1);
|
|
3791
3859
|
return ret;
|
|
3792
3860
|
},
|
|
3793
|
-
|
|
3861
|
+
__wbindgen_cast_0000000000000013: function(arg0, arg1) {
|
|
3794
3862
|
// Cast intrinsic for `Ref(Slice(I32)) -> NamedExternref("Int32Array")`.
|
|
3795
3863
|
const ret = getArrayI32FromWasm0(arg0, arg1);
|
|
3796
3864
|
return ret;
|
|
3797
3865
|
},
|
|
3798
|
-
|
|
3866
|
+
__wbindgen_cast_0000000000000014: function(arg0, arg1) {
|
|
3799
3867
|
// Cast intrinsic for `Ref(Slice(I8)) -> NamedExternref("Int8Array")`.
|
|
3800
3868
|
const ret = getArrayI8FromWasm0(arg0, arg1);
|
|
3801
3869
|
return ret;
|
|
3802
3870
|
},
|
|
3803
|
-
|
|
3871
|
+
__wbindgen_cast_0000000000000015: function(arg0, arg1) {
|
|
3804
3872
|
// Cast intrinsic for `Ref(Slice(U16)) -> NamedExternref("Uint16Array")`.
|
|
3805
3873
|
const ret = getArrayU16FromWasm0(arg0, arg1);
|
|
3806
3874
|
return ret;
|
|
3807
3875
|
},
|
|
3808
|
-
|
|
3876
|
+
__wbindgen_cast_0000000000000016: function(arg0, arg1) {
|
|
3809
3877
|
// Cast intrinsic for `Ref(Slice(U32)) -> NamedExternref("Uint32Array")`.
|
|
3810
3878
|
const ret = getArrayU32FromWasm0(arg0, arg1);
|
|
3811
3879
|
return ret;
|
|
3812
3880
|
},
|
|
3813
|
-
|
|
3881
|
+
__wbindgen_cast_0000000000000017: function(arg0, arg1) {
|
|
3814
3882
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
3815
3883
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
3816
3884
|
return ret;
|
|
3817
3885
|
},
|
|
3818
|
-
|
|
3886
|
+
__wbindgen_cast_0000000000000018: function(arg0, arg1) {
|
|
3819
3887
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
3820
3888
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
3821
3889
|
return ret;
|
|
@@ -3836,54 +3904,80 @@ const exports = { __proto__: null };
|
|
|
3836
3904
|
};
|
|
3837
3905
|
}
|
|
3838
3906
|
|
|
3839
|
-
function
|
|
3840
|
-
wasm.
|
|
3907
|
+
function wasm_bindgen__convert__closures_____invoke__hf7a14ab725fc9a82(arg0, arg1) {
|
|
3908
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hf7a14ab725fc9a82(arg0, arg1);
|
|
3841
3909
|
}
|
|
3842
3910
|
|
|
3843
|
-
function
|
|
3844
|
-
wasm.
|
|
3911
|
+
function wasm_bindgen__convert__closures_____invoke__hc09581927b44d1df(arg0, arg1) {
|
|
3912
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc09581927b44d1df(arg0, arg1);
|
|
3845
3913
|
}
|
|
3846
3914
|
|
|
3847
|
-
function
|
|
3848
|
-
wasm.
|
|
3915
|
+
function wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4(arg0, arg1) {
|
|
3916
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2fac9182467b83c4(arg0, arg1);
|
|
3849
3917
|
}
|
|
3850
3918
|
|
|
3851
|
-
function
|
|
3852
|
-
const ret = wasm.
|
|
3919
|
+
function wasm_bindgen__convert__closures_____invoke__habcf2dbfe013214b(arg0, arg1) {
|
|
3920
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__habcf2dbfe013214b(arg0, arg1);
|
|
3853
3921
|
if (ret[1]) {
|
|
3854
3922
|
throw takeFromExternrefTable0(ret[0]);
|
|
3855
3923
|
}
|
|
3856
3924
|
}
|
|
3857
3925
|
|
|
3858
|
-
function
|
|
3859
|
-
wasm.
|
|
3926
|
+
function wasm_bindgen__convert__closures_____invoke__h35bfd7c3fab17877(arg0, arg1, arg2) {
|
|
3927
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h35bfd7c3fab17877(arg0, arg1, arg2);
|
|
3928
|
+
}
|
|
3929
|
+
|
|
3930
|
+
function wasm_bindgen__convert__closures_____invoke__hef8875643428db4b(arg0, arg1, arg2) {
|
|
3931
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hef8875643428db4b(arg0, arg1, arg2);
|
|
3932
|
+
}
|
|
3933
|
+
|
|
3934
|
+
function wasm_bindgen__convert__closures_____invoke__h80ba0788a780ec33(arg0, arg1, arg2) {
|
|
3935
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h80ba0788a780ec33(arg0, arg1, arg2);
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
function wasm_bindgen__convert__closures_____invoke__h50cd1f8609f5a184(arg0, arg1, arg2) {
|
|
3939
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h50cd1f8609f5a184(arg0, arg1, arg2);
|
|
3940
|
+
}
|
|
3941
|
+
|
|
3942
|
+
function wasm_bindgen__convert__closures_____invoke__h80ba0788a780ec33_5(arg0, arg1, arg2) {
|
|
3943
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h80ba0788a780ec33_5(arg0, arg1, arg2);
|
|
3944
|
+
}
|
|
3945
|
+
|
|
3946
|
+
function wasm_bindgen__convert__closures_____invoke__h35bfd7c3fab17877_6(arg0, arg1, arg2) {
|
|
3947
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h35bfd7c3fab17877_6(arg0, arg1, arg2);
|
|
3860
3948
|
}
|
|
3861
3949
|
|
|
3862
|
-
function
|
|
3863
|
-
wasm.
|
|
3950
|
+
function wasm_bindgen__convert__closures_____invoke__hd6094bef25f7cb40(arg0, arg1, arg2) {
|
|
3951
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd6094bef25f7cb40(arg0, arg1, arg2);
|
|
3864
3952
|
}
|
|
3865
3953
|
|
|
3866
|
-
function
|
|
3867
|
-
wasm.
|
|
3954
|
+
function wasm_bindgen__convert__closures_____invoke__h50cd1f8609f5a184_9(arg0, arg1, arg2) {
|
|
3955
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h50cd1f8609f5a184_9(arg0, arg1, arg2);
|
|
3868
3956
|
}
|
|
3869
3957
|
|
|
3870
|
-
function
|
|
3871
|
-
wasm.
|
|
3958
|
+
function wasm_bindgen__convert__closures_____invoke__h1a499476b940c1a3(arg0, arg1, arg2) {
|
|
3959
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h1a499476b940c1a3(arg0, arg1, arg2);
|
|
3960
|
+
if (ret[1]) {
|
|
3961
|
+
throw takeFromExternrefTable0(ret[0]);
|
|
3962
|
+
}
|
|
3872
3963
|
}
|
|
3873
3964
|
|
|
3874
|
-
function
|
|
3875
|
-
wasm.
|
|
3965
|
+
function wasm_bindgen__convert__closures_____invoke__hc4ce6b8387062339(arg0, arg1, arg2) {
|
|
3966
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__hc4ce6b8387062339(arg0, arg1, arg2);
|
|
3967
|
+
if (ret[1]) {
|
|
3968
|
+
throw takeFromExternrefTable0(ret[0]);
|
|
3969
|
+
}
|
|
3876
3970
|
}
|
|
3877
3971
|
|
|
3878
|
-
function
|
|
3879
|
-
const ret = wasm.
|
|
3972
|
+
function wasm_bindgen__convert__closures_____invoke__h638c35d855e3d357(arg0, arg1, arg2) {
|
|
3973
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h638c35d855e3d357(arg0, arg1, arg2);
|
|
3880
3974
|
if (ret[1]) {
|
|
3881
3975
|
throw takeFromExternrefTable0(ret[0]);
|
|
3882
3976
|
}
|
|
3883
3977
|
}
|
|
3884
3978
|
|
|
3885
|
-
function
|
|
3886
|
-
wasm.
|
|
3979
|
+
function wasm_bindgen__convert__closures_____invoke__h08eb2ec0200b261d(arg0, arg1, arg2, arg3) {
|
|
3980
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h08eb2ec0200b261d(arg0, arg1, arg2, arg3);
|
|
3887
3981
|
}
|
|
3888
3982
|
|
|
3889
3983
|
|
|
@@ -4009,7 +4103,7 @@ const exports = { __proto__: null };
|
|
|
4009
4103
|
const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined')
|
|
4010
4104
|
? { register: () => {}, unregister: () => {} }
|
|
4011
4105
|
: new FinalizationRegistry(state => {
|
|
4012
|
-
if (wasm)
|
|
4106
|
+
if (wasm) wasm.__wbindgen_destroy_closure(state.a, state.b);
|
|
4013
4107
|
});
|
|
4014
4108
|
|
|
4015
4109
|
function debugString(val) {
|
|
@@ -4194,17 +4288,14 @@ const exports = { __proto__: null };
|
|
|
4194
4288
|
return x === undefined || x === null;
|
|
4195
4289
|
}
|
|
4196
4290
|
|
|
4197
|
-
function makeMutClosure(arg0, arg1,
|
|
4198
|
-
const state = { a: arg0, b: arg1, cnt: 1
|
|
4291
|
+
function makeMutClosure(arg0, arg1, f) {
|
|
4292
|
+
const state = { a: arg0, b: arg1, cnt: 1 };
|
|
4199
4293
|
const real = (...args) => {
|
|
4200
|
-
|
|
4201
|
-
// First up with a closure we increment the internal reference
|
|
4202
|
-
// count. This ensures that the Rust closure environment won't
|
|
4203
|
-
// be deallocated while we're invoking it.
|
|
4204
4294
|
state.cnt++;
|
|
4205
4295
|
const a = state.a;
|
|
4206
4296
|
state.a = 0;
|
|
4207
4297
|
try {
|
|
4298
|
+
if (!wasm) return;
|
|
4208
4299
|
return f(a, state.b, ...args);
|
|
4209
4300
|
} finally {
|
|
4210
4301
|
state.a = a;
|
|
@@ -4213,7 +4304,7 @@ const exports = { __proto__: null };
|
|
|
4213
4304
|
};
|
|
4214
4305
|
real._wbg_cb_unref = () => {
|
|
4215
4306
|
if (--state.cnt === 0) {
|
|
4216
|
-
|
|
4307
|
+
if (wasm) wasm.__wbindgen_destroy_closure(state.a, state.b);
|
|
4217
4308
|
state.a = 0;
|
|
4218
4309
|
CLOSURE_DTORS.unregister(state);
|
|
4219
4310
|
}
|
|
@@ -4229,6 +4320,16 @@ const exports = { __proto__: null };
|
|
|
4229
4320
|
return ptr;
|
|
4230
4321
|
}
|
|
4231
4322
|
|
|
4323
|
+
function passArrayJsValueToWasm0(array, malloc) {
|
|
4324
|
+
const ptr = malloc(array.length * 4, 4) >>> 0;
|
|
4325
|
+
for (let i = 0; i < array.length; i++) {
|
|
4326
|
+
const add = addToExternrefTable0(array[i]);
|
|
4327
|
+
getDataViewMemory0().setUint32(ptr + 4 * i, add, true);
|
|
4328
|
+
}
|
|
4329
|
+
WASM_VECTOR_LEN = array.length;
|
|
4330
|
+
return ptr;
|
|
4331
|
+
}
|
|
4332
|
+
|
|
4232
4333
|
function passStringToWasm0(arg, malloc, realloc) {
|
|
4233
4334
|
if (realloc === undefined) {
|
|
4234
4335
|
const buf = cachedTextEncoder.encode(arg);
|