oriverse-engine 0.1.7 → 0.1.9
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/LICENSE.md +30 -30
- package/README.md +11 -8
- package/dist/CODEX_PROMPT.md +9 -9
- package/dist/GAME_AUTHORING.md +24 -15
- package/dist/examples/coin_collector.weave +73 -70
- package/dist/examples/dodge_blocks.weave +73 -70
- package/dist/examples/target_range.weave +85 -82
- package/dist/ktx_bridge.js +130 -121
- package/dist/oriverse_wgpu.d.ts +38 -36
- package/dist/oriverse_wgpu.js +173 -118
- package/dist/oriverse_wgpu_bg.wasm +0 -0
- package/dist/oriverse_wgpu_bg.wasm.d.ts +38 -36
- package/dist/shader_prewarm_manifest.json +1 -1
- package/dist/snippets/oriverse_market_client-0cd3013288f3c49c/inline0.js +2 -34
- package/dist/snippets/oriverse_market_client-0cd3013288f3c49c/inline2.js +36 -0
- package/dist/snippets/oriverse_networking_shared-e43478064e11e46c/inline1.js +2 -1
- package/dist/snippets/oriverse_wgpu-255445ce6d9a0851/inline1.js +26 -58
- package/dist/snippets/oriverse_wgpu-255445ce6d9a0851/inline2.js +58 -26
- package/dist/starter/AGENTS.md +2 -2
- package/dist/starter/CLAUDE.md +2 -2
- package/dist/starter/game.html +6 -6
- package/dist/templates/game_cdn.html +6 -6
- package/dist/weave_documentation.txt +510 -190
- package/package.json +6 -1
package/dist/oriverse_wgpu.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/* @ts-self-types="./oriverse_wgpu.d.ts" */
|
|
2
|
-
import {
|
|
2
|
+
import { marketClientPageHostname } from './snippets/oriverse_market_client-0cd3013288f3c49c/inline0.js';
|
|
3
3
|
import { marketClientReadIndexedDbValue } from './snippets/oriverse_market_client-0cd3013288f3c49c/inline1.js';
|
|
4
|
+
import { marketClientInitMessageBridge, marketClientPostMessage } from './snippets/oriverse_market_client-0cd3013288f3c49c/inline2.js';
|
|
4
5
|
import { webRtcReadIndexedDbValue } from './snippets/oriverse_networking_shared-e43478064e11e46c/inline0.js';
|
|
5
6
|
import { mcpRelayReadIndexedDbValue } from './snippets/oriverse_wgpu-255445ce6d9a0851/inline0.js';
|
|
6
7
|
|
|
@@ -378,7 +379,7 @@ export function worker_init_write(xq_fast_ptr, xq_strict_ptr, state_ptr, kp_ptr)
|
|
|
378
379
|
}
|
|
379
380
|
import * as import1 from "./snippets/oriverse_wgpu-255445ce6d9a0851/inline1.js"
|
|
380
381
|
import * as import2 from "./snippets/oriverse_wgpu-255445ce6d9a0851/inline2.js"
|
|
381
|
-
import * as import3 from "./snippets/oriverse_market_client-0cd3013288f3c49c/
|
|
382
|
+
import * as import3 from "./snippets/oriverse_market_client-0cd3013288f3c49c/inline2.js"
|
|
382
383
|
import * as import4 from "./snippets/oriverse_networking_shared-e43478064e11e46c/inline1.js"
|
|
383
384
|
|
|
384
385
|
function __wbg_get_imports() {
|
|
@@ -855,6 +856,10 @@ function __wbg_get_imports() {
|
|
|
855
856
|
const ret = arg0.currentTime;
|
|
856
857
|
return ret;
|
|
857
858
|
},
|
|
859
|
+
__wbg_dataTransfer_4b0a728db6248031: function(arg0) {
|
|
860
|
+
const ret = arg0.dataTransfer;
|
|
861
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
862
|
+
},
|
|
858
863
|
__wbg_data_a3d9ff9cdd801002: function(arg0) {
|
|
859
864
|
const ret = arg0.data;
|
|
860
865
|
return ret;
|
|
@@ -1018,6 +1023,10 @@ function __wbg_get_imports() {
|
|
|
1018
1023
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1019
1024
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1020
1025
|
},
|
|
1026
|
+
__wbg_files_a38be7125affe1d3: function(arg0) {
|
|
1027
|
+
const ret = arg0.files;
|
|
1028
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1029
|
+
},
|
|
1021
1030
|
__wbg_finish_087cb89c65c06eb1: function(arg0) {
|
|
1022
1031
|
const ret = arg0.finish();
|
|
1023
1032
|
return ret;
|
|
@@ -1162,6 +1171,10 @@ function __wbg_get_imports() {
|
|
|
1162
1171
|
const ret = Reflect.get(arg0, arg1);
|
|
1163
1172
|
return ret;
|
|
1164
1173
|
}, arguments); },
|
|
1174
|
+
__wbg_get_60085bdd49bc3b63: function(arg0, arg1) {
|
|
1175
|
+
const ret = arg0[arg1 >>> 0];
|
|
1176
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1177
|
+
},
|
|
1165
1178
|
__wbg_get_a8ee5c45dabc1b3b: function(arg0, arg1) {
|
|
1166
1179
|
const ret = arg0[arg1 >>> 0];
|
|
1167
1180
|
return ret;
|
|
@@ -1609,6 +1622,10 @@ function __wbg_get_imports() {
|
|
|
1609
1622
|
const ret = arg0.length;
|
|
1610
1623
|
return ret;
|
|
1611
1624
|
},
|
|
1625
|
+
__wbg_length_9f1f0154dd1a3858: function(arg0) {
|
|
1626
|
+
const ret = arg0.length;
|
|
1627
|
+
return ret;
|
|
1628
|
+
},
|
|
1612
1629
|
__wbg_length_b3416cf66a5452c8: function(arg0) {
|
|
1613
1630
|
const ret = arg0.length;
|
|
1614
1631
|
return ret;
|
|
@@ -1633,14 +1650,14 @@ function __wbg_get_imports() {
|
|
|
1633
1650
|
const ret = arg0.lineno;
|
|
1634
1651
|
return ret;
|
|
1635
1652
|
},
|
|
1636
|
-
|
|
1653
|
+
__wbg_loadAndTranscodeKtxTexture_dd246d6d56672f3a: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1637
1654
|
const ret = window.loadAndTranscodeKtxTexture(arg0, getStringFromWasm0(arg1, arg2));
|
|
1638
1655
|
return ret;
|
|
1639
|
-
},
|
|
1640
|
-
|
|
1656
|
+
}, arguments); },
|
|
1657
|
+
__wbg_loadKtxCubemap_cc97e34a45542574: function() { return handleError(function (arg0) {
|
|
1641
1658
|
const ret = window.loadKtxCubemap(arg0);
|
|
1642
1659
|
return ret;
|
|
1643
|
-
},
|
|
1660
|
+
}, arguments); },
|
|
1644
1661
|
__wbg_localDescription_5cf000406d24ae48: function(arg0) {
|
|
1645
1662
|
const ret = arg0.localDescription;
|
|
1646
1663
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
@@ -1674,6 +1691,13 @@ function __wbg_get_imports() {
|
|
|
1674
1691
|
__wbg_marketClientInitMessageBridge_54b004206e381eb5: function() { return handleError(function (arg0) {
|
|
1675
1692
|
marketClientInitMessageBridge(arg0);
|
|
1676
1693
|
}, arguments); },
|
|
1694
|
+
__wbg_marketClientPageHostname_d8352f31de169223: function(arg0) {
|
|
1695
|
+
const ret = marketClientPageHostname();
|
|
1696
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1697
|
+
const len1 = WASM_VECTOR_LEN;
|
|
1698
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1699
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1700
|
+
},
|
|
1677
1701
|
__wbg_marketClientPostMessage_f220cbf0b0912aff: function(arg0, arg1, arg2, arg3) {
|
|
1678
1702
|
marketClientPostMessage(getStringFromWasm0(arg0, arg1), arg2 === 0 ? undefined : getStringFromWasm0(arg2, arg3));
|
|
1679
1703
|
},
|
|
@@ -1887,6 +1911,13 @@ function __wbg_get_imports() {
|
|
|
1887
1911
|
const ret = arg0.msCrypto;
|
|
1888
1912
|
return ret;
|
|
1889
1913
|
},
|
|
1914
|
+
__wbg_name_619aa58297c2f80e: function(arg0, arg1) {
|
|
1915
|
+
const ret = arg1.name;
|
|
1916
|
+
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1917
|
+
const len1 = WASM_VECTOR_LEN;
|
|
1918
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1919
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1920
|
+
},
|
|
1890
1921
|
__wbg_name_ecf53d5e050a495d: function(arg0) {
|
|
1891
1922
|
const ret = arg0.name;
|
|
1892
1923
|
return ret;
|
|
@@ -1995,6 +2026,10 @@ function __wbg_get_imports() {
|
|
|
1995
2026
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
1996
2027
|
return ret;
|
|
1997
2028
|
},
|
|
2029
|
+
__wbg_new_from_slice_d16553cb630d3573: function(arg0, arg1) {
|
|
2030
|
+
const ret = new Uint8ClampedArray(getArrayU8FromWasm0(arg0, arg1));
|
|
2031
|
+
return ret;
|
|
2032
|
+
},
|
|
1998
2033
|
__wbg_new_no_args_d15c5c26a5dbe2e7: function(arg0, arg1) {
|
|
1999
2034
|
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
2000
2035
|
return ret;
|
|
@@ -2041,6 +2076,10 @@ function __wbg_get_imports() {
|
|
|
2041
2076
|
const ret = new PointerEvent(getStringFromWasm0(arg0, arg1), arg2);
|
|
2042
2077
|
return ret;
|
|
2043
2078
|
}, arguments); },
|
|
2079
|
+
__wbg_new_with_js_u8_clamped_array_and_sh_b46a7fc0e3dcdd3b: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2080
|
+
const ret = new ImageData(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
2081
|
+
return ret;
|
|
2082
|
+
}, arguments); },
|
|
2044
2083
|
__wbg_new_with_length_825018a1616e9e55: function(arg0) {
|
|
2045
2084
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
2046
2085
|
return ret;
|
|
@@ -2057,10 +2096,6 @@ function __wbg_get_imports() {
|
|
|
2057
2096
|
const ret = new Blob(arg0, arg1);
|
|
2058
2097
|
return ret;
|
|
2059
2098
|
}, 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); },
|
|
2064
2099
|
__wbg_new_with_u8_clamped_array_f0ba3283326efdd8: function() { return handleError(function (arg0, arg1, arg2) {
|
|
2065
2100
|
const ret = new ImageData(getClampedArrayU8FromWasm0(arg0, arg1), arg2 >>> 0);
|
|
2066
2101
|
return ret;
|
|
@@ -3511,151 +3546,161 @@ function __wbg_get_imports() {
|
|
|
3511
3546
|
arg0.writeTexture(arg1, getArrayU8FromWasm0(arg2, arg3), arg4, arg5);
|
|
3512
3547
|
}, arguments); },
|
|
3513
3548
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
3514
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3515
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3549
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1409, function: Function { arguments: [NamedExternref("ClipboardEvent")], shim_idx: 1412, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3550
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3d8ab50ba4ce30a4, wasm_bindgen__convert__closures_____invoke__h7550ff0630f93231);
|
|
3516
3551
|
return ret;
|
|
3517
3552
|
},
|
|
3518
3553
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
3519
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3520
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3554
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1409, function: Function { arguments: [NamedExternref("DragEvent")], shim_idx: 1412, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3555
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3d8ab50ba4ce30a4, wasm_bindgen__convert__closures_____invoke__h7550ff0630f93231_1);
|
|
3521
3556
|
return ret;
|
|
3522
3557
|
},
|
|
3523
3558
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
3524
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3525
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3559
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1409, function: Function { arguments: [NamedExternref("MouseEvent")], shim_idx: 1412, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3560
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3d8ab50ba4ce30a4, wasm_bindgen__convert__closures_____invoke__h7550ff0630f93231_2);
|
|
3526
3561
|
return ret;
|
|
3527
3562
|
},
|
|
3528
3563
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
3529
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3530
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3564
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1409, function: Function { arguments: [String, NamedExternref("Uint8Array")], shim_idx: 1418, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3565
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3d8ab50ba4ce30a4, wasm_bindgen__convert__closures_____invoke__h6bf5d86945a0b0a2);
|
|
3531
3566
|
return ret;
|
|
3532
3567
|
},
|
|
3533
3568
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
3534
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3535
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3569
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1409, function: Function { arguments: [String, String, Boolean], shim_idx: 1416, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3570
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3d8ab50ba4ce30a4, wasm_bindgen__convert__closures_____invoke__hc08174464eeba129);
|
|
3536
3571
|
return ret;
|
|
3537
3572
|
},
|
|
3538
3573
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
3539
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3540
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3574
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1409, function: Function { arguments: [U32, U32, F64], shim_idx: 1410, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3575
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h3d8ab50ba4ce30a4, wasm_bindgen__convert__closures_____invoke__h1095830d78c222bd);
|
|
3541
3576
|
return ret;
|
|
3542
3577
|
},
|
|
3543
3578
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
3544
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3545
|
-
const ret =
|
|
3579
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2111, function: Function { arguments: [Externref, Externref], shim_idx: 2114, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3580
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0fd52f5d59b3cd4b, wasm_bindgen__convert__closures_____invoke__h42fc6b0043bbcea1);
|
|
3546
3581
|
return ret;
|
|
3547
3582
|
},
|
|
3548
3583
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
3549
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3550
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3584
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2111, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 2112, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3585
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0fd52f5d59b3cd4b, wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73);
|
|
3551
3586
|
return ret;
|
|
3552
3587
|
},
|
|
3553
3588
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
3554
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3555
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3589
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2111, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2112, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3590
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0fd52f5d59b3cd4b, wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73_8);
|
|
3556
3591
|
return ret;
|
|
3557
3592
|
},
|
|
3558
3593
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
|
3559
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3560
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3594
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2111, function: Function { arguments: [NamedExternref("RTCDataChannelEvent")], shim_idx: 2112, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3595
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0fd52f5d59b3cd4b, wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73_9);
|
|
3561
3596
|
return ret;
|
|
3562
3597
|
},
|
|
3563
3598
|
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
3564
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3565
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3599
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2111, function: Function { arguments: [NamedExternref("RTCPeerConnectionIceEvent")], shim_idx: 2112, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3600
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h0fd52f5d59b3cd4b, wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73_10);
|
|
3566
3601
|
return ret;
|
|
3567
3602
|
},
|
|
3568
3603
|
__wbindgen_cast_000000000000000c: function(arg0, arg1) {
|
|
3569
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3570
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3604
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3441, function: Function { arguments: [], shim_idx: 3442, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3605
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h20f708e23b4883f9, wasm_bindgen__convert__closures_____invoke__h6ebd727ad3f637e3);
|
|
3571
3606
|
return ret;
|
|
3572
3607
|
},
|
|
3573
3608
|
__wbindgen_cast_000000000000000d: function(arg0, arg1) {
|
|
3574
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3575
|
-
const ret =
|
|
3609
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4795, function: Function { arguments: [String], shim_idx: 4796, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
3610
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2a10fd83d60eba6e, wasm_bindgen__convert__closures_____invoke__h2460173345a5f10a);
|
|
3576
3611
|
return ret;
|
|
3577
3612
|
},
|
|
3578
3613
|
__wbindgen_cast_000000000000000e: function(arg0, arg1) {
|
|
3579
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3580
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3614
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4912, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 4913, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3615
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1088095546a21edd, wasm_bindgen__convert__closures_____invoke__h65b57d359a71a310);
|
|
3581
3616
|
return ret;
|
|
3582
3617
|
},
|
|
3583
3618
|
__wbindgen_cast_000000000000000f: function(arg0, arg1) {
|
|
3584
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3585
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3619
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5015, function: Function { arguments: [Externref], shim_idx: 5016, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3620
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h1e27ba29c6fa169a, wasm_bindgen__convert__closures_____invoke__h1a89f04f0ec42b71);
|
|
3586
3621
|
return ret;
|
|
3587
3622
|
},
|
|
3588
3623
|
__wbindgen_cast_0000000000000010: function(arg0, arg1) {
|
|
3589
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3590
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3624
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [Externref], shim_idx: 5099, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3625
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100);
|
|
3591
3626
|
return ret;
|
|
3592
3627
|
},
|
|
3593
3628
|
__wbindgen_cast_0000000000000011: function(arg0, arg1) {
|
|
3594
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3595
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3629
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 5104, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3630
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__h7c3fdad917f44fc2);
|
|
3596
3631
|
return ret;
|
|
3597
3632
|
},
|
|
3598
3633
|
__wbindgen_cast_0000000000000012: function(arg0, arg1) {
|
|
3599
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3600
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3634
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [NamedExternref("Array<any>")], shim_idx: 5099, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3635
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_17);
|
|
3601
3636
|
return ret;
|
|
3602
3637
|
},
|
|
3603
3638
|
__wbindgen_cast_0000000000000013: function(arg0, arg1) {
|
|
3604
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3605
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3639
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [NamedExternref("Event")], shim_idx: 5099, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3640
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_18);
|
|
3606
3641
|
return ret;
|
|
3607
3642
|
},
|
|
3608
3643
|
__wbindgen_cast_0000000000000014: function(arg0, arg1) {
|
|
3609
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3610
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3644
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [NamedExternref("FocusEvent")], shim_idx: 5099, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3645
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_19);
|
|
3611
3646
|
return ret;
|
|
3612
3647
|
},
|
|
3613
3648
|
__wbindgen_cast_0000000000000015: function(arg0, arg1) {
|
|
3614
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3615
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3649
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [NamedExternref("KeyboardEvent")], shim_idx: 5099, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3650
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_20);
|
|
3616
3651
|
return ret;
|
|
3617
3652
|
},
|
|
3618
3653
|
__wbindgen_cast_0000000000000016: function(arg0, arg1) {
|
|
3619
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3620
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3654
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [NamedExternref("PageTransitionEvent")], shim_idx: 5099, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3655
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_21);
|
|
3621
3656
|
return ret;
|
|
3622
3657
|
},
|
|
3623
3658
|
__wbindgen_cast_0000000000000017: function(arg0, arg1) {
|
|
3624
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3625
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3659
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [NamedExternref("PointerEvent")], shim_idx: 5099, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3660
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_22);
|
|
3626
3661
|
return ret;
|
|
3627
3662
|
},
|
|
3628
3663
|
__wbindgen_cast_0000000000000018: function(arg0, arg1) {
|
|
3629
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3630
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3664
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [NamedExternref("WheelEvent")], shim_idx: 5099, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3665
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_23);
|
|
3631
3666
|
return ret;
|
|
3632
3667
|
},
|
|
3633
3668
|
__wbindgen_cast_0000000000000019: function(arg0, arg1) {
|
|
3634
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3635
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3669
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [Option(NamedExternref("Blob"))], shim_idx: 5102, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3670
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__hd39e5e1d64e1020c);
|
|
3636
3671
|
return ret;
|
|
3637
3672
|
},
|
|
3638
3673
|
__wbindgen_cast_000000000000001a: function(arg0, arg1) {
|
|
3639
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3640
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3674
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5098, function: Function { arguments: [], shim_idx: 5111, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3675
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h132edb609c4f4a75, wasm_bindgen__convert__closures_____invoke__h00bb8be0d779d52d);
|
|
3641
3676
|
return ret;
|
|
3642
3677
|
},
|
|
3643
3678
|
__wbindgen_cast_000000000000001b: function(arg0, arg1) {
|
|
3644
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3645
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3679
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5981, function: Function { arguments: [], shim_idx: 5982, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3680
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2504b00990fec809, wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754);
|
|
3681
|
+
return ret;
|
|
3682
|
+
},
|
|
3683
|
+
__wbindgen_cast_000000000000001c: function(arg0, arg1) {
|
|
3684
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 6007, function: Function { arguments: [Externref], shim_idx: 6008, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3685
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h005774f579d6de55, wasm_bindgen__convert__closures_____invoke__haa4160b0204595c1);
|
|
3646
3686
|
return ret;
|
|
3647
3687
|
},
|
|
3648
|
-
|
|
3688
|
+
__wbindgen_cast_000000000000001d: function(arg0, arg1) {
|
|
3689
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 6156, function: Function { arguments: [Externref], shim_idx: 6157, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
3690
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h780a4b6abdc124b2, wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f);
|
|
3691
|
+
return ret;
|
|
3692
|
+
},
|
|
3693
|
+
__wbindgen_cast_000000000000001e: function(arg0) {
|
|
3649
3694
|
// Cast intrinsic for `F64 -> Externref`.
|
|
3650
3695
|
const ret = arg0;
|
|
3651
3696
|
return ret;
|
|
3652
3697
|
},
|
|
3653
|
-
|
|
3698
|
+
__wbindgen_cast_000000000000001f: function(arg0, arg1) {
|
|
3654
3699
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
3655
3700
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
3656
3701
|
return ret;
|
|
3657
3702
|
},
|
|
3658
|
-
|
|
3703
|
+
__wbindgen_cast_0000000000000020: function(arg0, arg1) {
|
|
3659
3704
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
3660
3705
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
3661
3706
|
return ret;
|
|
@@ -3675,90 +3720,94 @@ function __wbg_get_imports() {
|
|
|
3675
3720
|
"./oriverse_wgpu_bg.js": import0,
|
|
3676
3721
|
"./snippets/oriverse_wgpu-255445ce6d9a0851/inline1.js": import1,
|
|
3677
3722
|
"./snippets/oriverse_wgpu-255445ce6d9a0851/inline2.js": import2,
|
|
3678
|
-
"./snippets/oriverse_market_client-0cd3013288f3c49c/
|
|
3723
|
+
"./snippets/oriverse_market_client-0cd3013288f3c49c/inline2.js": import3,
|
|
3679
3724
|
"./snippets/oriverse_networking_shared-e43478064e11e46c/inline1.js": import4,
|
|
3680
3725
|
};
|
|
3681
3726
|
}
|
|
3682
3727
|
|
|
3683
3728
|
const lAudioContext = (typeof AudioContext !== 'undefined' ? AudioContext : (typeof webkitAudioContext !== 'undefined' ? webkitAudioContext : undefined));
|
|
3684
|
-
function
|
|
3685
|
-
wasm.
|
|
3729
|
+
function wasm_bindgen__convert__closures_____invoke__h6ebd727ad3f637e3(arg0, arg1) {
|
|
3730
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6ebd727ad3f637e3(arg0, arg1);
|
|
3686
3731
|
}
|
|
3687
3732
|
|
|
3688
|
-
function
|
|
3689
|
-
wasm.
|
|
3733
|
+
function wasm_bindgen__convert__closures_____invoke__h00bb8be0d779d52d(arg0, arg1) {
|
|
3734
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h00bb8be0d779d52d(arg0, arg1);
|
|
3690
3735
|
}
|
|
3691
3736
|
|
|
3692
3737
|
function wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754(arg0, arg1) {
|
|
3693
3738
|
wasm.wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754(arg0, arg1);
|
|
3694
3739
|
}
|
|
3695
3740
|
|
|
3696
|
-
function
|
|
3697
|
-
wasm.
|
|
3741
|
+
function wasm_bindgen__convert__closures_____invoke__h7550ff0630f93231(arg0, arg1, arg2) {
|
|
3742
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7550ff0630f93231(arg0, arg1, arg2);
|
|
3698
3743
|
}
|
|
3699
3744
|
|
|
3700
|
-
function
|
|
3701
|
-
wasm.
|
|
3745
|
+
function wasm_bindgen__convert__closures_____invoke__h7550ff0630f93231_1(arg0, arg1, arg2) {
|
|
3746
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7550ff0630f93231_1(arg0, arg1, arg2);
|
|
3702
3747
|
}
|
|
3703
3748
|
|
|
3704
|
-
function
|
|
3705
|
-
wasm.
|
|
3749
|
+
function wasm_bindgen__convert__closures_____invoke__h7550ff0630f93231_2(arg0, arg1, arg2) {
|
|
3750
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7550ff0630f93231_2(arg0, arg1, arg2);
|
|
3706
3751
|
}
|
|
3707
3752
|
|
|
3708
|
-
function
|
|
3709
|
-
wasm.
|
|
3753
|
+
function wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73(arg0, arg1, arg2) {
|
|
3754
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73(arg0, arg1, arg2);
|
|
3710
3755
|
}
|
|
3711
3756
|
|
|
3712
|
-
function
|
|
3713
|
-
wasm.
|
|
3757
|
+
function wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73_8(arg0, arg1, arg2) {
|
|
3758
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73_8(arg0, arg1, arg2);
|
|
3714
3759
|
}
|
|
3715
3760
|
|
|
3716
|
-
function
|
|
3717
|
-
wasm.
|
|
3761
|
+
function wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73_9(arg0, arg1, arg2) {
|
|
3762
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73_9(arg0, arg1, arg2);
|
|
3718
3763
|
}
|
|
3719
3764
|
|
|
3720
|
-
function
|
|
3721
|
-
wasm.
|
|
3765
|
+
function wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73_10(arg0, arg1, arg2) {
|
|
3766
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2b5d470eeaaeab73_10(arg0, arg1, arg2);
|
|
3722
3767
|
}
|
|
3723
3768
|
|
|
3724
|
-
function
|
|
3725
|
-
wasm.
|
|
3769
|
+
function wasm_bindgen__convert__closures_____invoke__h65b57d359a71a310(arg0, arg1, arg2) {
|
|
3770
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h65b57d359a71a310(arg0, arg1, arg2);
|
|
3726
3771
|
}
|
|
3727
3772
|
|
|
3728
|
-
function
|
|
3729
|
-
wasm.
|
|
3773
|
+
function wasm_bindgen__convert__closures_____invoke__h1a89f04f0ec42b71(arg0, arg1, arg2) {
|
|
3774
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1a89f04f0ec42b71(arg0, arg1, arg2);
|
|
3730
3775
|
}
|
|
3731
3776
|
|
|
3732
|
-
function
|
|
3733
|
-
wasm.
|
|
3777
|
+
function wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100(arg0, arg1, arg2) {
|
|
3778
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100(arg0, arg1, arg2);
|
|
3734
3779
|
}
|
|
3735
3780
|
|
|
3736
|
-
function
|
|
3737
|
-
wasm.
|
|
3781
|
+
function wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_17(arg0, arg1, arg2) {
|
|
3782
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_17(arg0, arg1, arg2);
|
|
3738
3783
|
}
|
|
3739
3784
|
|
|
3740
|
-
function
|
|
3741
|
-
wasm.
|
|
3785
|
+
function wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_18(arg0, arg1, arg2) {
|
|
3786
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_18(arg0, arg1, arg2);
|
|
3742
3787
|
}
|
|
3743
3788
|
|
|
3744
|
-
function
|
|
3745
|
-
wasm.
|
|
3789
|
+
function wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_19(arg0, arg1, arg2) {
|
|
3790
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_19(arg0, arg1, arg2);
|
|
3746
3791
|
}
|
|
3747
3792
|
|
|
3748
|
-
function
|
|
3749
|
-
wasm.
|
|
3793
|
+
function wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_20(arg0, arg1, arg2) {
|
|
3794
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_20(arg0, arg1, arg2);
|
|
3750
3795
|
}
|
|
3751
3796
|
|
|
3752
|
-
function
|
|
3753
|
-
wasm.
|
|
3797
|
+
function wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_21(arg0, arg1, arg2) {
|
|
3798
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_21(arg0, arg1, arg2);
|
|
3754
3799
|
}
|
|
3755
3800
|
|
|
3756
|
-
function
|
|
3757
|
-
wasm.
|
|
3801
|
+
function wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_22(arg0, arg1, arg2) {
|
|
3802
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_22(arg0, arg1, arg2);
|
|
3758
3803
|
}
|
|
3759
3804
|
|
|
3760
|
-
function
|
|
3761
|
-
wasm.
|
|
3805
|
+
function wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_23(arg0, arg1, arg2) {
|
|
3806
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7f345262a86d3100_23(arg0, arg1, arg2);
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3809
|
+
function wasm_bindgen__convert__closures_____invoke__haa4160b0204595c1(arg0, arg1, arg2) {
|
|
3810
|
+
wasm.wasm_bindgen__convert__closures_____invoke__haa4160b0204595c1(arg0, arg1, arg2);
|
|
3762
3811
|
}
|
|
3763
3812
|
|
|
3764
3813
|
function wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f(arg0, arg1, arg2) {
|
|
@@ -3768,38 +3817,44 @@ function wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f(arg0, arg
|
|
|
3768
3817
|
}
|
|
3769
3818
|
}
|
|
3770
3819
|
|
|
3771
|
-
function
|
|
3772
|
-
wasm.
|
|
3820
|
+
function wasm_bindgen__convert__closures_____invoke__h42fc6b0043bbcea1(arg0, arg1, arg2, arg3) {
|
|
3821
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h42fc6b0043bbcea1(arg0, arg1, arg2, arg3);
|
|
3773
3822
|
}
|
|
3774
3823
|
|
|
3775
|
-
function
|
|
3776
|
-
wasm.
|
|
3824
|
+
function wasm_bindgen__convert__closures_____invoke__h7c3fdad917f44fc2(arg0, arg1, arg2, arg3) {
|
|
3825
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h7c3fdad917f44fc2(arg0, arg1, arg2, arg3);
|
|
3777
3826
|
}
|
|
3778
3827
|
|
|
3779
3828
|
function wasm_bindgen__convert__closures_____invoke__h4e1d18a25cb702b7(arg0, arg1, arg2, arg3) {
|
|
3780
3829
|
wasm.wasm_bindgen__convert__closures_____invoke__h4e1d18a25cb702b7(arg0, arg1, arg2, arg3);
|
|
3781
3830
|
}
|
|
3782
3831
|
|
|
3783
|
-
function
|
|
3784
|
-
wasm.
|
|
3832
|
+
function wasm_bindgen__convert__closures_____invoke__hd39e5e1d64e1020c(arg0, arg1, arg2) {
|
|
3833
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hd39e5e1d64e1020c(arg0, arg1, isLikeNone(arg2) ? 0 : addToExternrefTable0(arg2));
|
|
3834
|
+
}
|
|
3835
|
+
|
|
3836
|
+
function wasm_bindgen__convert__closures_____invoke__h2460173345a5f10a(arg0, arg1, arg2) {
|
|
3837
|
+
const ptr0 = passStringToWasm0(arg2, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3838
|
+
const len0 = WASM_VECTOR_LEN;
|
|
3839
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2460173345a5f10a(arg0, arg1, ptr0, len0);
|
|
3785
3840
|
}
|
|
3786
3841
|
|
|
3787
|
-
function
|
|
3842
|
+
function wasm_bindgen__convert__closures_____invoke__h6bf5d86945a0b0a2(arg0, arg1, arg2, arg3) {
|
|
3788
3843
|
const ptr0 = passStringToWasm0(arg2, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3789
3844
|
const len0 = WASM_VECTOR_LEN;
|
|
3790
|
-
wasm.
|
|
3845
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h6bf5d86945a0b0a2(arg0, arg1, ptr0, len0, arg3);
|
|
3791
3846
|
}
|
|
3792
3847
|
|
|
3793
|
-
function
|
|
3848
|
+
function wasm_bindgen__convert__closures_____invoke__hc08174464eeba129(arg0, arg1, arg2, arg3, arg4) {
|
|
3794
3849
|
const ptr0 = passStringToWasm0(arg2, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3795
3850
|
const len0 = WASM_VECTOR_LEN;
|
|
3796
3851
|
const ptr1 = passStringToWasm0(arg3, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
3797
3852
|
const len1 = WASM_VECTOR_LEN;
|
|
3798
|
-
wasm.
|
|
3853
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hc08174464eeba129(arg0, arg1, ptr0, len0, ptr1, len1, arg4);
|
|
3799
3854
|
}
|
|
3800
3855
|
|
|
3801
|
-
function
|
|
3802
|
-
wasm.
|
|
3856
|
+
function wasm_bindgen__convert__closures_____invoke__h1095830d78c222bd(arg0, arg1, arg2, arg3, arg4) {
|
|
3857
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1095830d78c222bd(arg0, arg1, arg2, arg3, arg4);
|
|
3803
3858
|
}
|
|
3804
3859
|
|
|
3805
3860
|
|
|
Binary file
|