oriverse-engine 0.1.6 → 0.1.8
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 +11 -8
- package/dist/CODEX_PROMPT.md +7 -7
- package/dist/oriverse_wgpu.d.ts +35 -35
- package/dist/oriverse_wgpu.js +170 -110
- 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 -1
- 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 +32 -27
- 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 +353 -86
- 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 {
|
|
@@ -1773,6 +1805,10 @@ function __wbg_get_imports() {
|
|
|
1773
1805
|
const ret = arg0.maxVertexBuffers;
|
|
1774
1806
|
return ret;
|
|
1775
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); },
|
|
1776
1812
|
__wbg_media_91e147d0112e864c: function(arg0, arg1) {
|
|
1777
1813
|
const ret = arg1.media;
|
|
1778
1814
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1927,6 +1963,10 @@ function __wbg_get_imports() {
|
|
|
1927
1963
|
const ret = new URL(getStringFromWasm0(arg0, arg1));
|
|
1928
1964
|
return ret;
|
|
1929
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); },
|
|
1930
1970
|
__wbg_new_c518c60af666645b: function() { return handleError(function () {
|
|
1931
1971
|
const ret = new AbortController();
|
|
1932
1972
|
return ret;
|
|
@@ -2017,6 +2057,10 @@ function __wbg_get_imports() {
|
|
|
2017
2057
|
const ret = new Blob(arg0, arg1);
|
|
2018
2058
|
return ret;
|
|
2019
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); },
|
|
2020
2064
|
__wbg_new_with_u8_clamped_array_f0ba3283326efdd8: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2021
2065
|
const ret = new ImageData(getClampedArrayU8FromWasm0(arg0, arg1), arg2 >>> 0);
|
|
2022
2066
|
return ret;
|
|
@@ -3012,6 +3056,9 @@ function __wbg_get_imports() {
|
|
|
3012
3056
|
__wbg_set_primitive_369241acd17871f1: function(arg0, arg1) {
|
|
3013
3057
|
arg0.primitive = arg1;
|
|
3014
3058
|
},
|
|
3059
|
+
__wbg_set_quality_9da3d6d5d698e87b: function(arg0, arg1) {
|
|
3060
|
+
arg0.quality = arg1;
|
|
3061
|
+
},
|
|
3015
3062
|
__wbg_set_query_set_18679a8580267d5a: function(arg0, arg1) {
|
|
3016
3063
|
arg0.querySet = arg1;
|
|
3017
3064
|
},
|
|
@@ -3027,6 +3074,12 @@ function __wbg_get_imports() {
|
|
|
3027
3074
|
__wbg_set_required_limits_3b031f66f838f4e3: function(arg0, arg1) {
|
|
3028
3075
|
arg0.requiredLimits = arg1;
|
|
3029
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
|
+
},
|
|
3030
3083
|
__wbg_set_resolve_target_fe76b3f99cf72078: function(arg0, arg1) {
|
|
3031
3084
|
arg0.resolveTarget = arg1;
|
|
3032
3085
|
},
|
|
@@ -3147,6 +3200,9 @@ function __wbg_get_imports() {
|
|
|
3147
3200
|
__wbg_set_type_38961e08504ca674: function(arg0, arg1) {
|
|
3148
3201
|
arg0.type = __wbindgen_enum_GpuBufferBindingType[arg1];
|
|
3149
3202
|
},
|
|
3203
|
+
__wbg_set_type_8fe198c74b7f6c3e: function(arg0, arg1, arg2) {
|
|
3204
|
+
arg0.type = getStringFromWasm0(arg1, arg2);
|
|
3205
|
+
},
|
|
3150
3206
|
__wbg_set_type_c1eebc19f8a6aeb9: function(arg0, arg1) {
|
|
3151
3207
|
arg0.type = __wbindgen_enum_GpuSamplerBindingType[arg1];
|
|
3152
3208
|
},
|
|
@@ -3425,6 +3481,10 @@ function __wbg_get_imports() {
|
|
|
3425
3481
|
__wbg_warn_69424c2d92a2fa73: function(arg0) {
|
|
3426
3482
|
console.warn(arg0);
|
|
3427
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); },
|
|
3428
3488
|
__wbg_webkitFullscreenElement_4055d847f8ff064e: function(arg0) {
|
|
3429
3489
|
const ret = arg0.webkitFullscreenElement;
|
|
3430
3490
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
@@ -3451,138 +3511,138 @@ function __wbg_get_imports() {
|
|
|
3451
3511
|
arg0.writeTexture(arg1, getArrayU8FromWasm0(arg2, arg3), arg4, arg5);
|
|
3452
3512
|
}, arguments); },
|
|
3453
3513
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
3454
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3455
|
-
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);
|
|
3456
3516
|
return ret;
|
|
3457
3517
|
},
|
|
3458
3518
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
3459
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3460
|
-
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);
|
|
3461
3521
|
return ret;
|
|
3462
3522
|
},
|
|
3463
3523
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
3464
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3465
|
-
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);
|
|
3466
3526
|
return ret;
|
|
3467
3527
|
},
|
|
3468
3528
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
3469
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3470
|
-
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);
|
|
3471
3531
|
return ret;
|
|
3472
3532
|
},
|
|
3473
3533
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
3474
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3475
|
-
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);
|
|
3476
3536
|
return ret;
|
|
3477
3537
|
},
|
|
3478
3538
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
3479
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3480
|
-
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);
|
|
3481
3541
|
return ret;
|
|
3482
3542
|
},
|
|
3483
3543
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
3484
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3485
|
-
const ret =
|
|
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);
|
|
3486
3546
|
return ret;
|
|
3487
3547
|
},
|
|
3488
3548
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
3489
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3490
|
-
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);
|
|
3491
3551
|
return ret;
|
|
3492
3552
|
},
|
|
3493
3553
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
3494
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3495
|
-
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);
|
|
3496
3556
|
return ret;
|
|
3497
3557
|
},
|
|
3498
3558
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
|
3499
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3500
|
-
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);
|
|
3501
3561
|
return ret;
|
|
3502
3562
|
},
|
|
3503
3563
|
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
3504
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3505
|
-
const ret =
|
|
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);
|
|
3506
3566
|
return ret;
|
|
3507
3567
|
},
|
|
3508
3568
|
__wbindgen_cast_000000000000000c: function(arg0, arg1) {
|
|
3509
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3510
|
-
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);
|
|
3511
3571
|
return ret;
|
|
3512
3572
|
},
|
|
3513
3573
|
__wbindgen_cast_000000000000000d: function(arg0, arg1) {
|
|
3514
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3515
|
-
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);
|
|
3516
3576
|
return ret;
|
|
3517
3577
|
},
|
|
3518
3578
|
__wbindgen_cast_000000000000000e: function(arg0, arg1) {
|
|
3519
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [
|
|
3520
|
-
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);
|
|
3521
3581
|
return ret;
|
|
3522
3582
|
},
|
|
3523
3583
|
__wbindgen_cast_000000000000000f: function(arg0, arg1) {
|
|
3524
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("
|
|
3525
|
-
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);
|
|
3526
3586
|
return ret;
|
|
3527
3587
|
},
|
|
3528
3588
|
__wbindgen_cast_0000000000000010: function(arg0, arg1) {
|
|
3529
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("
|
|
3530
|
-
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);
|
|
3531
3591
|
return ret;
|
|
3532
3592
|
},
|
|
3533
3593
|
__wbindgen_cast_0000000000000011: function(arg0, arg1) {
|
|
3534
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("
|
|
3535
|
-
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);
|
|
3536
3596
|
return ret;
|
|
3537
3597
|
},
|
|
3538
3598
|
__wbindgen_cast_0000000000000012: function(arg0, arg1) {
|
|
3539
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("
|
|
3540
|
-
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);
|
|
3541
3601
|
return ret;
|
|
3542
3602
|
},
|
|
3543
3603
|
__wbindgen_cast_0000000000000013: function(arg0, arg1) {
|
|
3544
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("
|
|
3545
|
-
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);
|
|
3546
3606
|
return ret;
|
|
3547
3607
|
},
|
|
3548
3608
|
__wbindgen_cast_0000000000000014: function(arg0, arg1) {
|
|
3549
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [
|
|
3550
|
-
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);
|
|
3551
3611
|
return ret;
|
|
3552
3612
|
},
|
|
3553
3613
|
__wbindgen_cast_0000000000000015: function(arg0, arg1) {
|
|
3554
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3555
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3614
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5598, function: Function { arguments: [], shim_idx: 5599, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3615
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2504b00990fec809, wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754);
|
|
3556
3616
|
return ret;
|
|
3557
3617
|
},
|
|
3558
3618
|
__wbindgen_cast_0000000000000016: function(arg0, arg1) {
|
|
3559
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3560
|
-
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);
|
|
3561
3621
|
return ret;
|
|
3562
3622
|
},
|
|
3563
3623
|
__wbindgen_cast_0000000000000017: function(arg0, arg1) {
|
|
3564
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3565
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
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`.
|
|
3625
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h780a4b6abdc124b2, wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f);
|
|
3566
3626
|
return ret;
|
|
3567
3627
|
},
|
|
3568
3628
|
__wbindgen_cast_0000000000000018: function(arg0, arg1) {
|
|
3569
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3570
|
-
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);
|
|
3571
3631
|
return ret;
|
|
3572
3632
|
},
|
|
3573
3633
|
__wbindgen_cast_0000000000000019: function(arg0, arg1) {
|
|
3574
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3575
|
-
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);
|
|
3576
3636
|
return ret;
|
|
3577
3637
|
},
|
|
3578
3638
|
__wbindgen_cast_000000000000001a: function(arg0, arg1) {
|
|
3579
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3580
|
-
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);
|
|
3581
3641
|
return ret;
|
|
3582
3642
|
},
|
|
3583
3643
|
__wbindgen_cast_000000000000001b: function(arg0, arg1) {
|
|
3584
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3585
|
-
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);
|
|
3586
3646
|
return ret;
|
|
3587
3647
|
},
|
|
3588
3648
|
__wbindgen_cast_000000000000001c: function(arg0) {
|
|
@@ -3613,92 +3673,92 @@ function __wbg_get_imports() {
|
|
|
3613
3673
|
return {
|
|
3614
3674
|
__proto__: null,
|
|
3615
3675
|
"./oriverse_wgpu_bg.js": import0,
|
|
3616
|
-
"./snippets/oriverse_wgpu-255445ce6d9a0851/
|
|
3617
|
-
"./snippets/oriverse_wgpu-255445ce6d9a0851/
|
|
3676
|
+
"./snippets/oriverse_wgpu-255445ce6d9a0851/inline1.js": import1,
|
|
3677
|
+
"./snippets/oriverse_wgpu-255445ce6d9a0851/inline2.js": import2,
|
|
3618
3678
|
"./snippets/oriverse_market_client-0cd3013288f3c49c/inline0.js": import3,
|
|
3619
|
-
"./snippets/oriverse_networking_shared-e43478064e11e46c/
|
|
3679
|
+
"./snippets/oriverse_networking_shared-e43478064e11e46c/inline1.js": import4,
|
|
3620
3680
|
};
|
|
3621
3681
|
}
|
|
3622
3682
|
|
|
3623
3683
|
const lAudioContext = (typeof AudioContext !== 'undefined' ? AudioContext : (typeof webkitAudioContext !== 'undefined' ? webkitAudioContext : undefined));
|
|
3624
|
-
function
|
|
3625
|
-
wasm.
|
|
3684
|
+
function wasm_bindgen__convert__closures_____invoke__hc884a3961f9308d2(arg0, arg1) {
|
|
3685
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc884a3961f9308d2(arg0, arg1);
|
|
3626
3686
|
}
|
|
3627
3687
|
|
|
3628
|
-
function
|
|
3629
|
-
wasm.
|
|
3688
|
+
function wasm_bindgen__convert__closures_____invoke__h288ae4401ad8a4a7(arg0, arg1) {
|
|
3689
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h288ae4401ad8a4a7(arg0, arg1);
|
|
3630
3690
|
}
|
|
3631
3691
|
|
|
3632
3692
|
function wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754(arg0, arg1) {
|
|
3633
3693
|
wasm.wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754(arg0, arg1);
|
|
3634
3694
|
}
|
|
3635
3695
|
|
|
3636
|
-
function
|
|
3637
|
-
wasm.
|
|
3696
|
+
function wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb(arg0, arg1, arg2) {
|
|
3697
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0834f10b5a624feb(arg0, arg1, arg2);
|
|
3638
3698
|
}
|
|
3639
3699
|
|
|
3640
|
-
function
|
|
3641
|
-
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);
|
|
3642
3702
|
}
|
|
3643
3703
|
|
|
3644
|
-
function
|
|
3645
|
-
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);
|
|
3646
3706
|
}
|
|
3647
3707
|
|
|
3648
|
-
function
|
|
3649
|
-
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);
|
|
3650
3710
|
}
|
|
3651
3711
|
|
|
3652
|
-
function
|
|
3653
|
-
wasm.
|
|
3712
|
+
function wasm_bindgen__convert__closures_____invoke__h4cf5bf9bd91c034f(arg0, arg1, arg2) {
|
|
3713
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4cf5bf9bd91c034f(arg0, arg1, arg2);
|
|
3654
3714
|
}
|
|
3655
3715
|
|
|
3656
|
-
function
|
|
3657
|
-
wasm.
|
|
3716
|
+
function wasm_bindgen__convert__closures_____invoke__h129050e44bb8ac36(arg0, arg1, arg2) {
|
|
3717
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h129050e44bb8ac36(arg0, arg1, arg2);
|
|
3658
3718
|
}
|
|
3659
3719
|
|
|
3660
|
-
function
|
|
3661
|
-
wasm.
|
|
3720
|
+
function wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411(arg0, arg1, arg2) {
|
|
3721
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7aed85664b6dd411(arg0, arg1, arg2);
|
|
3662
3722
|
}
|
|
3663
3723
|
|
|
3664
|
-
function
|
|
3665
|
-
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);
|
|
3666
3726
|
}
|
|
3667
3727
|
|
|
3668
|
-
function
|
|
3669
|
-
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);
|
|
3670
3730
|
}
|
|
3671
3731
|
|
|
3672
|
-
function
|
|
3673
|
-
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);
|
|
3674
3734
|
}
|
|
3675
3735
|
|
|
3676
|
-
function
|
|
3677
|
-
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);
|
|
3678
3738
|
}
|
|
3679
3739
|
|
|
3680
|
-
function
|
|
3681
|
-
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);
|
|
3682
3742
|
}
|
|
3683
3743
|
|
|
3684
|
-
function
|
|
3685
|
-
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);
|
|
3686
3746
|
}
|
|
3687
3747
|
|
|
3688
|
-
function
|
|
3689
|
-
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);
|
|
3690
3750
|
}
|
|
3691
3751
|
|
|
3692
|
-
function
|
|
3693
|
-
wasm.
|
|
3752
|
+
function wasm_bindgen__convert__closures_____invoke__hca3e9975997af2ec(arg0, arg1, arg2) {
|
|
3753
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hca3e9975997af2ec(arg0, arg1, arg2);
|
|
3694
3754
|
}
|
|
3695
3755
|
|
|
3696
|
-
function
|
|
3697
|
-
wasm.
|
|
3756
|
+
function wasm_bindgen__convert__closures_____invoke__h3534b2832bd21faf(arg0, arg1, arg2) {
|
|
3757
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3534b2832bd21faf(arg0, arg1, arg2);
|
|
3698
3758
|
}
|
|
3699
3759
|
|
|
3700
|
-
function
|
|
3701
|
-
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);
|
|
3702
3762
|
}
|
|
3703
3763
|
|
|
3704
3764
|
function wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f(arg0, arg1, arg2) {
|
|
@@ -3708,38 +3768,38 @@ function wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f(arg0, arg
|
|
|
3708
3768
|
}
|
|
3709
3769
|
}
|
|
3710
3770
|
|
|
3711
|
-
function
|
|
3712
|
-
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);
|
|
3713
3773
|
}
|
|
3714
3774
|
|
|
3715
|
-
function
|
|
3716
|
-
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);
|
|
3717
3777
|
}
|
|
3718
3778
|
|
|
3719
3779
|
function wasm_bindgen__convert__closures_____invoke__h4e1d18a25cb702b7(arg0, arg1, arg2, arg3) {
|
|
3720
3780
|
wasm.wasm_bindgen__convert__closures_____invoke__h4e1d18a25cb702b7(arg0, arg1, arg2, arg3);
|
|
3721
3781
|
}
|
|
3722
3782
|
|
|
3723
|
-
function
|
|
3724
|
-
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));
|
|
3725
3785
|
}
|
|
3726
3786
|
|
|
3727
|
-
function
|
|
3787
|
+
function wasm_bindgen__convert__closures_____invoke__h0fd2d01a8ab19dc8(arg0, arg1, arg2) {
|
|
3728
3788
|
const ptr0 = passStringToWasm0(arg2, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3729
3789
|
const len0 = WASM_VECTOR_LEN;
|
|
3730
|
-
wasm.
|
|
3790
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h0fd2d01a8ab19dc8(arg0, arg1, ptr0, len0);
|
|
3731
3791
|
}
|
|
3732
3792
|
|
|
3733
|
-
function
|
|
3793
|
+
function wasm_bindgen__convert__closures_____invoke__h126b863292be4410(arg0, arg1, arg2, arg3, arg4) {
|
|
3734
3794
|
const ptr0 = passStringToWasm0(arg2, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3735
3795
|
const len0 = WASM_VECTOR_LEN;
|
|
3736
3796
|
const ptr1 = passStringToWasm0(arg3, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3737
3797
|
const len1 = WASM_VECTOR_LEN;
|
|
3738
|
-
wasm.
|
|
3798
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h126b863292be4410(arg0, arg1, ptr0, len0, ptr1, len1, arg4);
|
|
3739
3799
|
}
|
|
3740
3800
|
|
|
3741
|
-
function
|
|
3742
|
-
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);
|
|
3743
3803
|
}
|
|
3744
3804
|
|
|
3745
3805
|
|
|
Binary file
|