oriverse-engine 0.1.5 → 0.1.7
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/dist/CODEX_PROMPT.md +7 -7
- package/dist/oriverse_wgpu.d.ts +35 -35
- package/dist/oriverse_wgpu.js +179 -108
- package/dist/oriverse_wgpu_bg.wasm +0 -0
- package/dist/oriverse_wgpu_bg.wasm.d.ts +35 -35
- package/dist/shader_prewarm_manifest.json +1 -0
- package/dist/snippets/oriverse_networking_shared-e43478064e11e46c/inline0.js +32 -20
- package/dist/snippets/oriverse_networking_shared-e43478064e11e46c/inline1.js +21 -0
- package/dist/snippets/oriverse_wgpu-255445ce6d9a0851/inline0.js +31 -58
- package/dist/snippets/oriverse_wgpu-255445ce6d9a0851/inline1.js +58 -26
- package/dist/snippets/oriverse_wgpu-255445ce6d9a0851/inline2.js +28 -0
- package/dist/starter/AGENTS.md +2 -2
- package/dist/starter/CLAUDE.md +2 -2
- package/dist/starter/game.html +9 -7
- package/dist/templates/game_cdn.html +9 -7
- package/dist/weave_documentation.txt +379 -92
- package/package.json +1 -1
package/dist/oriverse_wgpu.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/* @ts-self-types="./oriverse_wgpu.d.ts" */
|
|
2
2
|
import { marketClientInitMessageBridge, marketClientPostMessage } from './snippets/oriverse_market_client-0cd3013288f3c49c/inline0.js';
|
|
3
3
|
import { marketClientReadIndexedDbValue } from './snippets/oriverse_market_client-0cd3013288f3c49c/inline1.js';
|
|
4
|
+
import { webRtcReadIndexedDbValue } from './snippets/oriverse_networking_shared-e43478064e11e46c/inline0.js';
|
|
5
|
+
import { mcpRelayReadIndexedDbValue } from './snippets/oriverse_wgpu-255445ce6d9a0851/inline0.js';
|
|
4
6
|
|
|
5
7
|
export class IntoUnderlyingByteSource {
|
|
6
8
|
__destroy_into_raw() {
|
|
@@ -374,10 +376,10 @@ export function worker_init(state_ptr, keypair_ptr) {
|
|
|
374
376
|
export function worker_init_write(xq_fast_ptr, xq_strict_ptr, state_ptr, kp_ptr) {
|
|
375
377
|
wasm.worker_init_write(xq_fast_ptr, xq_strict_ptr, state_ptr, kp_ptr);
|
|
376
378
|
}
|
|
377
|
-
import * as import1 from "./snippets/oriverse_wgpu-255445ce6d9a0851/
|
|
378
|
-
import * as import2 from "./snippets/oriverse_wgpu-255445ce6d9a0851/
|
|
379
|
+
import * as import1 from "./snippets/oriverse_wgpu-255445ce6d9a0851/inline1.js"
|
|
380
|
+
import * as import2 from "./snippets/oriverse_wgpu-255445ce6d9a0851/inline2.js"
|
|
379
381
|
import * as import3 from "./snippets/oriverse_market_client-0cd3013288f3c49c/inline0.js"
|
|
380
|
-
import * as import4 from "./snippets/oriverse_networking_shared-e43478064e11e46c/
|
|
382
|
+
import * as import4 from "./snippets/oriverse_networking_shared-e43478064e11e46c/inline1.js"
|
|
381
383
|
|
|
382
384
|
function __wbg_get_imports() {
|
|
383
385
|
const import0 = {
|
|
@@ -679,6 +681,9 @@ function __wbg_get_imports() {
|
|
|
679
681
|
const ret = arg0.clipboard;
|
|
680
682
|
return ret;
|
|
681
683
|
},
|
|
684
|
+
__wbg_close_057c72588b4f82bf: function(arg0) {
|
|
685
|
+
arg0.close();
|
|
686
|
+
},
|
|
682
687
|
__wbg_close_690d36108c557337: function() { return handleError(function (arg0) {
|
|
683
688
|
arg0.close();
|
|
684
689
|
}, arguments); },
|
|
@@ -735,6 +740,10 @@ function __wbg_get_imports() {
|
|
|
735
740
|
const ret = arg0.contentWindow;
|
|
736
741
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
737
742
|
},
|
|
743
|
+
__wbg_convertToBlob_b1ca07fae81d1fb0: function() { return handleError(function (arg0, arg1) {
|
|
744
|
+
const ret = arg0.convertToBlob(arg1);
|
|
745
|
+
return ret;
|
|
746
|
+
}, arguments); },
|
|
738
747
|
__wbg_copyBufferToBuffer_8bb974c7f9c5f4dc: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
739
748
|
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4);
|
|
740
749
|
}, arguments); },
|
|
@@ -925,6 +934,9 @@ function __wbg_get_imports() {
|
|
|
925
934
|
const ret = arg0.done;
|
|
926
935
|
return ret;
|
|
927
936
|
},
|
|
937
|
+
__wbg_drawImage_322eeb8916170efc: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
938
|
+
arg0.drawImage(arg1, arg2, arg3);
|
|
939
|
+
}, arguments); },
|
|
928
940
|
__wbg_drawIndexedIndirect_300125bd70bcd09b: function(arg0, arg1, arg2) {
|
|
929
941
|
arg0.drawIndexedIndirect(arg1, arg2);
|
|
930
942
|
},
|
|
@@ -1431,6 +1443,16 @@ function __wbg_get_imports() {
|
|
|
1431
1443
|
const ret = result;
|
|
1432
1444
|
return ret;
|
|
1433
1445
|
},
|
|
1446
|
+
__wbg_instanceof_ImageBitmap_633c8e1f13eaf295: function(arg0) {
|
|
1447
|
+
let result;
|
|
1448
|
+
try {
|
|
1449
|
+
result = arg0 instanceof ImageBitmap;
|
|
1450
|
+
} catch (_) {
|
|
1451
|
+
result = false;
|
|
1452
|
+
}
|
|
1453
|
+
const ret = result;
|
|
1454
|
+
return ret;
|
|
1455
|
+
},
|
|
1434
1456
|
__wbg_instanceof_Memory_c492b7d1a51b453d: function(arg0) {
|
|
1435
1457
|
let result;
|
|
1436
1458
|
try {
|
|
@@ -1451,6 +1473,16 @@ function __wbg_get_imports() {
|
|
|
1451
1473
|
const ret = result;
|
|
1452
1474
|
return ret;
|
|
1453
1475
|
},
|
|
1476
|
+
__wbg_instanceof_OffscreenCanvasRenderingContext2d_0ee7d4ca3a88ef2d: function(arg0) {
|
|
1477
|
+
let result;
|
|
1478
|
+
try {
|
|
1479
|
+
result = arg0 instanceof OffscreenCanvasRenderingContext2D;
|
|
1480
|
+
} catch (_) {
|
|
1481
|
+
result = false;
|
|
1482
|
+
}
|
|
1483
|
+
const ret = result;
|
|
1484
|
+
return ret;
|
|
1485
|
+
},
|
|
1454
1486
|
__wbg_instanceof_Performance_fc16db7b6f107638: function(arg0) {
|
|
1455
1487
|
let result;
|
|
1456
1488
|
try {
|
|
@@ -1537,6 +1569,13 @@ function __wbg_get_imports() {
|
|
|
1537
1569
|
const ret = Symbol.iterator;
|
|
1538
1570
|
return ret;
|
|
1539
1571
|
},
|
|
1572
|
+
__wbg_key_84733a6ee7e4d63e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1573
|
+
const ret = arg1.key(arg2 >>> 0);
|
|
1574
|
+
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1575
|
+
var len1 = WASM_VECTOR_LEN;
|
|
1576
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1577
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1578
|
+
}, arguments); },
|
|
1540
1579
|
__wbg_key_99eb0f0a1000963d: function(arg0, arg1) {
|
|
1541
1580
|
const ret = arg1.key;
|
|
1542
1581
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1562,6 +1601,10 @@ function __wbg_get_imports() {
|
|
|
1562
1601
|
const ret = arg0.length;
|
|
1563
1602
|
return ret;
|
|
1564
1603
|
},
|
|
1604
|
+
__wbg_length_8632bd8b5ab30449: function() { return handleError(function (arg0) {
|
|
1605
|
+
const ret = arg0.length;
|
|
1606
|
+
return ret;
|
|
1607
|
+
}, arguments); },
|
|
1565
1608
|
__wbg_length_913f63493d251eea: function(arg0) {
|
|
1566
1609
|
const ret = arg0.length;
|
|
1567
1610
|
return ret;
|
|
@@ -1762,6 +1805,10 @@ function __wbg_get_imports() {
|
|
|
1762
1805
|
const ret = arg0.maxVertexBuffers;
|
|
1763
1806
|
return ret;
|
|
1764
1807
|
},
|
|
1808
|
+
__wbg_mcpRelayReadIndexedDbValue_5beb2a92ee1aff93: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
1809
|
+
const ret = mcpRelayReadIndexedDbValue(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5));
|
|
1810
|
+
return ret;
|
|
1811
|
+
}, arguments); },
|
|
1765
1812
|
__wbg_media_91e147d0112e864c: function(arg0, arg1) {
|
|
1766
1813
|
const ret = arg1.media;
|
|
1767
1814
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1916,6 +1963,10 @@ function __wbg_get_imports() {
|
|
|
1916
1963
|
const ret = new URL(getStringFromWasm0(arg0, arg1));
|
|
1917
1964
|
return ret;
|
|
1918
1965
|
}, arguments); },
|
|
1966
|
+
__wbg_new_bd6c634574cbafea: function() { return handleError(function (arg0, arg1) {
|
|
1967
|
+
const ret = new OffscreenCanvas(arg0 >>> 0, arg1 >>> 0);
|
|
1968
|
+
return ret;
|
|
1969
|
+
}, arguments); },
|
|
1919
1970
|
__wbg_new_c518c60af666645b: function() { return handleError(function () {
|
|
1920
1971
|
const ret = new AbortController();
|
|
1921
1972
|
return ret;
|
|
@@ -2006,6 +2057,10 @@ function __wbg_get_imports() {
|
|
|
2006
2057
|
const ret = new Blob(arg0, arg1);
|
|
2007
2058
|
return ret;
|
|
2008
2059
|
}, arguments); },
|
|
2060
|
+
__wbg_new_with_u8_clamped_array_and_sh_5d9be5b17e50951c: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
2061
|
+
const ret = new ImageData(getClampedArrayU8FromWasm0(arg0, arg1), arg2 >>> 0, arg3 >>> 0);
|
|
2062
|
+
return ret;
|
|
2063
|
+
}, arguments); },
|
|
2009
2064
|
__wbg_new_with_u8_clamped_array_f0ba3283326efdd8: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2010
2065
|
const ret = new ImageData(getClampedArrayU8FromWasm0(arg0, arg1), arg2 >>> 0);
|
|
2011
2066
|
return ret;
|
|
@@ -3001,6 +3056,9 @@ function __wbg_get_imports() {
|
|
|
3001
3056
|
__wbg_set_primitive_369241acd17871f1: function(arg0, arg1) {
|
|
3002
3057
|
arg0.primitive = arg1;
|
|
3003
3058
|
},
|
|
3059
|
+
__wbg_set_quality_9da3d6d5d698e87b: function(arg0, arg1) {
|
|
3060
|
+
arg0.quality = arg1;
|
|
3061
|
+
},
|
|
3004
3062
|
__wbg_set_query_set_18679a8580267d5a: function(arg0, arg1) {
|
|
3005
3063
|
arg0.querySet = arg1;
|
|
3006
3064
|
},
|
|
@@ -3016,6 +3074,12 @@ function __wbg_get_imports() {
|
|
|
3016
3074
|
__wbg_set_required_limits_3b031f66f838f4e3: function(arg0, arg1) {
|
|
3017
3075
|
arg0.requiredLimits = arg1;
|
|
3018
3076
|
},
|
|
3077
|
+
__wbg_set_resize_height_5f8c3bb6f7aa1224: function(arg0, arg1) {
|
|
3078
|
+
arg0.resizeHeight = arg1 >>> 0;
|
|
3079
|
+
},
|
|
3080
|
+
__wbg_set_resize_width_b2d730c39f5964a9: function(arg0, arg1) {
|
|
3081
|
+
arg0.resizeWidth = arg1 >>> 0;
|
|
3082
|
+
},
|
|
3019
3083
|
__wbg_set_resolve_target_fe76b3f99cf72078: function(arg0, arg1) {
|
|
3020
3084
|
arg0.resolveTarget = arg1;
|
|
3021
3085
|
},
|
|
@@ -3136,6 +3200,9 @@ function __wbg_get_imports() {
|
|
|
3136
3200
|
__wbg_set_type_38961e08504ca674: function(arg0, arg1) {
|
|
3137
3201
|
arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
|
|
3138
3202
|
},
|
|
3203
|
+
__wbg_set_type_8fe198c74b7f6c3e: function(arg0, arg1, arg2) {
|
|
3204
|
+
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
3205
|
+
},
|
|
3139
3206
|
__wbg_set_type_c1eebc19f8a6aeb9: function(arg0, arg1) {
|
|
3140
3207
|
arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
|
|
3141
3208
|
},
|
|
@@ -3414,6 +3481,10 @@ function __wbg_get_imports() {
|
|
|
3414
3481
|
__wbg_warn_69424c2d92a2fa73: function(arg0) {
|
|
3415
3482
|
console.warn(arg0);
|
|
3416
3483
|
},
|
|
3484
|
+
__wbg_webRtcReadIndexedDbValue_0a8778ce3ca91126: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
3485
|
+
const ret = webRtcReadIndexedDbValue(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3), getStringFromWasm0(arg4, arg5));
|
|
3486
|
+
return ret;
|
|
3487
|
+
}, arguments); },
|
|
3417
3488
|
__wbg_webkitFullscreenElement_4055d847f8ff064e: function(arg0) {
|
|
3418
3489
|
const ret = arg0.webkitFullscreenElement;
|
|
3419
3490
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
@@ -3440,138 +3511,138 @@ function __wbg_get_imports() {
|
|
|
3440
3511
|
arg0.writeTexture(arg1, getArrayU8FromWasm0(arg2, arg3), arg4, arg5);
|
|
3441
3512
|
}, arguments); },
|
|
3442
3513
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
3443
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3444
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3514
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2389, function: Function { arguments: [Externref, Externref], shim_idx: 2392, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3515
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2c5042544683424e, wasm_bindgen__convert__closures_____invoke__ha7db474e02047f8b);
|
|
3445
3516
|
return ret;
|
|
3446
3517
|
},
|
|
3447
3518
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
3448
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3449
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3519
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2389, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 2390, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3520
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2c5042544683424e, wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb);
|
|
3450
3521
|
return ret;
|
|
3451
3522
|
},
|
|
3452
3523
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
3453
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3454
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3524
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2389, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2390, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3525
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2c5042544683424e, wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb_2);
|
|
3455
3526
|
return ret;
|
|
3456
3527
|
},
|
|
3457
3528
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
3458
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3459
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3529
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2389, function: Function { arguments: [NamedExternref("RTCDataChannelEvent")], shim_idx: 2390, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3530
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2c5042544683424e, wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb_3);
|
|
3460
3531
|
return ret;
|
|
3461
3532
|
},
|
|
3462
3533
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
3463
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3464
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3534
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2389, function: Function { arguments: [NamedExternref("RTCPeerConnectionIceEvent")], shim_idx: 2390, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3535
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2c5042544683424e, wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb_4);
|
|
3465
3536
|
return ret;
|
|
3466
3537
|
},
|
|
3467
3538
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
3468
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3469
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3539
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3249, function: Function { arguments: [], shim_idx: 3250, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3540
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hb00d3b28a41b11e1, wasm_bindgen__convert__closures_____invoke__hc884a3961f9308d2);
|
|
3470
3541
|
return ret;
|
|
3471
3542
|
},
|
|
3472
3543
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
3473
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3474
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
3544
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4481, function: Function { arguments: [String], shim_idx: 4482, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
3545
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h39262aa57cbbb419, wasm_bindgen__convert__closures_____invoke__h0fd2d01a8ab19dc8);
|
|
3475
3546
|
return ret;
|
|
3476
3547
|
},
|
|
3477
3548
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
3478
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3479
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3549
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4546, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 4547, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3550
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h39c38f6ea1ed7ed7, wasm_bindgen__convert__closures_____invoke__h4cf5bf9bd91c034f);
|
|
3480
3551
|
return ret;
|
|
3481
3552
|
},
|
|
3482
3553
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
3483
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3484
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3554
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4662, function: Function { arguments: [Externref], shim_idx: 4663, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3555
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h341b474f64a7b80d, wasm_bindgen__convert__closures_____invoke__h129050e44bb8ac36);
|
|
3485
3556
|
return ret;
|
|
3486
3557
|
},
|
|
3487
3558
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
|
3488
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3489
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3559
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [Externref], shim_idx: 4747, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3560
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411);
|
|
3490
3561
|
return ret;
|
|
3491
3562
|
},
|
|
3492
3563
|
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
3493
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3494
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3564
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 4750, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3565
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__hc1a3ca24eab140ff);
|
|
3495
3566
|
return ret;
|
|
3496
3567
|
},
|
|
3497
3568
|
__wbindgen_cast_000000000000000c: function(arg0, arg1) {
|
|
3498
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3499
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3569
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 4747, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3570
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_11);
|
|
3500
3571
|
return ret;
|
|
3501
3572
|
},
|
|
3502
3573
|
__wbindgen_cast_000000000000000d: function(arg0, arg1) {
|
|
3503
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3504
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3574
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("Event")], shim_idx: 4747, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3575
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_12);
|
|
3505
3576
|
return ret;
|
|
3506
3577
|
},
|
|
3507
3578
|
__wbindgen_cast_000000000000000e: function(arg0, arg1) {
|
|
3508
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3509
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3579
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 4747, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3580
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_13);
|
|
3510
3581
|
return ret;
|
|
3511
3582
|
},
|
|
3512
3583
|
__wbindgen_cast_000000000000000f: function(arg0, arg1) {
|
|
3513
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3514
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3584
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("KeyboardEvent")], shim_idx: 4747, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3585
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_14);
|
|
3515
3586
|
return ret;
|
|
3516
3587
|
},
|
|
3517
3588
|
__wbindgen_cast_0000000000000010: function(arg0, arg1) {
|
|
3518
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3519
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3589
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("PageTransitionEvent")], shim_idx: 4747, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3590
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_15);
|
|
3520
3591
|
return ret;
|
|
3521
3592
|
},
|
|
3522
3593
|
__wbindgen_cast_0000000000000011: function(arg0, arg1) {
|
|
3523
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3524
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3594
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("PointerEvent")], shim_idx: 4747, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3595
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_16);
|
|
3525
3596
|
return ret;
|
|
3526
3597
|
},
|
|
3527
3598
|
__wbindgen_cast_0000000000000012: function(arg0, arg1) {
|
|
3528
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3529
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3599
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("WheelEvent")], shim_idx: 4747, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3600
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_17);
|
|
3530
3601
|
return ret;
|
|
3531
3602
|
},
|
|
3532
3603
|
__wbindgen_cast_0000000000000013: function(arg0, arg1) {
|
|
3533
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3534
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3604
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [Option(NamedExternref("Blob"))], shim_idx: 4754, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3605
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__h0c19bb61b3049c4c);
|
|
3535
3606
|
return ret;
|
|
3536
3607
|
},
|
|
3537
3608
|
__wbindgen_cast_0000000000000014: function(arg0, arg1) {
|
|
3538
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3539
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3609
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [], shim_idx: 4758, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3610
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h05f4762a24946da6, wasm_bindgen__convert__closures_____invoke__h288ae4401ad8a4a7);
|
|
3540
3611
|
return ret;
|
|
3541
3612
|
},
|
|
3542
3613
|
__wbindgen_cast_0000000000000015: function(arg0, arg1) {
|
|
3543
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3614
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5598, function: Function { arguments: [], shim_idx: 5599, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3544
3615
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2504b00990fec809, wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754);
|
|
3545
3616
|
return ret;
|
|
3546
3617
|
},
|
|
3547
3618
|
__wbindgen_cast_0000000000000016: function(arg0, arg1) {
|
|
3548
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3549
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3619
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5624, function: Function { arguments: [Externref], shim_idx: 5625, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3620
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h38a25b155c54050b, wasm_bindgen__convert__closures_____invoke__hca3e9975997af2ec);
|
|
3550
3621
|
return ret;
|
|
3551
3622
|
},
|
|
3552
3623
|
__wbindgen_cast_0000000000000017: function(arg0, arg1) {
|
|
3553
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3624
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5782, function: Function { arguments: [Externref], shim_idx: 5783, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3554
3625
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h780a4b6abdc124b2, wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f);
|
|
3555
3626
|
return ret;
|
|
3556
3627
|
},
|
|
3557
3628
|
__wbindgen_cast_0000000000000018: function(arg0, arg1) {
|
|
3558
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3559
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3629
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 8, function: Function { arguments: [NamedExternref("ClipboardEvent")], shim_idx: 9, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3630
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h173d95c778bdcbde, wasm_bindgen__convert__closures_____invoke__h3534b2832bd21faf);
|
|
3560
3631
|
return ret;
|
|
3561
3632
|
},
|
|
3562
3633
|
__wbindgen_cast_0000000000000019: function(arg0, arg1) {
|
|
3563
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3564
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3634
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 8, function: Function { arguments: [NamedExternref("MouseEvent")], shim_idx: 9, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3635
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h173d95c778bdcbde, wasm_bindgen__convert__closures_____invoke__h3534b2832bd21faf_24);
|
|
3565
3636
|
return ret;
|
|
3566
3637
|
},
|
|
3567
3638
|
__wbindgen_cast_000000000000001a: function(arg0, arg1) {
|
|
3568
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3569
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3639
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 8, function: Function { arguments: [String, String, Boolean], shim_idx: 14, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3640
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h173d95c778bdcbde, wasm_bindgen__convert__closures_____invoke__h126b863292be4410);
|
|
3570
3641
|
return ret;
|
|
3571
3642
|
},
|
|
3572
3643
|
__wbindgen_cast_000000000000001b: function(arg0, arg1) {
|
|
3573
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3574
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3644
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 8, function: Function { arguments: [U32, U32, F64], shim_idx: 12, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3645
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h173d95c778bdcbde, wasm_bindgen__convert__closures_____invoke__hff8af640998784fa);
|
|
3575
3646
|
return ret;
|
|
3576
3647
|
},
|
|
3577
3648
|
__wbindgen_cast_000000000000001c: function(arg0) {
|
|
@@ -3602,92 +3673,92 @@ function __wbg_get_imports() {
|
|
|
3602
3673
|
return {
|
|
3603
3674
|
__proto__: null,
|
|
3604
3675
|
"./oriverse_wgpu_bg.js": import0,
|
|
3605
|
-
"./snippets/oriverse_wgpu-255445ce6d9a0851/
|
|
3606
|
-
"./snippets/oriverse_wgpu-255445ce6d9a0851/
|
|
3676
|
+
"./snippets/oriverse_wgpu-255445ce6d9a0851/inline1.js": import1,
|
|
3677
|
+
"./snippets/oriverse_wgpu-255445ce6d9a0851/inline2.js": import2,
|
|
3607
3678
|
"./snippets/oriverse_market_client-0cd3013288f3c49c/inline0.js": import3,
|
|
3608
|
-
"./snippets/oriverse_networking_shared-e43478064e11e46c/
|
|
3679
|
+
"./snippets/oriverse_networking_shared-e43478064e11e46c/inline1.js": import4,
|
|
3609
3680
|
};
|
|
3610
3681
|
}
|
|
3611
3682
|
|
|
3612
3683
|
const lAudioContext = (typeof AudioContext !== 'undefined' ? AudioContext : (typeof webkitAudioContext !== 'undefined' ? webkitAudioContext : undefined));
|
|
3613
|
-
function
|
|
3614
|
-
wasm.
|
|
3684
|
+
function wasm_bindgen__convert__closures_____invoke__hc884a3961f9308d2(arg0, arg1) {
|
|
3685
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc884a3961f9308d2(arg0, arg1);
|
|
3615
3686
|
}
|
|
3616
3687
|
|
|
3617
|
-
function
|
|
3618
|
-
wasm.
|
|
3688
|
+
function wasm_bindgen__convert__closures_____invoke__h288ae4401ad8a4a7(arg0, arg1) {
|
|
3689
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h288ae4401ad8a4a7(arg0, arg1);
|
|
3619
3690
|
}
|
|
3620
3691
|
|
|
3621
3692
|
function wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754(arg0, arg1) {
|
|
3622
3693
|
wasm.wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754(arg0, arg1);
|
|
3623
3694
|
}
|
|
3624
3695
|
|
|
3625
|
-
function
|
|
3626
|
-
wasm.
|
|
3696
|
+
function wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb(arg0, arg1, arg2) {
|
|
3697
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb(arg0, arg1, arg2);
|
|
3627
3698
|
}
|
|
3628
3699
|
|
|
3629
|
-
function
|
|
3630
|
-
wasm.
|
|
3700
|
+
function wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb_2(arg0, arg1, arg2) {
|
|
3701
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb_2(arg0, arg1, arg2);
|
|
3631
3702
|
}
|
|
3632
3703
|
|
|
3633
|
-
function
|
|
3634
|
-
wasm.
|
|
3704
|
+
function wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb_3(arg0, arg1, arg2) {
|
|
3705
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb_3(arg0, arg1, arg2);
|
|
3635
3706
|
}
|
|
3636
3707
|
|
|
3637
|
-
function
|
|
3638
|
-
wasm.
|
|
3708
|
+
function wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb_4(arg0, arg1, arg2) {
|
|
3709
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb_4(arg0, arg1, arg2);
|
|
3639
3710
|
}
|
|
3640
3711
|
|
|
3641
|
-
function
|
|
3642
|
-
wasm.
|
|
3712
|
+
function wasm_bindgen__convert__closures_____invoke__h4cf5bf9bd91c034f(arg0, arg1, arg2) {
|
|
3713
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4cf5bf9bd91c034f(arg0, arg1, arg2);
|
|
3643
3714
|
}
|
|
3644
3715
|
|
|
3645
|
-
function
|
|
3646
|
-
wasm.
|
|
3716
|
+
function wasm_bindgen__convert__closures_____invoke__h129050e44bb8ac36(arg0, arg1, arg2) {
|
|
3717
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h129050e44bb8ac36(arg0, arg1, arg2);
|
|
3647
3718
|
}
|
|
3648
3719
|
|
|
3649
|
-
function
|
|
3650
|
-
wasm.
|
|
3720
|
+
function wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411(arg0, arg1, arg2) {
|
|
3721
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411(arg0, arg1, arg2);
|
|
3651
3722
|
}
|
|
3652
3723
|
|
|
3653
|
-
function
|
|
3654
|
-
wasm.
|
|
3724
|
+
function wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_11(arg0, arg1, arg2) {
|
|
3725
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_11(arg0, arg1, arg2);
|
|
3655
3726
|
}
|
|
3656
3727
|
|
|
3657
|
-
function
|
|
3658
|
-
wasm.
|
|
3728
|
+
function wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_12(arg0, arg1, arg2) {
|
|
3729
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_12(arg0, arg1, arg2);
|
|
3659
3730
|
}
|
|
3660
3731
|
|
|
3661
|
-
function
|
|
3662
|
-
wasm.
|
|
3732
|
+
function wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_13(arg0, arg1, arg2) {
|
|
3733
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_13(arg0, arg1, arg2);
|
|
3663
3734
|
}
|
|
3664
3735
|
|
|
3665
|
-
function
|
|
3666
|
-
wasm.
|
|
3736
|
+
function wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_14(arg0, arg1, arg2) {
|
|
3737
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_14(arg0, arg1, arg2);
|
|
3667
3738
|
}
|
|
3668
3739
|
|
|
3669
|
-
function
|
|
3670
|
-
wasm.
|
|
3740
|
+
function wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_15(arg0, arg1, arg2) {
|
|
3741
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_15(arg0, arg1, arg2);
|
|
3671
3742
|
}
|
|
3672
3743
|
|
|
3673
|
-
function
|
|
3674
|
-
wasm.
|
|
3744
|
+
function wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_16(arg0, arg1, arg2) {
|
|
3745
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_16(arg0, arg1, arg2);
|
|
3675
3746
|
}
|
|
3676
3747
|
|
|
3677
|
-
function
|
|
3678
|
-
wasm.
|
|
3748
|
+
function wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_17(arg0, arg1, arg2) {
|
|
3749
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411_17(arg0, arg1, arg2);
|
|
3679
3750
|
}
|
|
3680
3751
|
|
|
3681
|
-
function
|
|
3682
|
-
wasm.
|
|
3752
|
+
function wasm_bindgen__convert__closures_____invoke__hca3e9975997af2ec(arg0, arg1, arg2) {
|
|
3753
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hca3e9975997af2ec(arg0, arg1, arg2);
|
|
3683
3754
|
}
|
|
3684
3755
|
|
|
3685
|
-
function
|
|
3686
|
-
wasm.
|
|
3756
|
+
function wasm_bindgen__convert__closures_____invoke__h3534b2832bd21faf(arg0, arg1, arg2) {
|
|
3757
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3534b2832bd21faf(arg0, arg1, arg2);
|
|
3687
3758
|
}
|
|
3688
3759
|
|
|
3689
|
-
function
|
|
3690
|
-
wasm.
|
|
3760
|
+
function wasm_bindgen__convert__closures_____invoke__h3534b2832bd21faf_24(arg0, arg1, arg2) {
|
|
3761
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3534b2832bd21faf_24(arg0, arg1, arg2);
|
|
3691
3762
|
}
|
|
3692
3763
|
|
|
3693
3764
|
function wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f(arg0, arg1, arg2) {
|
|
@@ -3697,38 +3768,38 @@ function wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f(arg0, arg
|
|
|
3697
3768
|
}
|
|
3698
3769
|
}
|
|
3699
3770
|
|
|
3700
|
-
function
|
|
3701
|
-
wasm.
|
|
3771
|
+
function wasm_bindgen__convert__closures_____invoke__ha7db474e02047f8b(arg0, arg1, arg2, arg3) {
|
|
3772
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha7db474e02047f8b(arg0, arg1, arg2, arg3);
|
|
3702
3773
|
}
|
|
3703
3774
|
|
|
3704
|
-
function
|
|
3705
|
-
wasm.
|
|
3775
|
+
function wasm_bindgen__convert__closures_____invoke__hc1a3ca24eab140ff(arg0, arg1, arg2, arg3) {
|
|
3776
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc1a3ca24eab140ff(arg0, arg1, arg2, arg3);
|
|
3706
3777
|
}
|
|
3707
3778
|
|
|
3708
3779
|
function wasm_bindgen__convert__closures_____invoke__h4e1d18a25cb702b7(arg0, arg1, arg2, arg3) {
|
|
3709
3780
|
wasm.wasm_bindgen__convert__closures_____invoke__h4e1d18a25cb702b7(arg0, arg1, arg2, arg3);
|
|
3710
3781
|
}
|
|
3711
3782
|
|
|
3712
|
-
function
|
|
3713
|
-
wasm.
|
|
3783
|
+
function wasm_bindgen__convert__closures_____invoke__h0c19bb61b3049c4c(arg0, arg1, arg2) {
|
|
3784
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0c19bb61b3049c4c(arg0, arg1, isLikeNone(arg2) ? 0 : addToExternrefTable0(arg2));
|
|
3714
3785
|
}
|
|
3715
3786
|
|
|
3716
|
-
function
|
|
3787
|
+
function wasm_bindgen__convert__closures_____invoke__h0fd2d01a8ab19dc8(arg0, arg1, arg2) {
|
|
3717
3788
|
const ptr0 = passStringToWasm0(arg2, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3718
3789
|
const len0 = WASM_VECTOR_LEN;
|
|
3719
|
-
wasm.
|
|
3790
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0fd2d01a8ab19dc8(arg0, arg1, ptr0, len0);
|
|
3720
3791
|
}
|
|
3721
3792
|
|
|
3722
|
-
function
|
|
3793
|
+
function wasm_bindgen__convert__closures_____invoke__h126b863292be4410(arg0, arg1, arg2, arg3, arg4) {
|
|
3723
3794
|
const ptr0 = passStringToWasm0(arg2, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3724
3795
|
const len0 = WASM_VECTOR_LEN;
|
|
3725
3796
|
const ptr1 = passStringToWasm0(arg3, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3726
3797
|
const len1 = WASM_VECTOR_LEN;
|
|
3727
|
-
wasm.
|
|
3798
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h126b863292be4410(arg0, arg1, ptr0, len0, ptr1, len1, arg4);
|
|
3728
3799
|
}
|
|
3729
3800
|
|
|
3730
|
-
function
|
|
3731
|
-
wasm.
|
|
3801
|
+
function wasm_bindgen__convert__closures_____invoke__hff8af640998784fa(arg0, arg1, arg2, arg3, arg4) {
|
|
3802
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hff8af640998784fa(arg0, arg1, arg2, arg3, arg4);
|
|
3732
3803
|
}
|
|
3733
3804
|
|
|
3734
3805
|
|
|
Binary file
|