oriverse-engine 0.1.5 → 0.1.6
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 +10 -10
- package/dist/oriverse_wgpu.js +90 -79
- package/dist/oriverse_wgpu_bg.wasm +0 -0
- package/dist/oriverse_wgpu_bg.wasm.d.ts +10 -10
- package/dist/shader_prewarm_manifest.json +1 -0
- package/dist/snippets/oriverse_wgpu-255445ce6d9a0851/inline0.js +26 -58
- package/dist/snippets/oriverse_wgpu-255445ce6d9a0851/inline1.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 +33 -13
- package/package.json +1 -1
package/dist/CODEX_PROMPT.md
CHANGED
|
@@ -53,15 +53,15 @@ object BlueCube {
|
|
|
53
53
|
</script>
|
|
54
54
|
<!-- ==== END OF EDITABLE BLOCK ==== -->
|
|
55
55
|
|
|
56
|
-
<script src="https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.
|
|
57
|
-
<script src="https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.
|
|
56
|
+
<script src="https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.6/dist/ktx_lib.js"></script>
|
|
57
|
+
<script src="https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.6/dist/ktx_bridge.js"></script>
|
|
58
58
|
<script type="module">
|
|
59
|
-
import initOriverse from "https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.
|
|
59
|
+
import initOriverse from "https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.6/dist/oriverse_wgpu.js";
|
|
60
60
|
const setBoot = (t) => { const b = document.getElementById('oriverse-status-banner'); if (b) b.textContent = t; };
|
|
61
61
|
(async () => {
|
|
62
62
|
try {
|
|
63
63
|
setBoot('starting engine…');
|
|
64
|
-
await initOriverse({ module_or_path: "https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.
|
|
64
|
+
await initOriverse({ module_or_path: "https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.6/dist/oriverse_wgpu_bg.wasm" });
|
|
65
65
|
} catch (e) {
|
|
66
66
|
setBoot('WASM init failed:\n' + ((e && e.stack) ? e.stack : String(e)));
|
|
67
67
|
console.error('[wasm_boot] initOriverse failed:', e);
|
|
@@ -96,9 +96,9 @@ Rules — the engine hard-errors if you break the first two:
|
|
|
96
96
|
Authoritative references, served next to the engine (fetch if you can — the authoring
|
|
97
97
|
guide contains three complete tested example games to pattern-match from):
|
|
98
98
|
|
|
99
|
-
- https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.
|
|
100
|
-
- https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.
|
|
101
|
-
- https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.
|
|
99
|
+
- https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.6/dist/GAME_AUTHORING.md <- game patterns + 3 full example games
|
|
100
|
+
- https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.6/dist/weave_documentation.txt <- full language + API reference
|
|
101
|
+
- https://cdn.jsdelivr.net/npm/oriverse-engine@0.1.6/dist/examples/coin_collector.weave (also dodge_blocks / target_range)
|
|
102
102
|
|
|
103
103
|
## Step 3: test
|
|
104
104
|
|
package/dist/oriverse_wgpu.d.ts
CHANGED
|
@@ -137,6 +137,7 @@ export interface InitOutput {
|
|
|
137
137
|
readonly intounderlyingbytesource_type: (a: number) => number;
|
|
138
138
|
readonly intounderlyingsource_cancel: (a: number) => void;
|
|
139
139
|
readonly intounderlyingsource_pull: (a: number, b: any) => any;
|
|
140
|
+
readonly wasm_bindgen__closure__destroy__h08502510f6f722ca: (a: number, b: number) => void;
|
|
140
141
|
readonly wasm_bindgen__closure__destroy__h175ea9953c111419: (a: number, b: number) => void;
|
|
141
142
|
readonly wasm_bindgen__closure__destroy__h89c85bd0b07be596: (a: number, b: number) => void;
|
|
142
143
|
readonly wasm_bindgen__closure__destroy__hd809ba2104dce3be: (a: number, b: number) => void;
|
|
@@ -146,7 +147,6 @@ export interface InitOutput {
|
|
|
146
147
|
readonly wasm_bindgen__closure__destroy__h2504b00990fec809: (a: number, b: number) => void;
|
|
147
148
|
readonly wasm_bindgen__closure__destroy__h6f1d7755af5a834d: (a: number, b: number) => void;
|
|
148
149
|
readonly wasm_bindgen__closure__destroy__h780a4b6abdc124b2: (a: number, b: number) => void;
|
|
149
|
-
readonly wasm_bindgen__closure__destroy__h08502510f6f722ca: (a: number, b: number) => void;
|
|
150
150
|
readonly wasm_bindgen__convert__closures_____invoke__hee217a849ef8cb8a: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
151
151
|
readonly wasm_bindgen__convert__closures_____invoke__hb8ca66f61e41cce5: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
152
152
|
readonly wasm_bindgen__convert__closures_____invoke__h5403ccc7e321a332: (a: number, b: number, c: any, d: any) => void;
|
|
@@ -154,24 +154,24 @@ export interface InitOutput {
|
|
|
154
154
|
readonly wasm_bindgen__convert__closures_____invoke__h81d27409c27c1959: (a: number, b: number, c: any, d: any) => void;
|
|
155
155
|
readonly wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f: (a: number, b: number, c: any) => [number, number];
|
|
156
156
|
readonly wasm_bindgen__convert__closures_____invoke__h4e1d18a25cb702b7: (a: number, b: number, c: any, d: any) => void;
|
|
157
|
+
readonly wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5: (a: number, b: number, c: any) => void;
|
|
158
|
+
readonly wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5_1: (a: number, b: number, c: any) => void;
|
|
157
159
|
readonly wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac: (a: number, b: number, c: any) => void;
|
|
158
|
-
readonly
|
|
159
|
-
readonly
|
|
160
|
-
readonly
|
|
160
|
+
readonly wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_6: (a: number, b: number, c: any) => void;
|
|
161
|
+
readonly wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_7: (a: number, b: number, c: any) => void;
|
|
162
|
+
readonly wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_8: (a: number, b: number, c: any) => void;
|
|
161
163
|
readonly wasm_bindgen__convert__closures_____invoke__h549f7ddd74327602: (a: number, b: number, c: any) => void;
|
|
162
164
|
readonly wasm_bindgen__convert__closures_____invoke__hb901e6d890fc7df6: (a: number, b: number, c: any) => void;
|
|
163
165
|
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186: (a: number, b: number, c: any) => void;
|
|
164
|
-
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_11: (a: number, b: number, c: any) => void;
|
|
165
|
-
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_12: (a: number, b: number, c: any) => void;
|
|
166
|
-
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_13: (a: number, b: number, c: any) => void;
|
|
167
|
-
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_14: (a: number, b: number, c: any) => void;
|
|
168
166
|
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_15: (a: number, b: number, c: any) => void;
|
|
169
167
|
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_16: (a: number, b: number, c: any) => void;
|
|
170
168
|
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_17: (a: number, b: number, c: any) => void;
|
|
169
|
+
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_18: (a: number, b: number, c: any) => void;
|
|
170
|
+
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_19: (a: number, b: number, c: any) => void;
|
|
171
|
+
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_20: (a: number, b: number, c: any) => void;
|
|
172
|
+
readonly wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_21: (a: number, b: number, c: any) => void;
|
|
171
173
|
readonly wasm_bindgen__convert__closures_____invoke__h164dda84a5e68923: (a: number, b: number, c: number) => void;
|
|
172
174
|
readonly wasm_bindgen__convert__closures_____invoke__h8be819b8043379a0: (a: number, b: number, c: any) => void;
|
|
173
|
-
readonly wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5: (a: number, b: number, c: any) => void;
|
|
174
|
-
readonly wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5_24: (a: number, b: number, c: any) => void;
|
|
175
175
|
readonly wasm_bindgen__convert__closures_____invoke__hbfcfb7f057cbec16: (a: number, b: number) => void;
|
|
176
176
|
readonly wasm_bindgen__convert__closures_____invoke__h22f7f8bf18d68a3c: (a: number, b: number) => void;
|
|
177
177
|
readonly wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754: (a: number, b: number) => void;
|
package/dist/oriverse_wgpu.js
CHANGED
|
@@ -1537,6 +1537,13 @@ function __wbg_get_imports() {
|
|
|
1537
1537
|
const ret = Symbol.iterator;
|
|
1538
1538
|
return ret;
|
|
1539
1539
|
},
|
|
1540
|
+
__wbg_key_84733a6ee7e4d63e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
1541
|
+
const ret = arg1.key(arg2 >>> 0);
|
|
1542
|
+
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1543
|
+
var len1 = WASM_VECTOR_LEN;
|
|
1544
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1545
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1546
|
+
}, arguments); },
|
|
1540
1547
|
__wbg_key_99eb0f0a1000963d: function(arg0, arg1) {
|
|
1541
1548
|
const ret = arg1.key;
|
|
1542
1549
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1562,6 +1569,10 @@ function __wbg_get_imports() {
|
|
|
1562
1569
|
const ret = arg0.length;
|
|
1563
1570
|
return ret;
|
|
1564
1571
|
},
|
|
1572
|
+
__wbg_length_8632bd8b5ab30449: function() { return handleError(function (arg0) {
|
|
1573
|
+
const ret = arg0.length;
|
|
1574
|
+
return ret;
|
|
1575
|
+
}, arguments); },
|
|
1565
1576
|
__wbg_length_913f63493d251eea: function(arg0) {
|
|
1566
1577
|
const ret = arg0.length;
|
|
1567
1578
|
return ret;
|
|
@@ -3440,138 +3451,138 @@ function __wbg_get_imports() {
|
|
|
3440
3451
|
arg0.writeTexture(arg1, getArrayU8FromWasm0(arg2, arg3), arg4, arg5);
|
|
3441
3452
|
}, arguments); },
|
|
3442
3453
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
3443
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3444
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3454
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1409, function: Function { arguments: [NamedExternref("ClipboardEvent")], shim_idx: 1410, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3455
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h08502510f6f722ca, wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5);
|
|
3445
3456
|
return ret;
|
|
3446
3457
|
},
|
|
3447
3458
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
3448
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3449
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3459
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1409, function: Function { arguments: [NamedExternref("MouseEvent")], shim_idx: 1410, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3460
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h08502510f6f722ca, wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5_1);
|
|
3450
3461
|
return ret;
|
|
3451
3462
|
},
|
|
3452
3463
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
3453
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3454
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3464
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1409, function: Function { arguments: [String, String, Boolean], shim_idx: 1414, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3465
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h08502510f6f722ca, wasm_bindgen__convert__closures_____invoke__hb8ca66f61e41cce5);
|
|
3455
3466
|
return ret;
|
|
3456
3467
|
},
|
|
3457
3468
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
3458
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3459
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3469
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1409, function: Function { arguments: [U32, U32, F64], shim_idx: 1412, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3470
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h08502510f6f722ca, wasm_bindgen__convert__closures_____invoke__hee217a849ef8cb8a);
|
|
3460
3471
|
return ret;
|
|
3461
3472
|
},
|
|
3462
3473
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
3463
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3464
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h175ea9953c111419,
|
|
3474
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2060, function: Function { arguments: [Externref, Externref], shim_idx: 2066, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3475
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h175ea9953c111419, wasm_bindgen__convert__closures_____invoke__h5403ccc7e321a332);
|
|
3465
3476
|
return ret;
|
|
3466
3477
|
},
|
|
3467
3478
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
3468
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3469
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3479
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2060, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 2061, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3480
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h175ea9953c111419, wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac);
|
|
3470
3481
|
return ret;
|
|
3471
3482
|
},
|
|
3472
3483
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
3473
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3474
|
-
const ret =
|
|
3484
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2060, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2061, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3485
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h175ea9953c111419, wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_6);
|
|
3475
3486
|
return ret;
|
|
3476
3487
|
},
|
|
3477
3488
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
|
3478
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3479
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3489
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2060, function: Function { arguments: [NamedExternref("RTCDataChannelEvent")], shim_idx: 2061, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3490
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h175ea9953c111419, wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_7);
|
|
3480
3491
|
return ret;
|
|
3481
3492
|
},
|
|
3482
3493
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
3483
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3484
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3494
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2060, function: Function { arguments: [NamedExternref("RTCPeerConnectionIceEvent")], shim_idx: 2061, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3495
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h175ea9953c111419, wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_8);
|
|
3485
3496
|
return ret;
|
|
3486
3497
|
},
|
|
3487
3498
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
|
3488
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3489
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3499
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3245, function: Function { arguments: [], shim_idx: 3246, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3500
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h89c85bd0b07be596, wasm_bindgen__convert__closures_____invoke__hbfcfb7f057cbec16);
|
|
3490
3501
|
return ret;
|
|
3491
3502
|
},
|
|
3492
3503
|
__wbindgen_cast_000000000000000b: function(arg0, arg1) {
|
|
3493
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3494
|
-
const ret =
|
|
3504
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4444, function: Function { arguments: [String], shim_idx: 4445, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
3505
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hd809ba2104dce3be, wasm_bindgen__convert__closures_____invoke__hb11eab9190fa9385);
|
|
3495
3506
|
return ret;
|
|
3496
3507
|
},
|
|
3497
3508
|
__wbindgen_cast_000000000000000c: function(arg0, arg1) {
|
|
3498
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3499
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3509
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4511, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 4512, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3510
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h788eb94be5c10650, wasm_bindgen__convert__closures_____invoke__h549f7ddd74327602);
|
|
3500
3511
|
return ret;
|
|
3501
3512
|
},
|
|
3502
3513
|
__wbindgen_cast_000000000000000d: function(arg0, arg1) {
|
|
3503
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3504
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3514
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4663, function: Function { arguments: [Externref], shim_idx: 4664, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3515
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h41503ab709c8af95, wasm_bindgen__convert__closures_____invoke__hb901e6d890fc7df6);
|
|
3505
3516
|
return ret;
|
|
3506
3517
|
},
|
|
3507
3518
|
__wbindgen_cast_000000000000000e: function(arg0, arg1) {
|
|
3508
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3509
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e,
|
|
3519
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [Externref], shim_idx: 4747, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3520
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186);
|
|
3510
3521
|
return ret;
|
|
3511
3522
|
},
|
|
3512
3523
|
__wbindgen_cast_000000000000000f: function(arg0, arg1) {
|
|
3513
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3514
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e,
|
|
3524
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [NamedExternref("Array<any>"), NamedExternref("ResizeObserver")], shim_idx: 4755, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3525
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h81d27409c27c1959);
|
|
3515
3526
|
return ret;
|
|
3516
3527
|
},
|
|
3517
3528
|
__wbindgen_cast_0000000000000010: function(arg0, arg1) {
|
|
3518
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3529
|
+
// 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`.
|
|
3519
3530
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_15);
|
|
3520
3531
|
return ret;
|
|
3521
3532
|
},
|
|
3522
3533
|
__wbindgen_cast_0000000000000011: function(arg0, arg1) {
|
|
3523
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3534
|
+
// 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`.
|
|
3524
3535
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_16);
|
|
3525
3536
|
return ret;
|
|
3526
3537
|
},
|
|
3527
3538
|
__wbindgen_cast_0000000000000012: function(arg0, arg1) {
|
|
3528
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3539
|
+
// 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`.
|
|
3529
3540
|
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_17);
|
|
3530
3541
|
return ret;
|
|
3531
3542
|
},
|
|
3532
3543
|
__wbindgen_cast_0000000000000013: function(arg0, arg1) {
|
|
3533
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3534
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e,
|
|
3544
|
+
// 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`.
|
|
3545
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_18);
|
|
3535
3546
|
return ret;
|
|
3536
3547
|
},
|
|
3537
3548
|
__wbindgen_cast_0000000000000014: function(arg0, arg1) {
|
|
3538
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3539
|
-
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e,
|
|
3549
|
+
// 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`.
|
|
3550
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_19);
|
|
3540
3551
|
return ret;
|
|
3541
3552
|
},
|
|
3542
3553
|
__wbindgen_cast_0000000000000015: function(arg0, arg1) {
|
|
3543
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3544
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3554
|
+
// 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`.
|
|
3555
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_20);
|
|
3545
3556
|
return ret;
|
|
3546
3557
|
},
|
|
3547
3558
|
__wbindgen_cast_0000000000000016: function(arg0, arg1) {
|
|
3548
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3549
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3559
|
+
// 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`.
|
|
3560
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_21);
|
|
3550
3561
|
return ret;
|
|
3551
3562
|
},
|
|
3552
3563
|
__wbindgen_cast_0000000000000017: function(arg0, arg1) {
|
|
3553
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3554
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3564
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [Option(NamedExternref("Blob"))], shim_idx: 4758, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3565
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h164dda84a5e68923);
|
|
3555
3566
|
return ret;
|
|
3556
3567
|
},
|
|
3557
3568
|
__wbindgen_cast_0000000000000018: function(arg0, arg1) {
|
|
3558
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3559
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3569
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4746, function: Function { arguments: [], shim_idx: 4760, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3570
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h401c85a5dc4f689e, wasm_bindgen__convert__closures_____invoke__h22f7f8bf18d68a3c);
|
|
3560
3571
|
return ret;
|
|
3561
3572
|
},
|
|
3562
3573
|
__wbindgen_cast_0000000000000019: function(arg0, arg1) {
|
|
3563
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3564
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3574
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5603, function: Function { arguments: [], shim_idx: 5604, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3575
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2504b00990fec809, wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754);
|
|
3565
3576
|
return ret;
|
|
3566
3577
|
},
|
|
3567
3578
|
__wbindgen_cast_000000000000001a: function(arg0, arg1) {
|
|
3568
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3569
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3579
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 5629, function: Function { arguments: [Externref], shim_idx: 5630, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3580
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h6f1d7755af5a834d, wasm_bindgen__convert__closures_____invoke__h8be819b8043379a0);
|
|
3570
3581
|
return ret;
|
|
3571
3582
|
},
|
|
3572
3583
|
__wbindgen_cast_000000000000001b: function(arg0, arg1) {
|
|
3573
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3574
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3584
|
+
// 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`.
|
|
3585
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h780a4b6abdc124b2, wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f);
|
|
3575
3586
|
return ret;
|
|
3576
3587
|
},
|
|
3577
3588
|
__wbindgen_cast_000000000000001c: function(arg0) {
|
|
@@ -3622,20 +3633,28 @@ function wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754(arg0, arg
|
|
|
3622
3633
|
wasm.wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754(arg0, arg1);
|
|
3623
3634
|
}
|
|
3624
3635
|
|
|
3636
|
+
function wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5(arg0, arg1, arg2) {
|
|
3637
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5(arg0, arg1, arg2);
|
|
3638
|
+
}
|
|
3639
|
+
|
|
3640
|
+
function wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5_1(arg0, arg1, arg2) {
|
|
3641
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5_1(arg0, arg1, arg2);
|
|
3642
|
+
}
|
|
3643
|
+
|
|
3625
3644
|
function wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac(arg0, arg1, arg2) {
|
|
3626
3645
|
wasm.wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac(arg0, arg1, arg2);
|
|
3627
3646
|
}
|
|
3628
3647
|
|
|
3629
|
-
function
|
|
3630
|
-
wasm.
|
|
3648
|
+
function wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_6(arg0, arg1, arg2) {
|
|
3649
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_6(arg0, arg1, arg2);
|
|
3631
3650
|
}
|
|
3632
3651
|
|
|
3633
|
-
function
|
|
3634
|
-
wasm.
|
|
3652
|
+
function wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_7(arg0, arg1, arg2) {
|
|
3653
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_7(arg0, arg1, arg2);
|
|
3635
3654
|
}
|
|
3636
3655
|
|
|
3637
|
-
function
|
|
3638
|
-
wasm.
|
|
3656
|
+
function wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_8(arg0, arg1, arg2) {
|
|
3657
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_8(arg0, arg1, arg2);
|
|
3639
3658
|
}
|
|
3640
3659
|
|
|
3641
3660
|
function wasm_bindgen__convert__closures_____invoke__h549f7ddd74327602(arg0, arg1, arg2) {
|
|
@@ -3650,22 +3669,6 @@ function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186(arg0, arg
|
|
|
3650
3669
|
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186(arg0, arg1, arg2);
|
|
3651
3670
|
}
|
|
3652
3671
|
|
|
3653
|
-
function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_11(arg0, arg1, arg2) {
|
|
3654
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_11(arg0, arg1, arg2);
|
|
3655
|
-
}
|
|
3656
|
-
|
|
3657
|
-
function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_12(arg0, arg1, arg2) {
|
|
3658
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_12(arg0, arg1, arg2);
|
|
3659
|
-
}
|
|
3660
|
-
|
|
3661
|
-
function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_13(arg0, arg1, arg2) {
|
|
3662
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_13(arg0, arg1, arg2);
|
|
3663
|
-
}
|
|
3664
|
-
|
|
3665
|
-
function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_14(arg0, arg1, arg2) {
|
|
3666
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_14(arg0, arg1, arg2);
|
|
3667
|
-
}
|
|
3668
|
-
|
|
3669
3672
|
function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_15(arg0, arg1, arg2) {
|
|
3670
3673
|
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_15(arg0, arg1, arg2);
|
|
3671
3674
|
}
|
|
@@ -3678,16 +3681,24 @@ function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_17(arg0,
|
|
|
3678
3681
|
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_17(arg0, arg1, arg2);
|
|
3679
3682
|
}
|
|
3680
3683
|
|
|
3681
|
-
function
|
|
3682
|
-
wasm.
|
|
3684
|
+
function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_18(arg0, arg1, arg2) {
|
|
3685
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_18(arg0, arg1, arg2);
|
|
3683
3686
|
}
|
|
3684
3687
|
|
|
3685
|
-
function
|
|
3686
|
-
wasm.
|
|
3688
|
+
function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_19(arg0, arg1, arg2) {
|
|
3689
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_19(arg0, arg1, arg2);
|
|
3690
|
+
}
|
|
3691
|
+
|
|
3692
|
+
function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_20(arg0, arg1, arg2) {
|
|
3693
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_20(arg0, arg1, arg2);
|
|
3687
3694
|
}
|
|
3688
3695
|
|
|
3689
|
-
function
|
|
3690
|
-
wasm.
|
|
3696
|
+
function wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_21(arg0, arg1, arg2) {
|
|
3697
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_21(arg0, arg1, arg2);
|
|
3698
|
+
}
|
|
3699
|
+
|
|
3700
|
+
function wasm_bindgen__convert__closures_____invoke__h8be819b8043379a0(arg0, arg1, arg2) {
|
|
3701
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h8be819b8043379a0(arg0, arg1, arg2);
|
|
3691
3702
|
}
|
|
3692
3703
|
|
|
3693
3704
|
function wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f(arg0, arg1, arg2) {
|
|
Binary file
|
|
@@ -30,6 +30,7 @@ export const intounderlyingbytesource_start: (a: number, b: any) => void;
|
|
|
30
30
|
export const intounderlyingbytesource_type: (a: number) => number;
|
|
31
31
|
export const intounderlyingsource_cancel: (a: number) => void;
|
|
32
32
|
export const intounderlyingsource_pull: (a: number, b: any) => any;
|
|
33
|
+
export const wasm_bindgen__closure__destroy__h08502510f6f722ca: (a: number, b: number) => void;
|
|
33
34
|
export const wasm_bindgen__closure__destroy__h175ea9953c111419: (a: number, b: number) => void;
|
|
34
35
|
export const wasm_bindgen__closure__destroy__h89c85bd0b07be596: (a: number, b: number) => void;
|
|
35
36
|
export const wasm_bindgen__closure__destroy__hd809ba2104dce3be: (a: number, b: number) => void;
|
|
@@ -39,7 +40,6 @@ export const wasm_bindgen__closure__destroy__h401c85a5dc4f689e: (a: number, b: n
|
|
|
39
40
|
export const wasm_bindgen__closure__destroy__h2504b00990fec809: (a: number, b: number) => void;
|
|
40
41
|
export const wasm_bindgen__closure__destroy__h6f1d7755af5a834d: (a: number, b: number) => void;
|
|
41
42
|
export const wasm_bindgen__closure__destroy__h780a4b6abdc124b2: (a: number, b: number) => void;
|
|
42
|
-
export const wasm_bindgen__closure__destroy__h08502510f6f722ca: (a: number, b: number) => void;
|
|
43
43
|
export const wasm_bindgen__convert__closures_____invoke__hee217a849ef8cb8a: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
44
44
|
export const wasm_bindgen__convert__closures_____invoke__hb8ca66f61e41cce5: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void;
|
|
45
45
|
export const wasm_bindgen__convert__closures_____invoke__h5403ccc7e321a332: (a: number, b: number, c: any, d: any) => void;
|
|
@@ -47,24 +47,24 @@ export const wasm_bindgen__convert__closures_____invoke__hb11eab9190fa9385: (a:
|
|
|
47
47
|
export const wasm_bindgen__convert__closures_____invoke__h81d27409c27c1959: (a: number, b: number, c: any, d: any) => void;
|
|
48
48
|
export const wasm_bindgen__convert__closures_____invoke__hc8bca67d3586a92f: (a: number, b: number, c: any) => [number, number];
|
|
49
49
|
export const wasm_bindgen__convert__closures_____invoke__h4e1d18a25cb702b7: (a: number, b: number, c: any, d: any) => void;
|
|
50
|
+
export const wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5: (a: number, b: number, c: any) => void;
|
|
51
|
+
export const wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5_1: (a: number, b: number, c: any) => void;
|
|
50
52
|
export const wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac: (a: number, b: number, c: any) => void;
|
|
51
|
-
export const
|
|
52
|
-
export const
|
|
53
|
-
export const
|
|
53
|
+
export const wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_6: (a: number, b: number, c: any) => void;
|
|
54
|
+
export const wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_7: (a: number, b: number, c: any) => void;
|
|
55
|
+
export const wasm_bindgen__convert__closures_____invoke__h3406abafb95730ac_8: (a: number, b: number, c: any) => void;
|
|
54
56
|
export const wasm_bindgen__convert__closures_____invoke__h549f7ddd74327602: (a: number, b: number, c: any) => void;
|
|
55
57
|
export const wasm_bindgen__convert__closures_____invoke__hb901e6d890fc7df6: (a: number, b: number, c: any) => void;
|
|
56
58
|
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186: (a: number, b: number, c: any) => void;
|
|
57
|
-
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_11: (a: number, b: number, c: any) => void;
|
|
58
|
-
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_12: (a: number, b: number, c: any) => void;
|
|
59
|
-
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_13: (a: number, b: number, c: any) => void;
|
|
60
|
-
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_14: (a: number, b: number, c: any) => void;
|
|
61
59
|
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_15: (a: number, b: number, c: any) => void;
|
|
62
60
|
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_16: (a: number, b: number, c: any) => void;
|
|
63
61
|
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_17: (a: number, b: number, c: any) => void;
|
|
62
|
+
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_18: (a: number, b: number, c: any) => void;
|
|
63
|
+
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_19: (a: number, b: number, c: any) => void;
|
|
64
|
+
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_20: (a: number, b: number, c: any) => void;
|
|
65
|
+
export const wasm_bindgen__convert__closures_____invoke__h47a1f4e9ed4c9186_21: (a: number, b: number, c: any) => void;
|
|
64
66
|
export const wasm_bindgen__convert__closures_____invoke__h164dda84a5e68923: (a: number, b: number, c: number) => void;
|
|
65
67
|
export const wasm_bindgen__convert__closures_____invoke__h8be819b8043379a0: (a: number, b: number, c: any) => void;
|
|
66
|
-
export const wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5: (a: number, b: number, c: any) => void;
|
|
67
|
-
export const wasm_bindgen__convert__closures_____invoke__h172a54633ef89cf5_24: (a: number, b: number, c: any) => void;
|
|
68
68
|
export const wasm_bindgen__convert__closures_____invoke__hbfcfb7f057cbec16: (a: number, b: number) => void;
|
|
69
69
|
export const wasm_bindgen__convert__closures_____invoke__h22f7f8bf18d68a3c: (a: number, b: number) => void;
|
|
70
70
|
export const wasm_bindgen__convert__closures_____invoke__hcb86fb251f5bd754: (a: number, b: number) => void;
|