@miris-inc/core 0.0.8-c9043e1 → 0.0.8-ccd19da
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 +201 -0
- package/README.md +82 -0
- package/banner.svg +34 -0
- package/dist/AquaApi.js +15 -0
- package/dist/AquaApi.wasm +0 -0
- package/dist/aqua-parser.js +14 -0
- package/dist/aqua-parser.wasm +0 -0
- package/dist/core.d.ts +597 -0
- package/dist/core.js +2180 -0
- package/dist/core.prod.js +1 -0
- package/dist/core.standalone.js +5116 -0
- package/dist/core.standalone.prod.js +1 -0
- package/package.json +50 -7
- package/core.js +0 -6318
- package/icon-black.svg +0 -10
- package/icon-white.svg +0 -11
- package/social-card.png +0 -3
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://miris.com">
|
|
3
|
+
<img src="./banner.svg" alt="Miris" width="100%" />
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
# @miris-inc/core
|
|
8
|
+
|
|
9
|
+
Core scene-graph runtime for the Miris 3D streaming SDK. Provides the WASM-backed Engine, Scene, Stream, LOD, Camera, and ModelRoot primitives shared by all higher-level packages.
|
|
10
|
+
|
|
11
|
+
## Install
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npm install @miris-inc/core
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Usage
|
|
18
|
+
|
|
19
|
+
### From a CDN
|
|
20
|
+
|
|
21
|
+
```html
|
|
22
|
+
<script type="module">
|
|
23
|
+
import { Miris } from "https://unpkg.com/@miris-inc/core";
|
|
24
|
+
</script>
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
CDNs serve the **standalone build** — a single self-contained JS file with all WASM inlined. No additional files to host.
|
|
28
|
+
|
|
29
|
+
### With a bundler (Vite, Webpack, esbuild)
|
|
30
|
+
|
|
31
|
+
```js
|
|
32
|
+
import { Miris, Scene, Stream } from "@miris-inc/core";
|
|
33
|
+
|
|
34
|
+
const miris = await Miris.instance();
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
The default import resolves to the **chunked build** — a lightweight JS module with WASM loaded as a separate file. Your bundler handles WASM loading automatically via the standard `new URL("AquaApi.wasm", import.meta.url)` pattern.
|
|
38
|
+
|
|
39
|
+
### Standalone import via bundler
|
|
40
|
+
|
|
41
|
+
If you want the self-contained build in a bundler context:
|
|
42
|
+
|
|
43
|
+
```js
|
|
44
|
+
import { Miris } from "@miris-inc/core/standalone";
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Builds
|
|
48
|
+
|
|
49
|
+
| Build | File | Description |
|
|
50
|
+
|-------|------|-------------|
|
|
51
|
+
| Chunked | `core.js` + `AquaApi.wasm` | Unminified. Default for bundlers in dev mode. WASM loaded separately. |
|
|
52
|
+
| Chunked prod | `core.prod.js` + `AquaApi.wasm` | Minified. Default for bundler production builds. |
|
|
53
|
+
| Standalone | `core.standalone.js` | Unminified, readable source with WASM inlined. `import.meta.env.DEV` is `true`. |
|
|
54
|
+
| Standalone prod | `core.standalone.prod.js` | Minified production bundle. Served by `unpkg`/`jsdelivr`. |
|
|
55
|
+
|
|
56
|
+
## Exports
|
|
57
|
+
|
|
58
|
+
Both `"."` and `"./standalone"` use the `development` export condition — bundlers in dev mode automatically resolve to the unminified build.
|
|
59
|
+
|
|
60
|
+
```js
|
|
61
|
+
// Bundler (chunked, default)
|
|
62
|
+
import { Miris } from "@miris-inc/core";
|
|
63
|
+
|
|
64
|
+
// CDN / standalone
|
|
65
|
+
import { Miris } from "@miris-inc/core/standalone";
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
## API
|
|
69
|
+
|
|
70
|
+
| Export | Description |
|
|
71
|
+
|--------|-------------|
|
|
72
|
+
| `Miris` | Main application singleton. Manages engine lifecycle, scenes, and the update loop. |
|
|
73
|
+
| `Scene` | A streaming scene connected to a Miris asset. |
|
|
74
|
+
| `Stream` | A single stream within a scene. |
|
|
75
|
+
| `Lod` | A level-of-detail node containing splat data. |
|
|
76
|
+
| `Camera` | Camera state pushed to the streaming engine. |
|
|
77
|
+
| `ModelRoot` | Root transform for a streamed model. |
|
|
78
|
+
| `Change` | Describes a scene-graph mutation (created, modified, activated, deactivated, deleted). |
|
|
79
|
+
|
|
80
|
+
## License
|
|
81
|
+
|
|
82
|
+
Apache-2.0
|
package/banner.svg
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
<svg width="800" height="140" viewBox="0 0 800 140" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="rounded">
|
|
4
|
+
<rect width="800" height="140" rx="8"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
<clipPath id="logo-clip">
|
|
7
|
+
<rect width="200" height="52.7383"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
<g clip-path="url(#rounded)">
|
|
11
|
+
<rect width="800" height="140" fill="#0A0A0A"/>
|
|
12
|
+
<g transform="translate(300, 40)">
|
|
13
|
+
<g clip-path="url(#logo-clip)">
|
|
14
|
+
<path d="M190.04 29.6349H183.354C181.338 29.6349 179.698 27.9985 179.698 25.9868C179.698 23.9752 181.338 22.3387 183.354 22.3387H198.085V16.2934H183.354C177.997 16.2934 173.638 20.6419 173.638 25.9868C173.638 31.3318 177.997 35.6803 183.354 35.6803H190.04C192.057 35.6803 193.697 37.3167 193.697 39.3283C193.697 41.34 192.057 42.9764 190.04 42.9764H173.638V49.0218H190.04C195.398 49.0218 199.756 44.6733 199.756 39.3283C199.756 33.9834 195.398 29.6349 190.04 29.6349Z" fill="white"/>
|
|
15
|
+
<path d="M167.997 16.2934H161.937V49.0218H167.997V16.2934Z" fill="white"/>
|
|
16
|
+
<path d="M132.894 16.2934H126.835V49.0218H132.894V16.2934Z" fill="white"/>
|
|
17
|
+
<path d="M98.1259 39.641H94.741L94.6596 39.4472L79.509 2.95184H73.3452V49.0218H79.4045V22.3387H81.0761L81.1576 22.5326L92.1522 49.0218H100.715L111.709 22.5326L111.791 22.3387H113.462V49.0218H119.522V2.95184H113.358L98.2074 39.4472L98.1259 39.641Z" fill="white"/>
|
|
18
|
+
<path d="M132.894 2.95184H126.835V8.99722H132.894V2.95184Z" fill="white"/>
|
|
19
|
+
<path d="M167.997 2.95184H161.937V8.99722H167.997V2.95184Z" fill="white"/>
|
|
20
|
+
<path d="M148.515 17.1314L146.868 21.1047L146.578 21.803L144.29 16.2955H140.203V49.0239H146.262V25.9889C146.262 23.9773 147.903 22.3408 149.919 22.3408H157.128V16.2955H149.769C149.217 16.2955 148.724 16.6248 148.511 17.1335L148.515 17.1314Z" fill="white"/>
|
|
21
|
+
<path d="M16.3285 39.641L21.6085 52.3572H30.848L36.1281 39.641H16.3285Z" fill="white"/>
|
|
22
|
+
<path d="M30.7958 15.668L37.4611 -0.383545H14.9955L21.6608 15.668H30.7958Z" fill="white"/>
|
|
23
|
+
<path d="M-0.203125 12.958V39.641H16.3285L5.25031 12.958H-0.203125Z" fill="white"/>
|
|
24
|
+
<path d="M52.6597 12.958V39.641H36.1281L47.2063 12.958H52.6597Z" fill="white"/>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
<rect y="134" width="134" height="6" fill="#99DFF9"/>
|
|
28
|
+
<rect x="134" y="134" width="133" height="6" fill="#00AEEF"/>
|
|
29
|
+
<rect x="267" y="134" width="133" height="6" fill="#46237A"/>
|
|
30
|
+
<rect x="400" y="134" width="133" height="6" fill="#FF4586"/>
|
|
31
|
+
<rect x="533" y="134" width="134" height="6" fill="#D72638"/>
|
|
32
|
+
<rect x="667" y="134" width="133" height="6" fill="#F46C02"/>
|
|
33
|
+
</g>
|
|
34
|
+
</svg>
|
package/dist/AquaApi.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
async function Ys($t={}){var Ye,l=$t,kr=typeof window=="object",ge=typeof WorkerGlobalScope<"u",Dt=typeof process=="object"&&process.versions?.node&&process.type!="renderer",Js=!kr&&!Dt&&!ge,Rt=[],Sr="./this.program",Er=(e,r)=>{throw r},It=import.meta.url,Je="";function jt(e){return l.locateFile?l.locateFile(e,Je):Je+e}var Qe,Fe;if(kr||ge){try{Je=new URL(".",It).href}catch{}ge&&(Fe=e=>{var r=new XMLHttpRequest;return r.open("GET",e,!1),r.responseType="arraybuffer",r.send(null),new Uint8Array(r.response)}),Qe=async e=>{var r=await fetch(e,{credentials:"same-origin"});if(r.ok)return r.arrayBuffer();throw new Error(r.status+" : "+r.url)}}var we=console.log.bind(console),ee=console.error.bind(console),be,Pe=!1,Ae;function Qs(e,r){e||ue(r)}var eu=e=>e.startsWith("file://"),Cr,Tr,$e,L,N,A,ve,C,m,De,Re,U,Fr,Pr=!1;function Ar(){var e=$e.buffer;l.HEAP8=L=new Int8Array(e),A=new Int16Array(e),l.HEAPU8=N=new Uint8Array(e),ve=new Uint16Array(e),l.HEAP32=C=new Int32Array(e),l.HEAPU32=m=new Uint32Array(e),l.HEAPF32=De=new Float32Array(e),l.HEAPF64=Re=new Float64Array(e),U=new BigInt64Array(e),Fr=new BigUint64Array(e)}function Mt(){if(l.preRun)for(typeof l.preRun=="function"&&(l.preRun=[l.preRun]);l.preRun.length;)zt(l.preRun.shift());Dr(Ir)}function Ot(){Pr=!0,!l.noFSInit&&!o.initialized&&o.init(),ae.init(),de.__wasm_call_ctors(),o.ignorePermissions=!1}function xt(){if(l.postRun)for(typeof l.postRun=="function"&&(l.postRun=[l.postRun]);l.postRun.length;)Ht(l.postRun.shift());Dr(Rr)}function ue(e){l.onAbort?.(e),e="Aborted("+e+")",ee(e),Pe=!0,e+=". Build with -sASSERTIONS for more info.";var r=new WebAssembly.RuntimeError(e);throw Tr?.(r),r}var er;function Lt(){return l.locateFile?jt("AquaApi.wasm"):new URL("AquaApi.wasm",import.meta.url).href}function Gt(e){if(e==er&&be)return new Uint8Array(be);if(Fe)return Fe(e);throw"both async and sync fetching of the wasm failed"}async function Nt(e){if(!be)try{var r=await Qe(e);return new Uint8Array(r)}catch{}return Gt(e)}async function Wt(e,r){try{var t=await Nt(e),n=await WebAssembly.instantiate(t,r);return n}catch(i){ee(`failed to asynchronously prepare wasm: ${i}`),ue(i)}}async function Ut(e,r,t){if(!e)try{var n=fetch(r,{credentials:"same-origin"}),i=await WebAssembly.instantiateStreaming(n,t);return i}catch(a){ee(`wasm streaming compile failed: ${a}`),ee("falling back to ArrayBuffer instantiation")}return Wt(r,t)}function Bt(){return{env:At,wasi_snapshot_preview1:At}}async function Vt(){function e(a,s){return de=a.exports,$e=de.memory,Ar(),Yr=de.__indirect_function_table,Qo(de),de}function r(a){return e(a.instance)}var t=Bt();if(l.instantiateWasm)return new Promise((a,s)=>{l.instantiateWasm(t,(u,c)=>{a(e(u,c))})});er??=Lt();var n=await Ut(be,er,t),i=r(n);return i}class $r{name="ExitStatus";constructor(r){this.message=`Program terminated with exit(${r})`,this.status=r}}var Dr=e=>{for(;e.length>0;)e.shift()(l)},Rr=[],Ht=e=>Rr.push(e),Ir=[],zt=e=>Ir.push(e);function ru(e,r="i8"){switch(r.endsWith("*")&&(r="*"),r){case"i1":return L[e];case"i8":return L[e];case"i16":return A[e>>1];case"i32":return C[e>>2];case"i64":return U[e>>3];case"float":return De[e>>2];case"double":return Re[e>>3];case"*":return m[e>>2];default:ue(`invalid type for getValue: ${r}`)}}var rr=!0;function tu(e,r,t="i8"){switch(t.endsWith("*")&&(t="*"),t){case"i1":L[e]=r;break;case"i8":L[e]=r;break;case"i16":A[e>>1]=r;break;case"i32":C[e>>2]=r;break;case"i64":U[e>>3]=BigInt(r);break;case"float":De[e>>2]=r;break;case"double":Re[e>>3]=r;break;case"*":m[e>>2]=r;break;default:ue(`invalid type for setValue: ${t}`)}}var b=e=>kt(e),k=()=>Et(),Ie=[],je=0,qt=e=>{var r=new tr(e);return r.get_caught()||(r.set_caught(!0),je--),r.set_rethrown(!1),Ie.push(r),Tt(e),Pt(e)},re=0,Xt=()=>{w(0,0);var e=Ie.pop();Ct(e.excPtr),re=0};class tr{constructor(r){this.excPtr=r,this.ptr=r-24}set_type(r){m[this.ptr+4>>2]=r}get_type(){return m[this.ptr+4>>2]}set_destructor(r){m[this.ptr+8>>2]=r}get_destructor(){return m[this.ptr+8>>2]}set_caught(r){r=r?1:0,L[this.ptr+12]=r}get_caught(){return L[this.ptr+12]!=0}set_rethrown(r){r=r?1:0,L[this.ptr+13]=r}get_rethrown(){return L[this.ptr+13]!=0}init(r,t){this.set_adjusted_ptr(0),this.set_type(r),this.set_destructor(t)}set_adjusted_ptr(r){m[this.ptr+16>>2]=r}get_adjusted_ptr(){return m[this.ptr+16>>2]}}var Me=e=>bt(e),nr=e=>{var r=re;if(!r)return Me(0),0;var t=new tr(r);t.set_adjusted_ptr(r);var n=t.get_type();if(!n)return Me(0),r;for(var i of e){if(i===0||i===n)break;var a=t.ptr+16;if(Ft(i,n,a))return Me(i),r}return Me(n),r},Zt=()=>nr([]),Kt=e=>nr([e]),Yt=(e,r)=>nr([e,r]),Jt=()=>{var e=Ie.pop();e||ue("no exception to throw");var r=e.excPtr;throw e.get_rethrown()||(Ie.push(e),e.set_rethrown(!0),e.set_caught(!1),je++),re=r,re},Qt=(e,r,t)=>{var n=new tr(e);throw n.init(r,t),re=e,je++,re},en=()=>je,rn=e=>{throw re||(re=e),re},Oe=()=>{var e=C[+R.varargs>>2];return R.varargs+=4,e},_e=Oe,D={isAbs:e=>e.charAt(0)==="/",splitPath:e=>{var r=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return r.exec(e).slice(1)},normalizeArray:(e,r)=>{for(var t=0,n=e.length-1;n>=0;n--){var i=e[n];i==="."?e.splice(n,1):i===".."?(e.splice(n,1),t++):t&&(e.splice(n,1),t--)}if(r)for(;t;t--)e.unshift("..");return e},normalize:e=>{var r=D.isAbs(e),t=e.slice(-1)==="/";return e=D.normalizeArray(e.split("/").filter(n=>!!n),!r).join("/"),!e&&!r&&(e="."),e&&t&&(e+="/"),(r?"/":"")+e},dirname:e=>{var r=D.splitPath(e),t=r[0],n=r[1];return!t&&!n?".":(n&&(n=n.slice(0,-1)),t+n)},basename:e=>e&&e.match(/([^\/]+|\/)\/*$/)[1],join:(...e)=>D.normalize(e.join("/")),join2:(e,r)=>D.normalize(e+"/"+r)},tn=()=>e=>crypto.getRandomValues(e),ir=e=>{(ir=tn())(e)},he={resolve:(...e)=>{for(var r="",t=!1,n=e.length-1;n>=-1&&!t;n--){var i=n>=0?e[n]:o.cwd();if(typeof i!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!i)return"";r=i+"/"+r,t=D.isAbs(i)}return r=D.normalizeArray(r.split("/").filter(a=>!!a),!t).join("/"),(t?"/":"")+r||"."},relative:(e,r)=>{e=he.resolve(e).slice(1),r=he.resolve(r).slice(1);function t(f){for(var d=0;d<f.length&&f[d]==="";d++);for(var _=f.length-1;_>=0&&f[_]==="";_--);return d>_?[]:f.slice(d,_-d+1)}for(var n=t(e.split("/")),i=t(r.split("/")),a=Math.min(n.length,i.length),s=a,u=0;u<a;u++)if(n[u]!==i[u]){s=u;break}for(var c=[],u=s;u<n.length;u++)c.push("..");return c=c.concat(i.slice(s)),c.join("/")}},jr=typeof TextDecoder<"u"?new TextDecoder:void 0,Mr=(e,r,t,n)=>{var i=r+t;if(n)return i;for(;e[r]&&!(r>=i);)++r;return r},me=(e,r=0,t,n)=>{var i=Mr(e,r,t,n);if(i-r>16&&e.buffer&&jr)return jr.decode(e.subarray(r,i));for(var a="";r<i;){var s=e[r++];if(!(s&128)){a+=String.fromCharCode(s);continue}var u=e[r++]&63;if((s&224)==192){a+=String.fromCharCode((s&31)<<6|u);continue}var c=e[r++]&63;if((s&240)==224?s=(s&15)<<12|u<<6|c:s=(s&7)<<18|u<<12|c<<6|e[r++]&63,s<65536)a+=String.fromCharCode(s);else{var f=s-65536;a+=String.fromCharCode(55296|f>>10,56320|f&1023)}}return a},ar=[],Y=e=>{for(var r=0,t=0;t<e.length;++t){var n=e.charCodeAt(t);n<=127?r++:n<=2047?r+=2:n>=55296&&n<=57343?(r+=4,++t):r+=3}return r},Or=(e,r,t,n)=>{if(!(n>0))return 0;for(var i=t,a=t+n-1,s=0;s<e.length;++s){var u=e.codePointAt(s);if(u<=127){if(t>=a)break;r[t++]=u}else if(u<=2047){if(t+1>=a)break;r[t++]=192|u>>6,r[t++]=128|u&63}else if(u<=65535){if(t+2>=a)break;r[t++]=224|u>>12,r[t++]=128|u>>6&63,r[t++]=128|u&63}else{if(t+3>=a)break;r[t++]=240|u>>18,r[t++]=128|u>>12&63,r[t++]=128|u>>6&63,r[t++]=128|u&63,s++}}return r[t]=0,t-i},or=(e,r,t)=>{var n=t>0?t:Y(e)+1,i=new Array(n),a=Or(e,i,0,i.length);return r&&(i.length=a),i},nn=()=>{if(!ar.length){var e=null;if(typeof window<"u"&&typeof window.prompt=="function"&&(e=window.prompt("Input: "),e!==null&&(e+=`
|
|
2
|
+
`)),!e)return null;ar=or(e,!0)}return ar.shift()},ae={ttys:[],init(){},shutdown(){},register(e,r){ae.ttys[e]={input:[],output:[],ops:r},o.registerDevice(e,ae.stream_ops)},stream_ops:{open(e){var r=ae.ttys[e.node.rdev];if(!r)throw new o.ErrnoError(43);e.tty=r,e.seekable=!1},close(e){e.tty.ops.fsync(e.tty)},fsync(e){e.tty.ops.fsync(e.tty)},read(e,r,t,n,i){if(!e.tty||!e.tty.ops.get_char)throw new o.ErrnoError(60);for(var a=0,s=0;s<n;s++){var u;try{u=e.tty.ops.get_char(e.tty)}catch{throw new o.ErrnoError(29)}if(u===void 0&&a===0)throw new o.ErrnoError(6);if(u==null)break;a++,r[t+s]=u}return a&&(e.node.atime=Date.now()),a},write(e,r,t,n,i){if(!e.tty||!e.tty.ops.put_char)throw new o.ErrnoError(60);try{for(var a=0;a<n;a++)e.tty.ops.put_char(e.tty,r[t+a])}catch{throw new o.ErrnoError(29)}return n&&(e.node.mtime=e.node.ctime=Date.now()),a}},default_tty_ops:{get_char(e){return nn()},put_char(e,r){r===null||r===10?(we(me(e.output)),e.output=[]):r!=0&&e.output.push(r)},fsync(e){e.output?.length>0&&(we(me(e.output)),e.output=[])},ioctl_tcgets(e){return{c_iflag:25856,c_oflag:5,c_cflag:191,c_lflag:35387,c_cc:[3,28,127,21,4,0,1,0,17,19,26,0,18,15,23,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},ioctl_tcsets(e,r,t){return 0},ioctl_tiocgwinsz(e){return[24,80]}},default_tty1_ops:{put_char(e,r){r===null||r===10?(ee(me(e.output)),e.output=[]):r!=0&&e.output.push(r)},fsync(e){e.output?.length>0&&(ee(me(e.output)),e.output=[])}}},xr=e=>{ue()},E={ops_table:null,mount(e){return E.createNode(null,"/",16895,0)},createNode(e,r,t,n){if(o.isBlkdev(t)||o.isFIFO(t))throw new o.ErrnoError(63);E.ops_table||={dir:{node:{getattr:E.node_ops.getattr,setattr:E.node_ops.setattr,lookup:E.node_ops.lookup,mknod:E.node_ops.mknod,rename:E.node_ops.rename,unlink:E.node_ops.unlink,rmdir:E.node_ops.rmdir,readdir:E.node_ops.readdir,symlink:E.node_ops.symlink},stream:{llseek:E.stream_ops.llseek}},file:{node:{getattr:E.node_ops.getattr,setattr:E.node_ops.setattr},stream:{llseek:E.stream_ops.llseek,read:E.stream_ops.read,write:E.stream_ops.write,mmap:E.stream_ops.mmap,msync:E.stream_ops.msync}},link:{node:{getattr:E.node_ops.getattr,setattr:E.node_ops.setattr,readlink:E.node_ops.readlink},stream:{}},chrdev:{node:{getattr:E.node_ops.getattr,setattr:E.node_ops.setattr},stream:o.chrdev_stream_ops}};var i=o.createNode(e,r,t,n);return o.isDir(i.mode)?(i.node_ops=E.ops_table.dir.node,i.stream_ops=E.ops_table.dir.stream,i.contents={}):o.isFile(i.mode)?(i.node_ops=E.ops_table.file.node,i.stream_ops=E.ops_table.file.stream,i.usedBytes=0,i.contents=null):o.isLink(i.mode)?(i.node_ops=E.ops_table.link.node,i.stream_ops=E.ops_table.link.stream):o.isChrdev(i.mode)&&(i.node_ops=E.ops_table.chrdev.node,i.stream_ops=E.ops_table.chrdev.stream),i.atime=i.mtime=i.ctime=Date.now(),e&&(e.contents[r]=i,e.atime=e.mtime=e.ctime=i.atime),i},getFileDataAsTypedArray(e){return e.contents?e.contents.subarray?e.contents.subarray(0,e.usedBytes):new Uint8Array(e.contents):new Uint8Array(0)},expandFileStorage(e,r){var t=e.contents?e.contents.length:0;if(!(t>=r)){var n=1024*1024;r=Math.max(r,t*(t<n?2:1.125)>>>0),t!=0&&(r=Math.max(r,256));var i=e.contents;e.contents=new Uint8Array(r),e.usedBytes>0&&e.contents.set(i.subarray(0,e.usedBytes),0)}},resizeFileStorage(e,r){if(e.usedBytes!=r)if(r==0)e.contents=null,e.usedBytes=0;else{var t=e.contents;e.contents=new Uint8Array(r),t&&e.contents.set(t.subarray(0,Math.min(r,e.usedBytes))),e.usedBytes=r}},node_ops:{getattr(e){var r={};return r.dev=o.isChrdev(e.mode)?e.id:1,r.ino=e.id,r.mode=e.mode,r.nlink=1,r.uid=0,r.gid=0,r.rdev=e.rdev,o.isDir(e.mode)?r.size=4096:o.isFile(e.mode)?r.size=e.usedBytes:o.isLink(e.mode)?r.size=e.link.length:r.size=0,r.atime=new Date(e.atime),r.mtime=new Date(e.mtime),r.ctime=new Date(e.ctime),r.blksize=4096,r.blocks=Math.ceil(r.size/r.blksize),r},setattr(e,r){for(const t of["mode","atime","mtime","ctime"])r[t]!=null&&(e[t]=r[t]);r.size!==void 0&&E.resizeFileStorage(e,r.size)},lookup(e,r){throw E.doesNotExistError||(E.doesNotExistError=new o.ErrnoError(44),E.doesNotExistError.stack="<generic error, no stack>"),E.doesNotExistError},mknod(e,r,t,n){return E.createNode(e,r,t,n)},rename(e,r,t){var n;try{n=o.lookupNode(r,t)}catch{}if(n){if(o.isDir(e.mode))for(var i in n.contents)throw new o.ErrnoError(55);o.hashRemoveNode(n)}delete e.parent.contents[e.name],r.contents[t]=e,e.name=t,r.ctime=r.mtime=e.parent.ctime=e.parent.mtime=Date.now()},unlink(e,r){delete e.contents[r],e.ctime=e.mtime=Date.now()},rmdir(e,r){var t=o.lookupNode(e,r);for(var n in t.contents)throw new o.ErrnoError(55);delete e.contents[r],e.ctime=e.mtime=Date.now()},readdir(e){return[".","..",...Object.keys(e.contents)]},symlink(e,r,t){var n=E.createNode(e,r,41471,0);return n.link=t,n},readlink(e){if(!o.isLink(e.mode))throw new o.ErrnoError(28);return e.link}},stream_ops:{read(e,r,t,n,i){var a=e.node.contents;if(i>=e.node.usedBytes)return 0;var s=Math.min(e.node.usedBytes-i,n);if(s>8&&a.subarray)r.set(a.subarray(i,i+s),t);else for(var u=0;u<s;u++)r[t+u]=a[i+u];return s},write(e,r,t,n,i,a){if(r.buffer===L.buffer&&(a=!1),!n)return 0;var s=e.node;if(s.mtime=s.ctime=Date.now(),r.subarray&&(!s.contents||s.contents.subarray)){if(a)return s.contents=r.subarray(t,t+n),s.usedBytes=n,n;if(s.usedBytes===0&&i===0)return s.contents=r.slice(t,t+n),s.usedBytes=n,n;if(i+n<=s.usedBytes)return s.contents.set(r.subarray(t,t+n),i),n}if(E.expandFileStorage(s,i+n),s.contents.subarray&&r.subarray)s.contents.set(r.subarray(t,t+n),i);else for(var u=0;u<n;u++)s.contents[i+u]=r[t+u];return s.usedBytes=Math.max(s.usedBytes,i+n),n},llseek(e,r,t){var n=r;if(t===1?n+=e.position:t===2&&o.isFile(e.node.mode)&&(n+=e.node.usedBytes),n<0)throw new o.ErrnoError(28);return n},mmap(e,r,t,n,i){if(!o.isFile(e.node.mode))throw new o.ErrnoError(43);var a,s,u=e.node.contents;if(!(i&2)&&u&&u.buffer===L.buffer)s=!1,a=u.byteOffset;else{if(s=!0,a=xr(r),!a)throw new o.ErrnoError(48);u&&((t>0||t+r<u.length)&&(u.subarray?u=u.subarray(t,t+r):u=Array.prototype.slice.call(u,t,t+r)),L.set(u,a))}return{ptr:a,allocated:s}},msync(e,r,t,n,i){return E.stream_ops.write(e,r,0,n,t,!1),0}}},an=e=>{var r={r:0,"r+":2,w:577,"w+":578,a:1089,"a+":1090},t=r[e];if(typeof t>"u")throw new Error(`Unknown file open mode: ${e}`);return t},sr=(e,r)=>{var t=0;return e&&(t|=365),r&&(t|=146),t},on=async e=>{var r=await Qe(e);return new Uint8Array(r)},sn=(...e)=>o.createDataFile(...e),un=e=>e,ce=0,ke=null,Lr=e=>{if(ce--,l.monitorRunDependencies?.(ce),ce==0&&ke){var r=ke;ke=null,r()}},Gr=e=>{ce++,l.monitorRunDependencies?.(ce)},Nr=[],cn=async(e,r)=>{typeof Browser<"u"&&Browser.init();for(var t of Nr)if(t.canHandle(r))return t.handle(e,r);return e},Wr=async(e,r,t,n,i,a,s,u)=>{var c=r?he.resolve(D.join2(e,r)):e,f=un(`cp ${c}`);Gr(f);try{var d=t;typeof t=="string"&&(d=await on(t)),d=await cn(d,c),u?.(),a||sn(e,r,d,n,i,s)}finally{Lr(f)}},ln=(e,r,t,n,i,a,s,u,c,f)=>{Wr(e,r,t,n,i,u,c,f).then(a).catch(s)},o={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:!1,ignorePermissions:!0,filesystems:null,syncFSRequests:0,readFiles:{},ErrnoError:class{name="ErrnoError";constructor(e){this.errno=e}},FSStream:class{shared={};get object(){return this.node}set object(e){this.node=e}get isRead(){return(this.flags&2097155)!==1}get isWrite(){return(this.flags&2097155)!==0}get isAppend(){return this.flags&1024}get flags(){return this.shared.flags}set flags(e){this.shared.flags=e}get position(){return this.shared.position}set position(e){this.shared.position=e}},FSNode:class{node_ops={};stream_ops={};readMode=365;writeMode=146;mounted=null;constructor(e,r,t,n){e||(e=this),this.parent=e,this.mount=e.mount,this.id=o.nextInode++,this.name=r,this.mode=t,this.rdev=n,this.atime=this.mtime=this.ctime=Date.now()}get read(){return(this.mode&this.readMode)===this.readMode}set read(e){e?this.mode|=this.readMode:this.mode&=~this.readMode}get write(){return(this.mode&this.writeMode)===this.writeMode}set write(e){e?this.mode|=this.writeMode:this.mode&=~this.writeMode}get isFolder(){return o.isDir(this.mode)}get isDevice(){return o.isChrdev(this.mode)}},lookupPath(e,r={}){if(!e)throw new o.ErrnoError(44);r.follow_mount??=!0,D.isAbs(e)||(e=o.cwd()+"/"+e);e:for(var t=0;t<40;t++){for(var n=e.split("/").filter(f=>!!f),i=o.root,a="/",s=0;s<n.length;s++){var u=s===n.length-1;if(u&&r.parent)break;if(n[s]!=="."){if(n[s]===".."){if(a=D.dirname(a),o.isRoot(i)){e=a+"/"+n.slice(s+1).join("/"),t--;continue e}else i=i.parent;continue}a=D.join2(a,n[s]);try{i=o.lookupNode(i,n[s])}catch(f){if(f?.errno===44&&u&&r.noent_okay)return{path:a};throw f}if(o.isMountpoint(i)&&(!u||r.follow_mount)&&(i=i.mounted.root),o.isLink(i.mode)&&(!u||r.follow)){if(!i.node_ops.readlink)throw new o.ErrnoError(52);var c=i.node_ops.readlink(i);D.isAbs(c)||(c=D.dirname(a)+"/"+c),e=c+"/"+n.slice(s+1).join("/");continue e}}}return{path:a,node:i}}throw new o.ErrnoError(32)},getPath(e){for(var r;;){if(o.isRoot(e)){var t=e.mount.mountpoint;return r?t[t.length-1]!=="/"?`${t}/${r}`:t+r:t}r=r?`${e.name}/${r}`:e.name,e=e.parent}},hashName(e,r){for(var t=0,n=0;n<r.length;n++)t=(t<<5)-t+r.charCodeAt(n)|0;return(e+t>>>0)%o.nameTable.length},hashAddNode(e){var r=o.hashName(e.parent.id,e.name);e.name_next=o.nameTable[r],o.nameTable[r]=e},hashRemoveNode(e){var r=o.hashName(e.parent.id,e.name);if(o.nameTable[r]===e)o.nameTable[r]=e.name_next;else for(var t=o.nameTable[r];t;){if(t.name_next===e){t.name_next=e.name_next;break}t=t.name_next}},lookupNode(e,r){var t=o.mayLookup(e);if(t)throw new o.ErrnoError(t);for(var n=o.hashName(e.id,r),i=o.nameTable[n];i;i=i.name_next){var a=i.name;if(i.parent.id===e.id&&a===r)return i}return o.lookup(e,r)},createNode(e,r,t,n){var i=new o.FSNode(e,r,t,n);return o.hashAddNode(i),i},destroyNode(e){o.hashRemoveNode(e)},isRoot(e){return e===e.parent},isMountpoint(e){return!!e.mounted},isFile(e){return(e&61440)===32768},isDir(e){return(e&61440)===16384},isLink(e){return(e&61440)===40960},isChrdev(e){return(e&61440)===8192},isBlkdev(e){return(e&61440)===24576},isFIFO(e){return(e&61440)===4096},isSocket(e){return(e&49152)===49152},flagsToPermissionString(e){var r=["r","w","rw"][e&3];return e&512&&(r+="w"),r},nodePermissions(e,r){return o.ignorePermissions?0:r.includes("r")&&!(e.mode&292)||r.includes("w")&&!(e.mode&146)||r.includes("x")&&!(e.mode&73)?2:0},mayLookup(e){if(!o.isDir(e.mode))return 54;var r=o.nodePermissions(e,"x");return r||(e.node_ops.lookup?0:2)},mayCreate(e,r){if(!o.isDir(e.mode))return 54;try{var t=o.lookupNode(e,r);return 20}catch{}return o.nodePermissions(e,"wx")},mayDelete(e,r,t){var n;try{n=o.lookupNode(e,r)}catch(a){return a.errno}var i=o.nodePermissions(e,"wx");if(i)return i;if(t){if(!o.isDir(n.mode))return 54;if(o.isRoot(n)||o.getPath(n)===o.cwd())return 10}else if(o.isDir(n.mode))return 31;return 0},mayOpen(e,r){return e?o.isLink(e.mode)?32:o.isDir(e.mode)&&(o.flagsToPermissionString(r)!=="r"||r&576)?31:o.nodePermissions(e,o.flagsToPermissionString(r)):44},checkOpExists(e,r){if(!e)throw new o.ErrnoError(r);return e},MAX_OPEN_FDS:4096,nextfd(){for(var e=0;e<=o.MAX_OPEN_FDS;e++)if(!o.streams[e])return e;throw new o.ErrnoError(33)},getStreamChecked(e){var r=o.getStream(e);if(!r)throw new o.ErrnoError(8);return r},getStream:e=>o.streams[e],createStream(e,r=-1){return e=Object.assign(new o.FSStream,e),r==-1&&(r=o.nextfd()),e.fd=r,o.streams[r]=e,e},closeStream(e){o.streams[e]=null},dupStream(e,r=-1){var t=o.createStream(e,r);return t.stream_ops?.dup?.(t),t},doSetAttr(e,r,t){var n=e?.stream_ops.setattr,i=n?e:r;n??=r.node_ops.setattr,o.checkOpExists(n,63),n(i,t)},chrdev_stream_ops:{open(e){var r=o.getDevice(e.node.rdev);e.stream_ops=r.stream_ops,e.stream_ops.open?.(e)},llseek(){throw new o.ErrnoError(70)}},major:e=>e>>8,minor:e=>e&255,makedev:(e,r)=>e<<8|r,registerDevice(e,r){o.devices[e]={stream_ops:r}},getDevice:e=>o.devices[e],getMounts(e){for(var r=[],t=[e];t.length;){var n=t.pop();r.push(n),t.push(...n.mounts)}return r},syncfs(e,r){typeof e=="function"&&(r=e,e=!1),o.syncFSRequests++,o.syncFSRequests>1&&ee(`warning: ${o.syncFSRequests} FS.syncfs operations in flight at once, probably just doing extra work`);var t=o.getMounts(o.root.mount),n=0;function i(s){return o.syncFSRequests--,r(s)}function a(s){if(s)return a.errored?void 0:(a.errored=!0,i(s));++n>=t.length&&i(null)}t.forEach(s=>{if(!s.type.syncfs)return a(null);s.type.syncfs(s,e,a)})},mount(e,r,t){var n=t==="/",i=!t,a;if(n&&o.root)throw new o.ErrnoError(10);if(!n&&!i){var s=o.lookupPath(t,{follow_mount:!1});if(t=s.path,a=s.node,o.isMountpoint(a))throw new o.ErrnoError(10);if(!o.isDir(a.mode))throw new o.ErrnoError(54)}var u={type:e,opts:r,mountpoint:t,mounts:[]},c=e.mount(u);return c.mount=u,u.root=c,n?o.root=c:a&&(a.mounted=u,a.mount&&a.mount.mounts.push(u)),c},unmount(e){var r=o.lookupPath(e,{follow_mount:!1});if(!o.isMountpoint(r.node))throw new o.ErrnoError(28);var t=r.node,n=t.mounted,i=o.getMounts(n);Object.keys(o.nameTable).forEach(s=>{for(var u=o.nameTable[s];u;){var c=u.name_next;i.includes(u.mount)&&o.destroyNode(u),u=c}}),t.mounted=null;var a=t.mount.mounts.indexOf(n);t.mount.mounts.splice(a,1)},lookup(e,r){return e.node_ops.lookup(e,r)},mknod(e,r,t){var n=o.lookupPath(e,{parent:!0}),i=n.node,a=D.basename(e);if(!a)throw new o.ErrnoError(28);if(a==="."||a==="..")throw new o.ErrnoError(20);var s=o.mayCreate(i,a);if(s)throw new o.ErrnoError(s);if(!i.node_ops.mknod)throw new o.ErrnoError(63);return i.node_ops.mknod(i,a,r,t)},statfs(e){return o.statfsNode(o.lookupPath(e,{follow:!0}).node)},statfsStream(e){return o.statfsNode(e.node)},statfsNode(e){var r={bsize:4096,frsize:4096,blocks:1e6,bfree:5e5,bavail:5e5,files:o.nextInode,ffree:o.nextInode-1,fsid:42,flags:2,namelen:255};return e.node_ops.statfs&&Object.assign(r,e.node_ops.statfs(e.mount.opts.root)),r},create(e,r=438){return r&=4095,r|=32768,o.mknod(e,r,0)},mkdir(e,r=511){return r&=1023,r|=16384,o.mknod(e,r,0)},mkdirTree(e,r){var t=e.split("/"),n="";for(var i of t)if(i){(n||D.isAbs(e))&&(n+="/"),n+=i;try{o.mkdir(n,r)}catch(a){if(a.errno!=20)throw a}}},mkdev(e,r,t){return typeof t>"u"&&(t=r,r=438),r|=8192,o.mknod(e,r,t)},symlink(e,r){if(!he.resolve(e))throw new o.ErrnoError(44);var t=o.lookupPath(r,{parent:!0}),n=t.node;if(!n)throw new o.ErrnoError(44);var i=D.basename(r),a=o.mayCreate(n,i);if(a)throw new o.ErrnoError(a);if(!n.node_ops.symlink)throw new o.ErrnoError(63);return n.node_ops.symlink(n,i,e)},rename(e,r){var t=D.dirname(e),n=D.dirname(r),i=D.basename(e),a=D.basename(r),s,u,c;if(s=o.lookupPath(e,{parent:!0}),u=s.node,s=o.lookupPath(r,{parent:!0}),c=s.node,!u||!c)throw new o.ErrnoError(44);if(u.mount!==c.mount)throw new o.ErrnoError(75);var f=o.lookupNode(u,i),d=he.relative(e,n);if(d.charAt(0)!==".")throw new o.ErrnoError(28);if(d=he.relative(r,t),d.charAt(0)!==".")throw new o.ErrnoError(55);var _;try{_=o.lookupNode(c,a)}catch{}if(f!==_){var p=o.isDir(f.mode),v=o.mayDelete(u,i,p);if(v)throw new o.ErrnoError(v);if(v=_?o.mayDelete(c,a,p):o.mayCreate(c,a),v)throw new o.ErrnoError(v);if(!u.node_ops.rename)throw new o.ErrnoError(63);if(o.isMountpoint(f)||_&&o.isMountpoint(_))throw new o.ErrnoError(10);if(c!==u&&(v=o.nodePermissions(u,"w"),v))throw new o.ErrnoError(v);o.hashRemoveNode(f);try{u.node_ops.rename(f,c,a),f.parent=c}catch(h){throw h}finally{o.hashAddNode(f)}}},rmdir(e){var r=o.lookupPath(e,{parent:!0}),t=r.node,n=D.basename(e),i=o.lookupNode(t,n),a=o.mayDelete(t,n,!0);if(a)throw new o.ErrnoError(a);if(!t.node_ops.rmdir)throw new o.ErrnoError(63);if(o.isMountpoint(i))throw new o.ErrnoError(10);t.node_ops.rmdir(t,n),o.destroyNode(i)},readdir(e){var r=o.lookupPath(e,{follow:!0}),t=r.node,n=o.checkOpExists(t.node_ops.readdir,54);return n(t)},unlink(e){var r=o.lookupPath(e,{parent:!0}),t=r.node;if(!t)throw new o.ErrnoError(44);var n=D.basename(e),i=o.lookupNode(t,n),a=o.mayDelete(t,n,!1);if(a)throw new o.ErrnoError(a);if(!t.node_ops.unlink)throw new o.ErrnoError(63);if(o.isMountpoint(i))throw new o.ErrnoError(10);t.node_ops.unlink(t,n),o.destroyNode(i)},readlink(e){var r=o.lookupPath(e),t=r.node;if(!t)throw new o.ErrnoError(44);if(!t.node_ops.readlink)throw new o.ErrnoError(28);return t.node_ops.readlink(t)},stat(e,r){var t=o.lookupPath(e,{follow:!r}),n=t.node,i=o.checkOpExists(n.node_ops.getattr,63);return i(n)},fstat(e){var r=o.getStreamChecked(e),t=r.node,n=r.stream_ops.getattr,i=n?r:t;return n??=t.node_ops.getattr,o.checkOpExists(n,63),n(i)},lstat(e){return o.stat(e,!0)},doChmod(e,r,t,n){o.doSetAttr(e,r,{mode:t&4095|r.mode&-4096,ctime:Date.now(),dontFollow:n})},chmod(e,r,t){var n;if(typeof e=="string"){var i=o.lookupPath(e,{follow:!t});n=i.node}else n=e;o.doChmod(null,n,r,t)},lchmod(e,r){o.chmod(e,r,!0)},fchmod(e,r){var t=o.getStreamChecked(e);o.doChmod(t,t.node,r,!1)},doChown(e,r,t){o.doSetAttr(e,r,{timestamp:Date.now(),dontFollow:t})},chown(e,r,t,n){var i;if(typeof e=="string"){var a=o.lookupPath(e,{follow:!n});i=a.node}else i=e;o.doChown(null,i,n)},lchown(e,r,t){o.chown(e,r,t,!0)},fchown(e,r,t){var n=o.getStreamChecked(e);o.doChown(n,n.node,!1)},doTruncate(e,r,t){if(o.isDir(r.mode))throw new o.ErrnoError(31);if(!o.isFile(r.mode))throw new o.ErrnoError(28);var n=o.nodePermissions(r,"w");if(n)throw new o.ErrnoError(n);o.doSetAttr(e,r,{size:t,timestamp:Date.now()})},truncate(e,r){if(r<0)throw new o.ErrnoError(28);var t;if(typeof e=="string"){var n=o.lookupPath(e,{follow:!0});t=n.node}else t=e;o.doTruncate(null,t,r)},ftruncate(e,r){var t=o.getStreamChecked(e);if(r<0||(t.flags&2097155)===0)throw new o.ErrnoError(28);o.doTruncate(t,t.node,r)},utime(e,r,t){var n=o.lookupPath(e,{follow:!0}),i=n.node,a=o.checkOpExists(i.node_ops.setattr,63);a(i,{atime:r,mtime:t})},open(e,r,t=438){if(e==="")throw new o.ErrnoError(44);r=typeof r=="string"?an(r):r,r&64?t=t&4095|32768:t=0;var n,i;if(typeof e=="object")n=e;else{i=e.endsWith("/");var a=o.lookupPath(e,{follow:!(r&131072),noent_okay:!0});n=a.node,e=a.path}var s=!1;if(r&64)if(n){if(r&128)throw new o.ErrnoError(20)}else{if(i)throw new o.ErrnoError(31);n=o.mknod(e,t|511,0),s=!0}if(!n)throw new o.ErrnoError(44);if(o.isChrdev(n.mode)&&(r&=-513),r&65536&&!o.isDir(n.mode))throw new o.ErrnoError(54);if(!s){var u=o.mayOpen(n,r);if(u)throw new o.ErrnoError(u)}r&512&&!s&&o.truncate(n,0),r&=-131713;var c=o.createStream({node:n,path:o.getPath(n),flags:r,seekable:!0,position:0,stream_ops:n.stream_ops,ungotten:[],error:!1});return c.stream_ops.open&&c.stream_ops.open(c),s&&o.chmod(n,t&511),l.logReadFiles&&!(r&1)&&(e in o.readFiles||(o.readFiles[e]=1)),c},close(e){if(o.isClosed(e))throw new o.ErrnoError(8);e.getdents&&(e.getdents=null);try{e.stream_ops.close&&e.stream_ops.close(e)}catch(r){throw r}finally{o.closeStream(e.fd)}e.fd=null},isClosed(e){return e.fd===null},llseek(e,r,t){if(o.isClosed(e))throw new o.ErrnoError(8);if(!e.seekable||!e.stream_ops.llseek)throw new o.ErrnoError(70);if(t!=0&&t!=1&&t!=2)throw new o.ErrnoError(28);return e.position=e.stream_ops.llseek(e,r,t),e.ungotten=[],e.position},read(e,r,t,n,i){if(n<0||i<0)throw new o.ErrnoError(28);if(o.isClosed(e))throw new o.ErrnoError(8);if((e.flags&2097155)===1)throw new o.ErrnoError(8);if(o.isDir(e.node.mode))throw new o.ErrnoError(31);if(!e.stream_ops.read)throw new o.ErrnoError(28);var a=typeof i<"u";if(!a)i=e.position;else if(!e.seekable)throw new o.ErrnoError(70);var s=e.stream_ops.read(e,r,t,n,i);return a||(e.position+=s),s},write(e,r,t,n,i,a){if(n<0||i<0)throw new o.ErrnoError(28);if(o.isClosed(e))throw new o.ErrnoError(8);if((e.flags&2097155)===0)throw new o.ErrnoError(8);if(o.isDir(e.node.mode))throw new o.ErrnoError(31);if(!e.stream_ops.write)throw new o.ErrnoError(28);e.seekable&&e.flags&1024&&o.llseek(e,0,2);var s=typeof i<"u";if(!s)i=e.position;else if(!e.seekable)throw new o.ErrnoError(70);var u=e.stream_ops.write(e,r,t,n,i,a);return s||(e.position+=u),u},mmap(e,r,t,n,i){if((n&2)!==0&&(i&2)===0&&(e.flags&2097155)!==2)throw new o.ErrnoError(2);if((e.flags&2097155)===1)throw new o.ErrnoError(2);if(!e.stream_ops.mmap)throw new o.ErrnoError(43);if(!r)throw new o.ErrnoError(28);return e.stream_ops.mmap(e,r,t,n,i)},msync(e,r,t,n,i){return e.stream_ops.msync?e.stream_ops.msync(e,r,t,n,i):0},ioctl(e,r,t){if(!e.stream_ops.ioctl)throw new o.ErrnoError(59);return e.stream_ops.ioctl(e,r,t)},readFile(e,r={}){if(r.flags=r.flags||0,r.encoding=r.encoding||"binary",r.encoding!=="utf8"&&r.encoding!=="binary")throw new Error(`Invalid encoding type "${r.encoding}"`);var t=o.open(e,r.flags),n=o.stat(e),i=n.size,a=new Uint8Array(i);return o.read(t,a,0,i,0),r.encoding==="utf8"&&(a=me(a)),o.close(t),a},writeFile(e,r,t={}){t.flags=t.flags||577;var n=o.open(e,t.flags,t.mode);if(typeof r=="string"&&(r=new Uint8Array(or(r,!0))),ArrayBuffer.isView(r))o.write(n,r,0,r.byteLength,void 0,t.canOwn);else throw new Error("Unsupported data type");o.close(n)},cwd:()=>o.currentPath,chdir(e){var r=o.lookupPath(e,{follow:!0});if(r.node===null)throw new o.ErrnoError(44);if(!o.isDir(r.node.mode))throw new o.ErrnoError(54);var t=o.nodePermissions(r.node,"x");if(t)throw new o.ErrnoError(t);o.currentPath=r.path},createDefaultDirectories(){o.mkdir("/tmp"),o.mkdir("/home"),o.mkdir("/home/web_user")},createDefaultDevices(){o.mkdir("/dev"),o.registerDevice(o.makedev(1,3),{read:()=>0,write:(n,i,a,s,u)=>s,llseek:()=>0}),o.mkdev("/dev/null",o.makedev(1,3)),ae.register(o.makedev(5,0),ae.default_tty_ops),ae.register(o.makedev(6,0),ae.default_tty1_ops),o.mkdev("/dev/tty",o.makedev(5,0)),o.mkdev("/dev/tty1",o.makedev(6,0));var e=new Uint8Array(1024),r=0,t=()=>(r===0&&(ir(e),r=e.byteLength),e[--r]);o.createDevice("/dev","random",t),o.createDevice("/dev","urandom",t),o.mkdir("/dev/shm"),o.mkdir("/dev/shm/tmp")},createSpecialDirectories(){o.mkdir("/proc");var e=o.mkdir("/proc/self");o.mkdir("/proc/self/fd"),o.mount({mount(){var r=o.createNode(e,"fd",16895,73);return r.stream_ops={llseek:E.stream_ops.llseek},r.node_ops={lookup(t,n){var i=+n,a=o.getStreamChecked(i),s={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>a.path},id:i+1};return s.parent=s,s},readdir(){return Array.from(o.streams.entries()).filter(([t,n])=>n).map(([t,n])=>t.toString())}},r}},{},"/proc/self/fd")},createStandardStreams(e,r,t){e?o.createDevice("/dev","stdin",e):o.symlink("/dev/tty","/dev/stdin"),r?o.createDevice("/dev","stdout",null,r):o.symlink("/dev/tty","/dev/stdout"),t?o.createDevice("/dev","stderr",null,t):o.symlink("/dev/tty1","/dev/stderr");var n=o.open("/dev/stdin",0),i=o.open("/dev/stdout",1),a=o.open("/dev/stderr",1)},staticInit(){o.nameTable=new Array(4096),o.mount(E,{},"/"),o.createDefaultDirectories(),o.createDefaultDevices(),o.createSpecialDirectories(),o.filesystems={MEMFS:E}},init(e,r,t){o.initialized=!0,e??=l.stdin,r??=l.stdout,t??=l.stderr,o.createStandardStreams(e,r,t)},quit(){o.initialized=!1;for(var e of o.streams)e&&o.close(e)},findObject(e,r){var t=o.analyzePath(e,r);return t.exists?t.object:null},analyzePath(e,r){try{var t=o.lookupPath(e,{follow:!r});e=t.path}catch{}var n={isRoot:!1,exists:!1,error:0,name:null,path:null,object:null,parentExists:!1,parentPath:null,parentObject:null};try{var t=o.lookupPath(e,{parent:!0});n.parentExists=!0,n.parentPath=t.path,n.parentObject=t.node,n.name=D.basename(e),t=o.lookupPath(e,{follow:!r}),n.exists=!0,n.path=t.path,n.object=t.node,n.name=t.node.name,n.isRoot=t.path==="/"}catch(i){n.error=i.errno}return n},createPath(e,r,t,n){e=typeof e=="string"?e:o.getPath(e);for(var i=r.split("/").reverse();i.length;){var a=i.pop();if(a){var s=D.join2(e,a);try{o.mkdir(s)}catch(u){if(u.errno!=20)throw u}e=s}}return s},createFile(e,r,t,n,i){var a=D.join2(typeof e=="string"?e:o.getPath(e),r),s=sr(n,i);return o.create(a,s)},createDataFile(e,r,t,n,i,a){var s=r;e&&(e=typeof e=="string"?e:o.getPath(e),s=r?D.join2(e,r):e);var u=sr(n,i),c=o.create(s,u);if(t){if(typeof t=="string"){for(var f=new Array(t.length),d=0,_=t.length;d<_;++d)f[d]=t.charCodeAt(d);t=f}o.chmod(c,u|146);var p=o.open(c,577);o.write(p,t,0,t.length,0,a),o.close(p),o.chmod(c,u)}},createDevice(e,r,t,n){var i=D.join2(typeof e=="string"?e:o.getPath(e),r),a=sr(!!t,!!n);o.createDevice.major??=64;var s=o.makedev(o.createDevice.major++,0);return o.registerDevice(s,{open(u){u.seekable=!1},close(u){n?.buffer?.length&&n(10)},read(u,c,f,d,_){for(var p=0,v=0;v<d;v++){var h;try{h=t()}catch{throw new o.ErrnoError(29)}if(h===void 0&&p===0)throw new o.ErrnoError(6);if(h==null)break;p++,c[f+v]=h}return p&&(u.node.atime=Date.now()),p},write(u,c,f,d,_){for(var p=0;p<d;p++)try{n(c[f+p])}catch{throw new o.ErrnoError(29)}return d&&(u.node.mtime=u.node.ctime=Date.now()),p}}),o.mkdev(i,a,s)},forceLoadFile(e){if(e.isDevice||e.isFolder||e.link||e.contents)return!0;if(typeof XMLHttpRequest<"u")throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.");try{e.contents=Fe(e.url)}catch{throw new o.ErrnoError(29)}},createLazyFile(e,r,t,n,i){class a{lengthKnown=!1;chunks=[];get(v){if(!(v>this.length-1||v<0)){var h=v%this.chunkSize,S=v/this.chunkSize|0;return this.getter(S)[h]}}setDataGetter(v){this.getter=v}cacheLength(){var v=new XMLHttpRequest;if(v.open("HEAD",t,!1),v.send(null),!(v.status>=200&&v.status<300||v.status===304))throw new Error("Couldn't load "+t+". Status: "+v.status);var h=Number(v.getResponseHeader("Content-length")),S,$=(S=v.getResponseHeader("Accept-Ranges"))&&S==="bytes",T=(S=v.getResponseHeader("Content-Encoding"))&&S==="gzip",x=1024*1024;$||(x=h);var P=(H,g)=>{if(H>g)throw new Error("invalid range ("+H+", "+g+") or no bytes requested!");if(g>h-1)throw new Error("only "+h+" bytes available! programmer error!");var I=new XMLHttpRequest;if(I.open("GET",t,!1),h!==x&&I.setRequestHeader("Range","bytes="+H+"-"+g),I.responseType="arraybuffer",I.overrideMimeType&&I.overrideMimeType("text/plain; charset=x-user-defined"),I.send(null),!(I.status>=200&&I.status<300||I.status===304))throw new Error("Couldn't load "+t+". Status: "+I.status);return I.response!==void 0?new Uint8Array(I.response||[]):or(I.responseText||"",!0)},K=this;K.setDataGetter(H=>{var g=H*x,I=(H+1)*x-1;if(I=Math.min(I,h-1),typeof K.chunks[H]>"u"&&(K.chunks[H]=P(g,I)),typeof K.chunks[H]>"u")throw new Error("doXHR failed!");return K.chunks[H]}),(T||!h)&&(x=h=1,h=this.getter(0).length,x=h,we("LazyFiles on gzip forces download of the whole file when length is accessed")),this._length=h,this._chunkSize=x,this.lengthKnown=!0}get length(){return this.lengthKnown||this.cacheLength(),this._length}get chunkSize(){return this.lengthKnown||this.cacheLength(),this._chunkSize}}if(typeof XMLHttpRequest<"u"){if(!ge)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var s=new a,u={isDevice:!1,contents:s}}else var u={isDevice:!1,url:t};var c=o.createFile(e,r,u,n,i);u.contents?c.contents=u.contents:u.url&&(c.contents=null,c.url=u.url),Object.defineProperties(c,{usedBytes:{get:function(){return this.contents.length}}});var f={},d=Object.keys(c.stream_ops);d.forEach(p=>{var v=c.stream_ops[p];f[p]=(...h)=>(o.forceLoadFile(c),v(...h))});function _(p,v,h,S,$){var T=p.node.contents;if($>=T.length)return 0;var x=Math.min(T.length-$,S);if(T.slice)for(var P=0;P<x;P++)v[h+P]=T[$+P];else for(var P=0;P<x;P++)v[h+P]=T.get($+P);return x}return f.read=(p,v,h,S,$)=>(o.forceLoadFile(c),_(p,v,h,S,$)),f.mmap=(p,v,h,S,$)=>{o.forceLoadFile(c);var T=xr(v);if(!T)throw new o.ErrnoError(48);return _(p,L,T,v,h),{ptr:T,allocated:!0}},c.stream_ops=f,c}},j=(e,r,t)=>e?me(N,e,r,t):"",R={DEFAULT_POLLMASK:5,calculateAt(e,r,t){if(D.isAbs(r))return r;var n;if(e===-100)n=o.cwd();else{var i=R.getStreamFromFD(e);n=i.path}if(r.length==0){if(!t)throw new o.ErrnoError(44);return n}return n+"/"+r},writeStat(e,r){m[e>>2]=r.dev,m[e+4>>2]=r.mode,m[e+8>>2]=r.nlink,m[e+12>>2]=r.uid,m[e+16>>2]=r.gid,m[e+20>>2]=r.rdev,U[e+24>>3]=BigInt(r.size),C[e+32>>2]=4096,C[e+36>>2]=r.blocks;var t=r.atime.getTime(),n=r.mtime.getTime(),i=r.ctime.getTime();return U[e+40>>3]=BigInt(Math.floor(t/1e3)),m[e+48>>2]=t%1e3*1e3*1e3,U[e+56>>3]=BigInt(Math.floor(n/1e3)),m[e+64>>2]=n%1e3*1e3*1e3,U[e+72>>3]=BigInt(Math.floor(i/1e3)),m[e+80>>2]=i%1e3*1e3*1e3,U[e+88>>3]=BigInt(r.ino),0},writeStatFs(e,r){m[e+4>>2]=r.bsize,m[e+60>>2]=r.bsize,U[e+8>>3]=BigInt(r.blocks),U[e+16>>3]=BigInt(r.bfree),U[e+24>>3]=BigInt(r.bavail),U[e+32>>3]=BigInt(r.files),U[e+40>>3]=BigInt(r.ffree),m[e+48>>2]=r.fsid,m[e+64>>2]=r.flags,m[e+56>>2]=r.namelen},doMsync(e,r,t,n,i){if(!o.isFile(r.node.mode))throw new o.ErrnoError(43);if(n&2)return 0;var a=N.slice(e,e+t);o.msync(r,a,i,t,n)},getStreamFromFD(e){var r=o.getStreamChecked(e);return r},varargs:void 0,getStr(e){var r=j(e);return r}};function fn(e,r,t){R.varargs=t;try{var n=R.getStreamFromFD(e);switch(r){case 0:{var i=Oe();if(i<0)return-28;for(;o.streams[i];)i++;var a;return a=o.dupStream(n,i),a.fd}case 1:case 2:return 0;case 3:return n.flags;case 4:{var i=Oe();return n.flags|=i,0}case 12:{var i=_e(),s=0;return A[i+s>>1]=2,0}case 13:case 14:return 0}return-28}catch(u){if(typeof o>"u"||u.name!=="ErrnoError")throw u;return-u.errno}}function dn(e,r){try{return R.writeStat(r,o.fstat(e))}catch(t){if(typeof o>"u"||t.name!=="ErrnoError")throw t;return-t.errno}}function vn(e,r,t){R.varargs=t;try{var n=R.getStreamFromFD(e);switch(r){case 21509:return n.tty?0:-59;case 21505:{if(!n.tty)return-59;if(n.tty.ops.ioctl_tcgets){var i=n.tty.ops.ioctl_tcgets(n),a=_e();C[a>>2]=i.c_iflag||0,C[a+4>>2]=i.c_oflag||0,C[a+8>>2]=i.c_cflag||0,C[a+12>>2]=i.c_lflag||0;for(var s=0;s<32;s++)L[a+s+17]=i.c_cc[s]||0;return 0}return 0}case 21510:case 21511:case 21512:return n.tty?0:-59;case 21506:case 21507:case 21508:{if(!n.tty)return-59;if(n.tty.ops.ioctl_tcsets){for(var a=_e(),u=C[a>>2],c=C[a+4>>2],f=C[a+8>>2],d=C[a+12>>2],_=[],s=0;s<32;s++)_.push(L[a+s+17]);return n.tty.ops.ioctl_tcsets(n.tty,r,{c_iflag:u,c_oflag:c,c_cflag:f,c_lflag:d,c_cc:_})}return 0}case 21519:{if(!n.tty)return-59;var a=_e();return C[a>>2]=0,0}case 21520:return n.tty?-28:-59;case 21537:case 21531:{var a=_e();return o.ioctl(n,r,a)}case 21523:{if(!n.tty)return-59;if(n.tty.ops.ioctl_tiocgwinsz){var p=n.tty.ops.ioctl_tiocgwinsz(n.tty),a=_e();A[a>>1]=p[0],A[a+2>>1]=p[1]}return 0}case 21524:return n.tty?0:-59;case 21515:return n.tty?0:-59;default:return-28}}catch(v){if(typeof o>"u"||v.name!=="ErrnoError")throw v;return-v.errno}}function _n(e,r){try{return e=R.getStr(e),R.writeStat(r,o.lstat(e))}catch(t){if(typeof o>"u"||t.name!=="ErrnoError")throw t;return-t.errno}}function hn(e,r,t,n){try{r=R.getStr(r);var i=n&256,a=n&4096;return n=n&-6401,r=R.calculateAt(e,r,a),R.writeStat(t,i?o.lstat(r):o.stat(r))}catch(s){if(typeof o>"u"||s.name!=="ErrnoError")throw s;return-s.errno}}function mn(e,r,t,n){R.varargs=n;try{r=R.getStr(r),r=R.calculateAt(e,r);var i=n?Oe():0;return o.open(r,t,i).fd}catch(a){if(typeof o>"u"||a.name!=="ErrnoError")throw a;return-a.errno}}function pn(e){try{return e=R.getStr(e),o.rmdir(e),0}catch(r){if(typeof o>"u"||r.name!=="ErrnoError")throw r;return-r.errno}}function yn(e,r){try{return e=R.getStr(e),R.writeStat(r,o.stat(e))}catch(t){if(typeof o>"u"||t.name!=="ErrnoError")throw t;return-t.errno}}function gn(e,r,t){try{if(r=R.getStr(r),r=R.calculateAt(e,r),!t)o.unlink(r);else if(t===512)o.rmdir(r);else return-28;return 0}catch(n){if(typeof o>"u"||n.name!=="ErrnoError")throw n;return-n.errno}}var wn=()=>ue(""),V=e=>{for(var r="";;){var t=N[e++];if(!t)return r;r+=String.fromCharCode(t)}},pe={},le={},xe={},Se=class extends Error{constructor(r){super(r),this.name="BindingError"}},F=e=>{throw new Se(e)};function bn(e,r,t={}){var n=r.name;if(e||F(`type "${n}" must have a positive integer typeid pointer`),le.hasOwnProperty(e)){if(t.ignoreDuplicateRegistrations)return;F(`Cannot register type '${n}' twice`)}if(le[e]=r,delete xe[e],pe.hasOwnProperty(e)){var i=pe[e];delete pe[e],i.forEach(a=>a())}}function q(e,r,t={}){return bn(e,r,t)}var Ur=(e,r,t)=>{switch(r){case 1:return t?n=>L[n]:n=>N[n];case 2:return t?n=>A[n>>1]:n=>ve[n>>1];case 4:return t?n=>C[n>>2]:n=>m[n>>2];case 8:return t?n=>U[n>>3]:n=>Fr[n>>3];default:throw new TypeError(`invalid integer width (${r}): ${e}`)}},kn=(e,r,t,n,i)=>{r=V(r);const a=n===0n;let s=u=>u;if(a){const u=t*8;s=c=>BigInt.asUintN(u,c),i=s(i)}q(e,{name:r,fromWireType:s,toWireType:(u,c)=>(typeof c=="number"&&(c=BigInt(c)),c),readValueFromPointer:Ur(r,t,!a),destructorFunction:null})},Sn=(e,r,t,n)=>{r=V(r),q(e,{name:r,fromWireType:function(i){return!!i},toWireType:function(i,a){return a?t:n},readValueFromPointer:function(i){return this.fromWireType(N[i])},destructorFunction:null})},En=e=>({count:e.count,deleteScheduled:e.deleteScheduled,preservePointerOnDelete:e.preservePointerOnDelete,ptr:e.ptr,ptrType:e.ptrType,smartPtr:e.smartPtr,smartPtrType:e.smartPtrType}),ur=e=>{function r(t){return t.$$.ptrType.registeredClass.name}F(r(e)+" instance already deleted")},cr=!1,Br=e=>{},Cn=e=>{e.smartPtr?e.smartPtrType.rawDestructor(e.smartPtr):e.ptrType.registeredClass.rawDestructor(e.ptr)},Vr=e=>{e.count.value-=1;var r=e.count.value===0;r&&Cn(e)},Ee=e=>typeof FinalizationRegistry>"u"?(Ee=r=>r,e):(cr=new FinalizationRegistry(r=>{Vr(r.$$)}),Ee=r=>{var t=r.$$,n=!!t.smartPtr;if(n){var i={$$:t};cr.register(r,i,r)}return r},Br=r=>cr.unregister(r),Ee(e)),Le=[],Tn=()=>{for(;Le.length;){var e=Le.pop();e.$$.deleteScheduled=!1,e.delete()}},Hr,Fn=()=>{let e=Ge.prototype;Object.assign(e,{isAliasOf(t){if(!(this instanceof Ge)||!(t instanceof Ge))return!1;var n=this.$$.ptrType.registeredClass,i=this.$$.ptr;t.$$=t.$$;for(var a=t.$$.ptrType.registeredClass,s=t.$$.ptr;n.baseClass;)i=n.upcast(i),n=n.baseClass;for(;a.baseClass;)s=a.upcast(s),a=a.baseClass;return n===a&&i===s},clone(){if(this.$$.ptr||ur(this),this.$$.preservePointerOnDelete)return this.$$.count.value+=1,this;var t=Ee(Object.create(Object.getPrototypeOf(this),{$$:{value:En(this.$$)}}));return t.$$.count.value+=1,t.$$.deleteScheduled=!1,t},delete(){this.$$.ptr||ur(this),this.$$.deleteScheduled&&!this.$$.preservePointerOnDelete&&F("Object already scheduled for deletion"),Br(this),Vr(this.$$),this.$$.preservePointerOnDelete||(this.$$.smartPtr=void 0,this.$$.ptr=void 0)},isDeleted(){return!this.$$.ptr},deleteLater(){return this.$$.ptr||ur(this),this.$$.deleteScheduled&&!this.$$.preservePointerOnDelete&&F("Object already scheduled for deletion"),Le.push(this),Le.length===1&&Hr&&Hr(Tn),this.$$.deleteScheduled=!0,this}});const r=Symbol.dispose;r&&(e[r]=e.delete)};function Ge(){}var Ne=(e,r)=>Object.defineProperty(r,"name",{value:e}),zr={},qr=(e,r,t)=>{if(e[r].overloadTable===void 0){var n=e[r];e[r]=function(...i){return e[r].overloadTable.hasOwnProperty(i.length)||F(`Function '${t}' called with an invalid number of arguments (${i.length}) - expects one of (${e[r].overloadTable})!`),e[r].overloadTable[i.length].apply(this,i)},e[r].overloadTable=[],e[r].overloadTable[n.argCount]=n}},lr=(e,r,t)=>{l.hasOwnProperty(e)?((t===void 0||l[e].overloadTable!==void 0&&l[e].overloadTable[t]!==void 0)&&F(`Cannot register public name '${e}' twice`),qr(l,e,e),l[e].overloadTable.hasOwnProperty(t)&&F(`Cannot register multiple overloads of a function with the same number of arguments (${t})!`),l[e].overloadTable[t]=r):(l[e]=r,l[e].argCount=t)},Pn=48,An=57,$n=e=>{e=e.replace(/[^a-zA-Z0-9_]/g,"$");var r=e.charCodeAt(0);return r>=Pn&&r<=An?`_${e}`:e};function Dn(e,r,t,n,i,a,s,u){this.name=e,this.constructor=r,this.instancePrototype=t,this.rawDestructor=n,this.baseClass=i,this.getActualType=a,this.upcast=s,this.downcast=u,this.pureVirtualFunctions=[]}var We=(e,r,t)=>{for(;r!==t;)r.upcast||F(`Expected null or instance of ${t.name}, got an instance of ${r.name}`),e=r.upcast(e),r=r.baseClass;return e},fr=e=>{if(e===null)return"null";var r=typeof e;return r==="object"||r==="array"||r==="function"?e.toString():""+e};function Rn(e,r){if(r===null)return this.isReference&&F(`null is not a valid ${this.name}`),0;r.$$||F(`Cannot pass "${fr(r)}" as a ${this.name}`),r.$$.ptr||F(`Cannot pass deleted object as a pointer of type ${this.name}`);var t=r.$$.ptrType.registeredClass,n=We(r.$$.ptr,t,this.registeredClass);return n}function In(e,r){var t;if(r===null)return this.isReference&&F(`null is not a valid ${this.name}`),this.isSmartPointer?(t=this.rawConstructor(),e!==null&&e.push(this.rawDestructor,t),t):0;(!r||!r.$$)&&F(`Cannot pass "${fr(r)}" as a ${this.name}`),r.$$.ptr||F(`Cannot pass deleted object as a pointer of type ${this.name}`),!this.isConst&&r.$$.ptrType.isConst&&F(`Cannot convert argument of type ${r.$$.smartPtrType?r.$$.smartPtrType.name:r.$$.ptrType.name} to parameter type ${this.name}`);var n=r.$$.ptrType.registeredClass;if(t=We(r.$$.ptr,n,this.registeredClass),this.isSmartPointer)switch(r.$$.smartPtr===void 0&&F("Passing raw pointer to smart pointer is illegal"),this.sharingPolicy){case 0:r.$$.smartPtrType===this?t=r.$$.smartPtr:F(`Cannot convert argument of type ${r.$$.smartPtrType?r.$$.smartPtrType.name:r.$$.ptrType.name} to parameter type ${this.name}`);break;case 1:t=r.$$.smartPtr;break;case 2:if(r.$$.smartPtrType===this)t=r.$$.smartPtr;else{var i=r.clone();t=this.rawShare(t,W.toHandle(()=>i.delete())),e!==null&&e.push(this.rawDestructor,t)}break;default:F("Unsupporting sharing policy")}return t}function jn(e,r){if(r===null)return this.isReference&&F(`null is not a valid ${this.name}`),0;r.$$||F(`Cannot pass "${fr(r)}" as a ${this.name}`),r.$$.ptr||F(`Cannot pass deleted object as a pointer of type ${this.name}`),r.$$.ptrType.isConst&&F(`Cannot convert argument of type ${r.$$.ptrType.name} to parameter type ${this.name}`);var t=r.$$.ptrType.registeredClass,n=We(r.$$.ptr,t,this.registeredClass);return n}function Ue(e){return this.fromWireType(m[e>>2])}var Xr=(e,r,t)=>{if(r===t)return e;if(t.baseClass===void 0)return null;var n=Xr(e,r,t.baseClass);return n===null?null:t.downcast(n)},Mn={},On=(e,r)=>{for(r===void 0&&F("ptr should not be undefined");e.baseClass;)r=e.upcast(r),e=e.baseClass;return r},xn=(e,r)=>(r=On(e,r),Mn[r]),Ln=class extends Error{constructor(r){super(r),this.name="InternalError"}},Be=e=>{throw new Ln(e)},Ve=(e,r)=>{(!r.ptrType||!r.ptr)&&Be("makeClassHandle requires ptr and ptrType");var t=!!r.smartPtrType,n=!!r.smartPtr;return t!==n&&Be("Both smartPtrType and smartPtr must be specified"),r.count={value:1},Ee(Object.create(e,{$$:{value:r,writable:!0}}))};function Gn(e){var r=this.getPointee(e);if(!r)return this.destructor(e),null;var t=xn(this.registeredClass,r);if(t!==void 0){if(t.$$.count.value===0)return t.$$.ptr=r,t.$$.smartPtr=e,t.clone();var n=t.clone();return this.destructor(e),n}function i(){return this.isSmartPointer?Ve(this.registeredClass.instancePrototype,{ptrType:this.pointeeType,ptr:r,smartPtrType:this,smartPtr:e}):Ve(this.registeredClass.instancePrototype,{ptrType:this,ptr:e})}var a=this.registeredClass.getActualType(r),s=zr[a];if(!s)return i.call(this);var u;this.isConst?u=s.constPointerType:u=s.pointerType;var c=Xr(r,this.registeredClass,u.registeredClass);return c===null?i.call(this):this.isSmartPointer?Ve(u.registeredClass.instancePrototype,{ptrType:u,ptr:c,smartPtrType:this,smartPtr:e}):Ve(u.registeredClass.instancePrototype,{ptrType:u,ptr:c})}var Nn=()=>{Object.assign(He.prototype,{getPointee(e){return this.rawGetPointee&&(e=this.rawGetPointee(e)),e},destructor(e){this.rawDestructor?.(e)},readValueFromPointer:Ue,fromWireType:Gn})};function He(e,r,t,n,i,a,s,u,c,f,d){this.name=e,this.registeredClass=r,this.isReference=t,this.isConst=n,this.isSmartPointer=i,this.pointeeType=a,this.sharingPolicy=s,this.rawGetPointee=u,this.rawConstructor=c,this.rawShare=f,this.rawDestructor=d,!i&&r.baseClass===void 0?n?(this.toWireType=Rn,this.destructorFunction=null):(this.toWireType=jn,this.destructorFunction=null):this.toWireType=In}var Zr=(e,r,t)=>{l.hasOwnProperty(e)||Be("Replacing nonexistent public symbol"),l[e].overloadTable!==void 0&&t!==void 0?l[e].overloadTable[t]=r:(l[e]=r,l[e].argCount=t)},Kr=[],Yr,y=e=>{var r=Kr[e];return r||(Kr[e]=r=Yr.get(e)),r},te=(e,r,t=!1)=>{e=V(e);function n(){var a=y(r);return a}var i=n();return typeof i!="function"&&F(`unknown function pointer with signature ${e}: ${r}`),i};class Wn extends Error{}var Jr=e=>{var r=gt(e),t=V(r);return J(r),t},ye=(e,r)=>{var t=[],n={};function i(a){if(!n[a]&&!le[a]){if(xe[a]){xe[a].forEach(i);return}t.push(a),n[a]=!0}}throw r.forEach(i),new Wn(`${e}: `+t.map(Jr).join([", "]))},oe=(e,r,t)=>{e.forEach(u=>xe[u]=r);function n(u){var c=t(u);c.length!==e.length&&Be("Mismatched type converter count");for(var f=0;f<e.length;++f)q(e[f],c[f])}var i=new Array(r.length),a=[],s=0;r.forEach((u,c)=>{le.hasOwnProperty(u)?i[c]=le[u]:(a.push(u),pe.hasOwnProperty(u)||(pe[u]=[]),pe[u].push(()=>{i[c]=le[u],++s,s===a.length&&n(i)}))}),a.length===0&&n(i)},Un=(e,r,t,n,i,a,s,u,c,f,d,_,p)=>{d=V(d),a=te(i,a),u&&=te(s,u),f&&=te(c,f),p=te(_,p);var v=$n(d);lr(v,function(){ye(`Cannot construct ${d} due to unbound types`,[n])}),oe([e,r,t],n?[n]:[],h=>{h=h[0];var S,$;n?(S=h.registeredClass,$=S.instancePrototype):$=Ge.prototype;var T=Ne(d,function(...I){if(Object.getPrototypeOf(this)!==x)throw new Se(`Use 'new' to construct ${d}`);if(P.constructor_body===void 0)throw new Se(`${d} has no accessible constructor`);var se=P.constructor_body[I.length];if(se===void 0)throw new Se(`Tried to invoke ctor of ${d} with invalid number of parameters (${I.length}) - expected (${Object.keys(P.constructor_body).toString()}) parameters instead!`);return se.apply(this,I)}),x=Object.create($,{constructor:{value:T}});T.prototype=x;var P=new Dn(d,T,x,p,S,a,u,f);P.baseClass&&(P.baseClass.__derivedClasses??=[],P.baseClass.__derivedClasses.push(P));var K=new He(d,P,!0,!1,!1),H=new He(d+"*",P,!1,!1,!1),g=new He(d+" const*",P,!1,!0,!1);return zr[e]={pointerType:H,constPointerType:g},Zr(v,T),[K,H,g]})},dr=(e,r)=>{for(var t=[],n=0;n<e;n++)t.push(m[r+n*4>>2]);return t},vr=e=>{for(;e.length;){var r=e.pop(),t=e.pop();t(r)}};function Qr(e){for(var r=1;r<e.length;++r)if(e[r]!==null&&e[r].destructorFunction===void 0)return!0;return!1}function Bn(e,r,t,n){var i=Qr(e),a=e.length-2,s=[],u=["fn"];r&&u.push("thisWired");for(var c=0;c<a;++c)s.push(`arg${c}`),u.push(`arg${c}Wired`);s=s.join(","),u=u.join(",");var f=`return function (${s}) {
|
|
3
|
+
`;i&&(f+=`var destructors = [];
|
|
4
|
+
`);var d=i?"destructors":"null",_=["humanName","throwBindingError","invoker","fn","runDestructors","fromRetWire","toClassParamWire"];r&&(f+=`var thisWired = toClassParamWire(${d}, this);
|
|
5
|
+
`);for(var c=0;c<a;++c){var p=`toArg${c}Wire`;f+=`var arg${c}Wired = ${p}(${d}, arg${c});
|
|
6
|
+
`,_.push(p)}f+=(t||n?"var rv = ":"")+`invoker(${u});
|
|
7
|
+
`;var v=t?"rv":"";if(i)f+=`runDestructors(destructors);
|
|
8
|
+
`;else for(var c=r?1:2;c<e.length;++c){var h=c===1?"thisWired":"arg"+(c-2)+"Wired";e[c].destructorFunction!==null&&(f+=`${h}_dtor(${h});
|
|
9
|
+
`,_.push(`${h}_dtor`))}return t&&(f+=`var ret = fromRetWire(rv);
|
|
10
|
+
return ret;
|
|
11
|
+
`),f+=`}
|
|
12
|
+
`,new Function(_,f)}function _r(e,r,t,n,i,a){var s=r.length;s<2&&F("argTypes array size mismatch! Must at least get return value and 'this' types!");for(var u=r[1]!==null&&t!==null,c=Qr(r),f=!r[0].isVoid,d=s-2,_=r[0],p=r[1],v=[e,F,n,i,vr,_.fromWireType.bind(_),p?.toWireType.bind(p)],h=2;h<s;++h){var S=r[h];v.push(S.toWireType.bind(S))}if(!c)for(var h=u?1:2;h<r.length;++h)r[h].destructorFunction!==null&&v.push(r[h].destructorFunction);var T=Bn(r,u,f,a)(...v);return Ne(e,T)}var Vn=(e,r,t,n,i,a)=>{var s=dr(r,t);i=te(n,i);var u=[a],c=[];oe([],[e],f=>{f=f[0];var d=`constructor ${f.name}`;if(f.registeredClass.constructor_body===void 0&&(f.registeredClass.constructor_body=[]),f.registeredClass.constructor_body[r-1]!==void 0)throw new Se(`Cannot register multiple constructors with identical number of parameters (${r-1}) for class '${f.name}'! Overload resolution is currently only performed using the parameter count, not actual type info!`);return f.registeredClass.constructor_body[r-1]=()=>{ye(`Cannot construct ${f.name} due to unbound types`,s)},oe([],s,_=>(_.splice(1,0,null),f.registeredClass.constructor_body[r-1]=_r(d,_,null,i,a),[])),[]})},et=e=>{e=e.trim();const r=e.indexOf("(");return r===-1?e:e.slice(0,r)},Hn=(e,r,t,n,i,a,s,u,c,f)=>{var d=dr(t,n);r=V(r),r=et(r),a=te(i,a,c),oe([],[e],_=>{_=_[0];var p=`${_.name}.${r}`;r.startsWith("@@")&&(r=Symbol[r.substring(2)]),u&&_.registeredClass.pureVirtualFunctions.push(r);function v(){ye(`Cannot call ${p} due to unbound types`,d)}var h=_.registeredClass.instancePrototype,S=h[r];return S===void 0||S.overloadTable===void 0&&S.className!==_.name&&S.argCount===t-2?(v.argCount=t-2,v.className=_.name,h[r]=v):(qr(h,r,p),h[r].overloadTable[t-2]=v),oe([],d,$=>{var T=_r(p,$,_,a,s,c);return h[r].overloadTable===void 0?(T.argCount=t-2,h[r]=T):h[r].overloadTable[t-2]=T,[]}),[]})},rt=(e,r,t)=>(e instanceof Object||F(`${t} with invalid "this": ${e}`),e instanceof r.registeredClass.constructor||F(`${t} incompatible with "this" of type ${e.constructor.name}`),e.$$.ptr||F(`cannot call emscripten binding method ${t} on deleted object`),We(e.$$.ptr,e.$$.ptrType.registeredClass,r.registeredClass)),zn=(e,r,t,n,i,a,s,u,c,f)=>{r=V(r),i=te(n,i),oe([],[e],d=>{d=d[0];var _=`${d.name}.${r}`,p={get(){ye(`Cannot access ${_} due to unbound types`,[t,s])},enumerable:!0,configurable:!0};return c?p.set=()=>ye(`Cannot access ${_} due to unbound types`,[t,s]):p.set=v=>F(_+" is a read-only property"),Object.defineProperty(d.registeredClass.instancePrototype,r,p),oe([],c?[t,s]:[t],v=>{var h=v[0],S={get(){var T=rt(this,d,_+" getter");return h.fromWireType(i(a,T))},enumerable:!0};if(c){c=te(u,c);var $=v[1];S.set=function(T){var x=rt(this,d,_+" setter"),P=[];c(f,x,$.toWireType(P,T)),vr(P)}}return Object.defineProperty(d.registeredClass.instancePrototype,r,S),[]}),[]})},tt=[],fe=[0,1,,1,null,1,!0,1,!1,1],hr=e=>{e>9&&--fe[e+1]===0&&(fe[e]=void 0,tt.push(e))},W={toValue:e=>(e||F(`Cannot use deleted val. handle = ${e}`),fe[e]),toHandle:e=>{switch(e){case void 0:return 2;case null:return 4;case!0:return 6;case!1:return 8;default:{const r=tt.pop()||fe.length;return fe[r]=e,fe[r+1]=1,r}}}},nt={name:"emscripten::val",fromWireType:e=>{var r=W.toValue(e);return hr(e),r},toWireType:(e,r)=>W.toHandle(r),readValueFromPointer:Ue,destructorFunction:null},qn=e=>q(e,nt),Xn=(e,r,t)=>{switch(r){case 1:return t?function(n){return this.fromWireType(L[n])}:function(n){return this.fromWireType(N[n])};case 2:return t?function(n){return this.fromWireType(A[n>>1])}:function(n){return this.fromWireType(ve[n>>1])};case 4:return t?function(n){return this.fromWireType(C[n>>2])}:function(n){return this.fromWireType(m[n>>2])};default:throw new TypeError(`invalid integer width (${r}): ${e}`)}},Zn=(e,r,t,n)=>{r=V(r);function i(){}i.values={},q(e,{name:r,constructor:i,fromWireType:function(a){return this.constructor.values[a]},toWireType:(a,s)=>s.value,readValueFromPointer:Xn(r,t,n),destructorFunction:null}),lr(r,i)},it=(e,r)=>{var t=le[e];return t===void 0&&F(`${r} has unknown type ${Jr(e)}`),t},Kn=(e,r,t)=>{var n=it(e,"enum");r=V(r);var i=n.constructor,a=Object.create(n.constructor.prototype,{value:{value:t},constructor:{value:Ne(`${n.name}_${r}`,function(){})}});i.values[t]=a,i[r]=a},Yn=(e,r)=>{switch(r){case 4:return function(t){return this.fromWireType(De[t>>2])};case 8:return function(t){return this.fromWireType(Re[t>>3])};default:throw new TypeError(`invalid float width (${r}): ${e}`)}},Jn=(e,r,t)=>{r=V(r),q(e,{name:r,fromWireType:n=>n,toWireType:(n,i)=>i,readValueFromPointer:Yn(r,t),destructorFunction:null})},Qn=(e,r,t,n,i,a,s,u)=>{var c=dr(r,t);e=V(e),e=et(e),i=te(n,i,s),lr(e,function(){ye(`Cannot call ${e} due to unbound types`,c)},r-1),oe([],c,f=>{var d=[f[0],null].concat(f.slice(1));return Zr(e,_r(e,d,null,i,a,s),r-1),[]})},ei=(e,r,t,n,i)=>{r=V(r);const a=n===0;let s=c=>c;if(a){var u=32-8*t;s=c=>c<<u>>>u,i=s(i)}q(e,{name:r,fromWireType:s,toWireType:(c,f)=>f,readValueFromPointer:Ur(r,t,n!==0),destructorFunction:null})},ri=(e,r,t)=>{var n=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array,BigInt64Array,BigUint64Array],i=n[r];function a(s){var u=m[s>>2],c=m[s+4>>2];return new i(L.buffer,c,u)}t=V(t),q(e,{name:t,fromWireType:a,readValueFromPointer:a},{ignoreDuplicateRegistrations:!0})},ti=Object.assign({optional:!0},nt),ni=(e,r)=>{q(e,ti)},O=(e,r,t)=>Or(e,N,r,t),ii=(e,r)=>{r=V(r);var t=!0;q(e,{name:r,fromWireType(n){var i=m[n>>2],a=n+4,s;if(t)s=j(a,i,!0);else{s="";for(var u=0;u<i;++u)s+=String.fromCharCode(N[a+u])}return J(n),s},toWireType(n,i){i instanceof ArrayBuffer&&(i=new Uint8Array(i));var a,s=typeof i=="string";s||ArrayBuffer.isView(i)&&i.BYTES_PER_ELEMENT==1||F("Cannot pass non-string to std::string"),t&&s?a=Y(i):a=i.length;var u=Z(4+a+1),c=u+4;if(m[u>>2]=a,s)if(t)O(i,c,a+1);else for(var f=0;f<a;++f){var d=i.charCodeAt(f);d>255&&(J(u),F("String has UTF-16 code units that do not fit in 8 bits")),N[c+f]=d}else N.set(i,c);return n!==null&&n.push(J,u),u},readValueFromPointer:Ue,destructorFunction(n){J(n)}})},at=typeof TextDecoder<"u"?new TextDecoder("utf-16le"):void 0,ai=(e,r,t)=>{var n=e>>1,i=Mr(ve,n,r/2,t);if(i-n>16&&at)return at.decode(ve.subarray(n,i));for(var a="",s=n;s<i;++s){var u=ve[s];a+=String.fromCharCode(u)}return a},oi=(e,r,t)=>{if(t??=2147483647,t<2)return 0;t-=2;for(var n=r,i=t<e.length*2?t/2:e.length,a=0;a<i;++a){var s=e.charCodeAt(a);A[r>>1]=s,r+=2}return A[r>>1]=0,r-n},si=e=>e.length*2,ui=(e,r,t)=>{for(var n="",i=e>>2,a=0;!(a>=r/4);a++){var s=m[i+a];if(!s&&!t)break;n+=String.fromCodePoint(s)}return n},ci=(e,r,t)=>{if(t??=2147483647,t<4)return 0;for(var n=r,i=n+t-4,a=0;a<e.length;++a){var s=e.codePointAt(a);if(s>65535&&a++,C[r>>2]=s,r+=4,r+4>i)break}return C[r>>2]=0,r-n},li=e=>{for(var r=0,t=0;t<e.length;++t){var n=e.codePointAt(t);n>65535&&t++,r+=4}return r},fi=(e,r,t)=>{t=V(t);var n,i,a;r===2?(n=ai,i=oi,a=si):(n=ui,i=ci,a=li),q(e,{name:t,fromWireType:s=>{var u=m[s>>2],c=n(s+4,u*r,!0);return J(s),c},toWireType:(s,u)=>{typeof u!="string"&&F(`Cannot pass non-string to C++ string type ${t}`);var c=a(u),f=Z(4+c+r);return m[f>>2]=c/r,i(u,f+4,c+r),s!==null&&s.push(J,f),f},readValueFromPointer:Ue,destructorFunction(s){J(s)}})},di=(e,r)=>{r=V(r),q(e,{isVoid:!0,name:r,fromWireType:()=>{},toWireType:(t,n)=>{}})},ot=0,vi=()=>{rr=!1,ot=0},mr=[],_i=e=>{var r=mr.length;return mr.push(e),r},hi=(e,r)=>{for(var t=new Array(e),n=0;n<e;++n)t[n]=it(m[r+n*4>>2],`parameter ${n}`);return t},mi=(e,r,t)=>{var n=[],i=e(n,t);return n.length&&(m[r>>2]=W.toHandle(n)),i},pi={},pr=e=>{var r=pi[e];return r===void 0?V(e):r},yi=(e,r,t)=>{var n=8,[i,...a]=hi(e,r),s=i.toWireType.bind(i),u=a.map(v=>v.readValueFromPointer.bind(v));e--;var c={toValue:W.toValue},f=u.map((v,h)=>{var S=`argFromPtr${h}`;return c[S]=v,`${S}(args${h?"+"+h*n:""})`}),d;switch(t){case 0:d="toValue(handle)";break;case 2:d="new (toValue(handle))";break;case 3:d="";break;case 1:c.getStringOrSymbol=pr,d="toValue(handle)[getStringOrSymbol(methodName)]";break}d+=`(${f})`,i.isVoid||(c.toReturnWire=s,c.emval_returnValue=mi,d=`return emval_returnValue(toReturnWire, destructorsRef, ${d})`),d=`return function (handle, methodName, destructorsRef, args) {
|
|
13
|
+
${d}
|
|
14
|
+
}`;var _=new Function(Object.keys(c),d)(...Object.values(c)),p=`methodCaller<(${a.map(v=>v.name)}) => ${i.name}>`;return _i(Ne(p,_))},st=()=>globalThis,gi=e=>e===0?W.toHandle(st()):(e=pr(e),W.toHandle(st()[e])),wi=(e,r)=>(e=W.toValue(e),r=W.toValue(r),W.toHandle(e[r])),bi=e=>{e>9&&(fe[e+1]+=1)},ki=(e,r,t,n,i)=>mr[e](r,t,n,i),Si=()=>W.toHandle([]),Ei=e=>W.toHandle(pr(e)),Ci=e=>{var r=W.toValue(e);vr(r),hr(e)},Ti=(e,r,t)=>{e=W.toValue(e),r=W.toValue(r),t=W.toValue(t),e[r]=t},Fi=9007199254740992,Pi=-9007199254740992,ze=e=>e<Pi||e>Fi?NaN:Number(e);function Ai(e,r){e=ze(e);var t=new Date(e*1e3);C[r>>2]=t.getUTCSeconds(),C[r+4>>2]=t.getUTCMinutes(),C[r+8>>2]=t.getUTCHours(),C[r+12>>2]=t.getUTCDate(),C[r+16>>2]=t.getUTCMonth(),C[r+20>>2]=t.getUTCFullYear()-1900,C[r+24>>2]=t.getUTCDay();var n=Date.UTC(t.getUTCFullYear(),0,1,0,0,0,0),i=(t.getTime()-n)/(1e3*60*60*24)|0;C[r+28>>2]=i}var $i=e=>e%4===0&&(e%100!==0||e%400===0),Di=[0,31,60,91,121,152,182,213,244,274,305,335],Ri=[0,31,59,90,120,151,181,212,243,273,304,334],Ii=e=>{var r=$i(e.getFullYear()),t=r?Di:Ri,n=t[e.getMonth()]+e.getDate()-1;return n};function ji(e,r){e=ze(e);var t=new Date(e*1e3);C[r>>2]=t.getSeconds(),C[r+4>>2]=t.getMinutes(),C[r+8>>2]=t.getHours(),C[r+12>>2]=t.getDate(),C[r+16>>2]=t.getMonth(),C[r+20>>2]=t.getFullYear()-1900,C[r+24>>2]=t.getDay();var n=Ii(t)|0;C[r+28>>2]=n,C[r+36>>2]=-(t.getTimezoneOffset()*60);var i=new Date(t.getFullYear(),0,1),a=new Date(t.getFullYear(),6,1).getTimezoneOffset(),s=i.getTimezoneOffset(),u=(a!=s&&t.getTimezoneOffset()==Math.min(s,a))|0;C[r+32>>2]=u}var Ce={},ut=e=>{if(e instanceof $r||e=="unwind")return Ae;Er(1,e)},ct=()=>rr||ot>0,lt=e=>{Ae=e,ct()||(l.onExit?.(e),Pe=!0),Er(e,new $r(e))},Mi=(e,r)=>{Ae=e,lt(e)},Oi=Mi,xi=()=>{if(!ct())try{Oi(Ae)}catch(e){ut(e)}},ft=e=>{if(!Pe)try{e(),xi()}catch(r){ut(r)}},yr=()=>performance.now(),Li=(e,r)=>{if(Ce[e]&&(clearTimeout(Ce[e].id),delete Ce[e]),!r)return 0;var t=setTimeout(()=>{delete Ce[e],ft(()=>wt(e,yr()))},r);return Ce[e]={id:t,timeout_ms:r},0},Gi=(e,r,t,n)=>{var i=new Date().getFullYear(),a=new Date(i,0,1),s=new Date(i,6,1),u=a.getTimezoneOffset(),c=s.getTimezoneOffset(),f=Math.max(u,c);m[e>>2]=f*60,C[r>>2]=+(u!=c);var d=v=>{var h=v>=0?"-":"+",S=Math.abs(v),$=String(Math.floor(S/60)).padStart(2,"0"),T=String(S%60).padStart(2,"0");return`UTC${h}${$}${T}`},_=d(u),p=d(c);c<u?(O(_,t,17),O(p,n,17)):(O(_,n,17),O(p,t,17))},dt=()=>Date.now(),Ni=1,Wi=e=>e>=0&&e<=3;function Ui(e,r,t){if(r=ze(r),!Wi(e))return 28;var n;if(e===0)n=dt();else if(Ni)n=yr();else return 52;var i=Math.round(n*1e3*1e3);return U[t>>3]=BigInt(i),0}var Bi=e=>{console.warn(j(e))},Vi=(e,r)=>ee(j(e,r));function Hi(e){if(B.xhrs.has(e)){var r=B.xhrs.get(e);B.xhrs.free(e),r.readyState>0&&r.readyState<4&&r.abort()}}var vt=()=>2147483648,zi=()=>vt(),qi=()=>!ge,Xi=(e,r)=>we(j(e,r)),Zi=(e,r)=>Math.ceil(e/r)*r,Ki=e=>{var r=$e.buffer.byteLength,t=(e-r+65535)/65536|0;try{return $e.grow(t),Ar(),1}catch{}},Yi=e=>{var r=N.length;e>>>=0;var t=vt();if(e>t)return!1;for(var n=1;n<=4;n*=2){var i=r*(1+.2/n);i=Math.min(i,e+100663296);var a=Math.min(t,Zi(Math.max(e,i),65536)),s=Ki(a);if(s)return!0}return!1};class Ji{allocated=[void 0];freelist=[];get(r){return this.allocated[r]}has(r){return this.allocated[r]!==void 0}allocate(r){var t=this.freelist.pop()||this.allocated.length;return this.allocated[t]=r,t}free(r){this.allocated[r]=void 0,this.freelist.push(r)}}var B={async openDatabase(e,r){return new Promise((t,n)=>{try{var i=indexedDB.open(e,r)}catch(a){return n(a)}i.onupgradeneeded=a=>{var s=a.target.result;s.objectStoreNames.contains("FILES")&&s.deleteObjectStore("FILES"),s.createObjectStore("FILES")},i.onsuccess=a=>t(a.target.result),i.onerror=n})},async init(){B.xhrs=new Ji,Gr("library_fetch_init");try{var e=await B.openDatabase("emscripten_filesystem",1);B.dbInstance=e}catch{B.dbInstance=!1}finally{Lr("library_fetch_init")}}};function gr(e,r,t,n,i){var a=m[e+8>>2];if(!a){t(e,"no url specified!");return}var s=j(a),u=e+108,c=j(u+0);c||="GET";var f=m[u+56>>2],d=m[u+68>>2],_=m[u+72>>2],p=m[u+76>>2],v=m[u+80>>2],h=m[u+84>>2],S=m[u+88>>2],$=m[u+52>>2],T=!!($&1),x=!!($&2),P=!!($&64),K=d?j(d):void 0,H=_?j(_):void 0,g=new XMLHttpRequest;if(g.withCredentials=!!N[u+60],g.open(c,s,!P,K,H),P||(g.timeout=f),g.url_=s,g.responseType="arraybuffer",v){var I=j(v);g.overrideMimeType(I)}if(p)for(;;){var se=m[p>>2];if(!se)break;var Xe=m[p+4>>2];if(!Xe)break;p+=8;var G=j(se),ne=j(Xe);g.setRequestHeader(G,ne)}var Q=B.xhrs.allocate(g);m[e>>2]=Q;var br=h&&S?N.slice(h,h+S):null;function Ze(){var M=0,z=0;g.response&&T&&m[e+12>>2]===0&&(z=g.response.byteLength),z>0&&(M=Z(z),N.set(new Uint8Array(g.response),M)),m[e+12>>2]=M,X(e+16,z),X(e+24,0);var ie=g.response?g.response.byteLength:0;if(ie&&X(e+32,ie),A[e+40>>1]=g.readyState,A[e+42>>1]=g.status,g.statusText&&O(g.statusText,e+44,64),P){var Ke=_t(g.responseURL);m[e+200>>2]=Ke}}g.onload=M=>{B.xhrs.has(Q)&&(Ze(),g.status>=200&&g.status<300?r(e,g,M):t(e,M))},g.onerror=M=>{B.xhrs.has(Q)&&(Ze(),t(e,M))},g.ontimeout=M=>{B.xhrs.has(Q)&&t(e,M)},g.onprogress=M=>{if(B.xhrs.has(Q)){var z=T&&x&&g.response?g.response.byteLength:0,ie=0;z>0&&T&&x&&(ie=Z(z),N.set(new Uint8Array(g.response),ie)),m[e+12>>2]=ie,X(e+16,z),X(e+24,M.loaded-z),X(e+32,M.total),A[e+40>>1]=g.readyState;var Ke=g.status;g.readyState>=3&&g.status===0&&M.loaded>0&&(Ke=200),A[e+42>>1]=Ke,g.statusText&&O(g.statusText,e+44,64),n(e,M),J(ie)}},g.onreadystatechange=M=>{if(B.xhrs.has(Q)){if(A[e+40>>1]=g.readyState,g.readyState>=2&&(A[e+42>>1]=g.status),!P&&g.readyState===2&&g.responseURL.length>0){var z=_t(g.responseURL);m[e+200>>2]=z}i(e,M)}};try{g.send(br)}catch(M){t(e,M)}}var X=(e,r)=>{m[e>>2]=r;var t=m[e>>2];m[e+4>>2]=(r-t)/4294967296},_t=e=>{var r=Y(e)+1,t=Z(r);return t&&O(e,t,r),t};function ht(e,r,t,n,i){if(!e){i(r,0,"IndexedDB not available!");return}var a=r+108,s=m[a+64>>2];s||=m[r+8>>2];var u=j(s);try{var c=e.transaction(["FILES"],"readwrite"),f=c.objectStore("FILES"),d=f.put(t,u);d.onsuccess=_=>{A[r+40>>1]=4,A[r+42>>1]=200,O("OK",r+44,64),n(r,0,u)},d.onerror=_=>{A[r+40>>1]=4,A[r+42>>1]=413,O("Payload Too Large",r+44,64),i(r,0,_)}}catch(_){i(r,0,_)}}function Qi(e,r,t,n){if(!e){n(r,0,"IndexedDB not available!");return}var i=r+108,a=m[i+64>>2];a||=m[r+8>>2];var s=j(a);try{var u=e.transaction(["FILES"],"readonly"),c=u.objectStore("FILES"),f=c.get(s);f.onsuccess=d=>{if(d.target.result){var _=d.target.result,p=_.byteLength||_.length,v=Z(p);N.set(new Uint8Array(_),v),m[r+12>>2]=v,X(r+16,p),X(r+24,0),X(r+32,p),A[r+40>>1]=4,A[r+42>>1]=200,O("OK",r+44,64),t(r,0,_)}else A[r+40>>1]=4,A[r+42>>1]=404,O("Not Found",r+44,64),n(r,0,"no data")},f.onerror=d=>{A[r+40>>1]=4,A[r+42>>1]=404,O("Not Found",r+44,64),n(r,0,d)}}catch(d){n(r,0,d)}}function ea(e,r,t,n){if(!e){n(r,0,"IndexedDB not available!");return}var i=r+108,a=m[i+64>>2];a||=m[r+8>>2];var s=j(a);try{var u=e.transaction(["FILES"],"readwrite"),c=u.objectStore("FILES"),f=c.delete(s);f.onsuccess=d=>{var _=d.target.result;m[r+12>>2]=0,X(r+16,0),X(r+24,0),X(r+32,0),A[r+40>>1]=4,A[r+42>>1]=200,O("OK",r+44,64),t(r,0,_)},f.onerror=d=>{A[r+40>>1]=4,A[r+42>>1]=404,O("Not Found",r+44,64),n(r,0,d)}}catch(d){n(r,0,d)}}function ra(e,r,t,n,i){var a=e+108,s=m[a+36>>2],u=m[a+40>>2],c=m[a+44>>2],f=m[a+48>>2],d=m[a+52>>2],_=!!(d&64);function p(G){_?G():ft(G)}var v=(G,ne,Q)=>{p(()=>{s?y(s)(G):r?.(G)})},h=(G,ne)=>{p(()=>{c?y(c)(G):n?.(G)})},S=(G,ne)=>{p(()=>{u?y(u)(G):t?.(G)})},$=(G,ne)=>{p(()=>{f?y(f)(G):i?.(G)})},T=(G,ne,Q)=>{gr(G,v,S,h,$)},x=(G,ne,Q)=>{var br=(M,z,ie)=>{p(()=>{s?y(s)(M):r?.(M)})},Ze=(M,z,ie)=>{p(()=>{s?y(s)(M):r?.(M)})};ht(B.dbInstance,G,ne.response,br,Ze)},P=(G,ne,Q)=>{gr(G,x,S,h,$)},K=j(a+0),H=!!(d&16),g=!!(d&4),I=!!(d&32);if(K==="EM_IDB_STORE"){var se=m[a+84>>2],Xe=m[a+88>>2];ht(B.dbInstance,e,N.slice(se,se+Xe),v,S)}else if(K==="EM_IDB_DELETE")ea(B.dbInstance,e,v,S);else if(!H)Qi(B.dbInstance,e,v,I?S:g?P:T);else if(!I)gr(e,g?x:v,S,h,$);else return 0;return e}var qe={},ta=()=>Sr||"./this.program",Te=()=>{if(!Te.strings){var e=(typeof navigator=="object"&&navigator.language||"C").replace("-","_")+".UTF-8",r={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:e,_:ta()};for(var t in qe)qe[t]===void 0?delete r[t]:r[t]=qe[t];var n=[];for(var t in r)n.push(`${t}=${r[t]}`);Te.strings=n}return Te.strings},na=(e,r)=>{var t=0,n=0;for(var i of Te()){var a=r+t;m[e+n>>2]=a,t+=O(i,a,1/0)+1,n+=4}return 0},ia=(e,r)=>{var t=Te();m[e>>2]=t.length;var n=0;for(var i of t)n+=Y(i)+1;return m[r>>2]=n,0};function aa(e){try{var r=R.getStreamFromFD(e);return o.close(r),0}catch(t){if(typeof o>"u"||t.name!=="ErrnoError")throw t;return t.errno}}function oa(e,r){try{var t=0,n=0,i=0,a=R.getStreamFromFD(e),s=a.tty?2:o.isDir(a.mode)?3:o.isLink(a.mode)?7:4;return L[r]=s,A[r+2>>1]=i,U[r+8>>3]=BigInt(t),U[r+16>>3]=BigInt(n),0}catch(u){if(typeof o>"u"||u.name!=="ErrnoError")throw u;return u.errno}}var sa=(e,r,t,n)=>{for(var i=0,a=0;a<t;a++){var s=m[r>>2],u=m[r+4>>2];r+=8;var c=o.read(e,L,s,u,n);if(c<0)return-1;if(i+=c,c<u)break;typeof n<"u"&&(n+=c)}return i};function ua(e,r,t,n){try{var i=R.getStreamFromFD(e),a=sa(i,r,t);return m[n>>2]=a,0}catch(s){if(typeof o>"u"||s.name!=="ErrnoError")throw s;return s.errno}}function ca(e,r,t,n){r=ze(r);try{if(isNaN(r))return 61;var i=R.getStreamFromFD(e);return o.llseek(i,r,t),U[n>>3]=BigInt(i.position),i.getdents&&r===0&&t===0&&(i.getdents=null),0}catch(a){if(typeof o>"u"||a.name!=="ErrnoError")throw a;return a.errno}}var la=(e,r,t,n)=>{for(var i=0,a=0;a<t;a++){var s=m[r>>2],u=m[r+4>>2];r+=8;var c=o.write(e,L,s,u,n);if(c<0)return-1;if(i+=c,c<u)break;typeof n<"u"&&(n+=c)}return i};function fa(e,r,t,n){try{var i=R.getStreamFromFD(e),a=la(i,r,t);return m[n>>2]=a,0}catch(s){if(typeof o>"u"||s.name!=="ErrnoError")throw s;return s.errno}}var da=e=>e;function va(e,r){try{return ir(N.subarray(e,e+r)),0}catch(t){if(typeof o>"u"||t.name!=="ErrnoError")throw t;return t.errno}}var nu=e=>(e>>>=0,"0x"+e.toString(16).padStart(8,"0")),mt=e=>{var r=l["_"+e];return r},_a=(e,r)=>{L.set(e,r)},pt=e=>St(e),ha=e=>{var r=Y(e)+1,t=pt(r);return O(e,t,r),t},yt=(e,r,t,n,i)=>{var a={string:h=>{var S=0;return h!=null&&h!==0&&(S=ha(h)),S},array:h=>{var S=pt(h.length);return _a(h,S),S}};function s(h){return r==="string"?j(h):r==="boolean"?!!h:h}var u=mt(e),c=[],f=0;if(n)for(var d=0;d<n.length;d++){var _=a[t[d]];_?(f===0&&(f=k()),c[d]=_(n[d])):c[d]=n[d]}var p=u(...c);function v(h){return f!==0&&b(f),s(h)}return p=v(p),p},ma=(e,r,t,n)=>{var i=!t||t.every(s=>s==="number"||s==="boolean"),a=r!=="string";return a&&i&&!n?mt(e):(...s)=>yt(e,r,t,s,n)};if(o.createPreloadedFile=ln,o.preloadFile=Wr,o.staticInit(),Fn(),Nn(),B.init(),l.noExitRuntime&&(rr=l.noExitRuntime),l.preloadPlugins&&(Nr=l.preloadPlugins),l.print&&(we=l.print),l.printErr&&(ee=l.printErr),l.wasmBinary&&(be=l.wasmBinary),l.arguments&&(Rt=l.arguments),l.thisProgram&&(Sr=l.thisProgram),l.preInit)for(typeof l.preInit=="function"&&(l.preInit=[l.preInit]);l.preInit.length>0;)l.preInit.shift()();l.ENV=qe,l.ccall=yt,l.cwrap=ma,l.lengthBytesUTF8=Y,l.stringToUTF8=O;function pa(e){if(typeof l.locateFile=="function")try{const r=l.locateFile(j(e));if(r){const t=Y(r)+1,n=Z(t);if(n)return O(r,n,t),n}}catch(r){console.warn("Module.locateFile failed:",r)}return 0}function ya(e){try{if(typeof l<"u"&&l.workerUrl){var r=l.workerUrl,t=Y(r)+1,n=Z(t);return O(r,n,t),n}}catch(i){console.warn("Failed to read Module.workerUrl:",i)}if(e){var t=Y(j(e))+1,n=Z(t);return O(j(e),n,t),n}return 0}function ga(){return navigator.hardwareConcurrency||1}function wa(e){l._aquaLiveTransports||(l._aquaLiveTransports=new Set),l._aquaLiveTransports.add(e),queueMicrotask(function(){l._aquaLiveTransports&&l._aquaLiveTransports.has(e)&&l._aquaDrainDeferredCompletions(e)})}function ba(e){l._aquaLiveTransports&&l._aquaLiveTransports.delete(e)}function ka(e,r){if(!l.createDeserializeWorker)return console.error("createDeserializeWorker not available - worker-bridge.ts not loaded"),0;const t=j(e);return l.createDeserializeWorker(t,l,r)?1:0}function Sa(e,r,t,n,i){if(!l.submitToWorker)return console.error("submitToWorker not available - worker-bridge.ts not loaded"),0;try{const a=t,s=n,u=new ArrayBuffer(s);return new Uint8Array(u).set(l.HEAPU8.subarray(a,a+s)),l.submitToWorker(e,r,u,i)?1:0}catch(a){return console.error("submitToWorker failed:",a),0}}function Ea(e,r){l.cancelRequest&&l.cancelRequest(e,r)}function iu(){return l.isWorkerReady&&l.isWorkerReady()?1:0}function Ca(){l.terminateWorker&&l.terminateWorker()}function Ta(e,r){typeof globalThis.Sentry<"u"&&typeof globalThis.Sentry.captureException=="function"&&globalThis.Sentry.captureException(new Error(j(e,r)))}function Fa(e){const r=j(e);try{const t=new URL(r)}catch{return 0}return 1}function Pa(e,r){const t=j(e);let n;try{n=new URL(t)}catch(u){return console.error(`Failed to parse URL ${t} due to error : ${u}`),0}function i(u){return u>>>0}function a(u){const c=Y(u)+1,f=Z(c);return O(u,f,c),i(f)}let s=i(r)>>2;return m[s]=a(n.origin),m[s+1]=a(n.pathname.substring(1)),m[s+2]=a(n.search.substring(1)),m[s+3]=a(n.hash.substring(1)),1}function Aa(e){const r=j(e),t=encodeURIComponent(r),n=Y(t)+1,i=Z(n);return O(t,i,n),i>>>0}function $a(e){l.__mirisPrivatePromiseTracker||(l.__mirisPrivatePromiseTracker=new Map);let r,t;const n=new Promise(function(i,a){r=i,t=a});return l.__mirisPrivatePromiseTracker.set(e,{resolve:r,reject:t}),W.toHandle(n)}function Da(e,r){const t=l.__mirisPrivatePromiseTracker;if(!t||!t.has(e)){console.error("[miris] No resolver for tracked promise ID:",e);return}const{resolve:n}=t.get(e);if(!n){console.error("[miris] No resolver for tracked promise ID:",e);return}t.delete(e),n(W.toValue(r))}function au(e,r){const t=l.__mirisPrivatePromiseTracker;if(!t||!t.has(e)){console.error("[miris] No rejector for tracked promise ID:",e);return}const{reject:n}=t.get(e);if(!n){console.error("[miris] No rejector for tracked promise ID:",e);return}t.delete(e),n(W.toValue(r))}var gt,Ra,Ia,ja,Ma,Oa,xa,La,Ga,Na,Wa,Ua,Ba,Va,Ha,za,qa,Xa,Za,Ka,Ya,Ja,Qa,eo,ro,to,no,io,ao,oo,so,uo,co,lo,fo,vo,_o,ho,mo,po,yo,go,wo,bo,ko,So,Eo,Co,To,Fo,Po,Ao,$o,Do,Ro,Io,jo,Mo,Oo,xo,Lo,Go,No,Wo,Uo,Bo,Vo,Ho,zo,qo,Xo,Zo,Ko,Z,J,Yo,Jo,wt,w,bt,kt,St,Et,Ct,Tt,Ft,Pt;function Qo(e){gt=e.__getTypeName,l._CreateAquaContext=Ra=e.CreateAquaContext,l._DestroyAquaContext=Ia=e.DestroyAquaContext,l._SetLogLevel=ja=e.SetLogLevel,l._GetLogLevel=Ma=e.GetLogLevel,l._TriggerTestError=Oa=e.TriggerTestError,l._CreateClientForContext=xa=e.CreateClientForContext,l._CreateClient=La=e.CreateClient,l._DestroyClient=Ga=e.DestroyClient,l._ClearScene=Na=e.ClearScene,l._WaitForSceneExecution=Wa=e.WaitForSceneExecution,l._SetPersistentDataDirectory=Ua=e.SetPersistentDataDirectory,l._SetClientSpatialFormat=Ba=e.SetClientSpatialFormat,l._SetAssetViewerKey=Va=e.SetAssetViewerKey,l._PrefetchContent=Ha=e.PrefetchContent,l._PrintSceneObjectHierarchy=za=e.PrintSceneObjectHierarchy,l._CancelAllSceneExecution=qa=e.CancelAllSceneExecution,l._AddStream=Xa=e.AddStream,l._AddStreamById=Za=e.AddStreamById,l._RemoveStream=Ka=e.RemoveStream,l._UpdateSceneExecution=Ya=e.UpdateSceneExecution,l._TakeRenderRequired=Ja=e.TakeRenderRequired,l._LockScene=Qa=e.LockScene,l._UnlockScene=eo=e.UnlockScene,l._SetMainCameraTransform=ro=e.SetMainCameraTransform,l._SetMainCameraViewFrustum=to=e.SetMainCameraViewFrustum,l._SetSceneObjectTransform=no=e.SetSceneObjectTransform,l._SetRuntimeSettings=io=e.SetRuntimeSettings,l._SetOctreeSolverMode=ao=e.SetOctreeSolverMode,l._HasFeature=oo=e.HasFeature,l._GetFeatureVersion=so=e.GetFeatureVersion,l._GetFeatureState=uo=e.GetFeatureState,l._GetSceneChangesCounts=co=e.GetSceneChangesCounts,l._GetSceneChanges=lo=e.GetSceneChanges,l._GetSceneRootObjectId=fo=e.GetSceneRootObjectId,l._GetSceneObjectChildrenCount=vo=e.GetSceneObjectChildrenCount,l._GetSceneObjectChildren=_o=e.GetSceneObjectChildren,l._GetSceneObjectType=ho=e.GetSceneObjectType,l._GetSceneObjectParent=mo=e.GetSceneObjectParent,l._IsSceneObjectAncestorOf=po=e.IsSceneObjectAncestorOf,l._GetSceneObjectName=yo=e.GetSceneObjectName,l._GetAttributeCount=go=e.GetAttributeCount,l._HasAttribute=wo=e.HasAttribute,l._GetMosaicDescriptors=bo=e.GetMosaicDescriptors,l._GetEccLutData=ko=e.GetEccLutData,l._GetAttribute=So=e.GetAttribute,l._TakeAttribute=Eo=e.TakeAttribute,l._GetBufferHash=Co=e.GetBufferHash,l._GetWorldBoundingBox=To=e.GetWorldBoundingBox,l._GetLocalBoundingBox=Fo=e.GetLocalBoundingBox,l._MirisGetLocalTransform=Po=e.MirisGetLocalTransform,l._MirisGetWorldTransform=Ao=e.MirisGetWorldTransform,l._GetMetadata=$o=e.GetMetadata,l._GetLodIndex=Do=e.GetLodIndex,l._GetPlatform=Ro=e.GetPlatform,l._LibAquaIsDebug=Io=e.LibAquaIsDebug,l._GetLibAquaVersion=jo=e.GetLibAquaVersion,l._GetLodMinMaxIndices=Mo=e.GetLodMinMaxIndices,l._GetCameraCount=Oo=e.GetCameraCount,l._GetCameraIds=xo=e.GetCameraIds,l._GetDefaultCameraId=Lo=e.GetDefaultCameraId,l._GetSceneMetadata=Go=e.GetSceneMetadata,l._RecordFrameInfo=No=e.RecordFrameInfo,l._GetSceneOperatorCount=Wo=e.GetSceneOperatorCount,l._PerformThroughputTest=Uo=e.PerformThroughputTest,l._AdvanceTime=Bo=e.AdvanceTime,l._SetVariantSelection=Vo=e.SetVariantSelection,l.__Z26GetSceneObjectNameAsStringP10AquaClienti=Ho=e._Z26GetSceneObjectNameAsStringP10AquaClienti,l.__Z14GetAssetsAsyncP10AquaClientRKNSt3__26vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEPN4aqua6v0_0_013ArrayCallbackINSE_9AssetInfoEEE=zo=e._Z14GetAssetsAsyncP10AquaClientRKNSt3__26vectorINS1_12basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEENS6_IS8_EEEEPN4aqua6v0_0_013ArrayCallbackINSE_9AssetInfoEEE,l.__Z21GetAvailableTagsAsyncP10AquaClientPN4aqua6v0_0_013ArrayCallbackINSt3__212basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEE=qo=e._Z21GetAvailableTagsAsyncP10AquaClientPN4aqua6v0_0_013ArrayCallbackINSt3__212basic_stringIcNS4_11char_traitsIcEENS4_9allocatorIcEEEEEE,l.__Z33TakeEvictedClientSideAttributeIdsP10AquaClient=Xo=e._Z33TakeEvictedClientSideAttributeIdsP10AquaClient,l.__Z30GetActiveClientSideIdsCheckSumv=Zo=e._Z30GetActiveClientSideIdsCheckSumv,Ko=e.__cxa_free_exception,l._malloc=Z=e.malloc,l._free=J=e.free,l._aquaDrainDeferredCompletions=Yo=e.aquaDrainDeferredCompletions,l._onWorkerResult=Jo=e.onWorkerResult,wt=e._emscripten_timeout,w=e.setThrew,bt=e._emscripten_tempret_set,kt=e._emscripten_stack_restore,St=e._emscripten_stack_alloc,Et=e.emscripten_stack_get_current,Ct=e.__cxa_decrement_exception_refcount,Tt=e.__cxa_increment_exception_refcount,Ft=e.__cxa_can_catch,Pt=e.__cxa_get_exception_ptr}var At={__cxa_begin_catch:qt,__cxa_end_catch:Xt,__cxa_find_matching_catch_2:Zt,__cxa_find_matching_catch_3:Kt,__cxa_find_matching_catch_4:Yt,__cxa_rethrow:Jt,__cxa_throw:Qt,__cxa_uncaught_exceptions:en,__resumeException:rn,__syscall_fcntl64:fn,__syscall_fstat64:dn,__syscall_ioctl:vn,__syscall_lstat64:_n,__syscall_newfstatat:hn,__syscall_openat:mn,__syscall_rmdir:pn,__syscall_stat64:yn,__syscall_unlinkat:gn,_abort_js:wn,_embind_register_bigint:kn,_embind_register_bool:Sn,_embind_register_class:Un,_embind_register_class_constructor:Vn,_embind_register_class_function:Hn,_embind_register_class_property:zn,_embind_register_emval:qn,_embind_register_enum:Zn,_embind_register_enum_value:Kn,_embind_register_float:Jn,_embind_register_function:Qn,_embind_register_integer:ei,_embind_register_memory_view:ri,_embind_register_optional:ni,_embind_register_std_string:ii,_embind_register_std_wstring:fi,_embind_register_void:di,_emscripten_runtime_keepalive_clear:vi,_emval_create_invoker:yi,_emval_decref:hr,_emval_get_global:gi,_emval_get_property:wi,_emval_incref:bi,_emval_invoke:ki,_emval_new_array:Si,_emval_new_cstring:Ei,_emval_run_destructors:Ci,_emval_set_property:Ti,_gmtime_js:Ai,_localtime_js:ji,_setitimer_js:Li,_tzset_js:Gi,clock_time_get:Ui,emjsCreateTrackedPromise:$a,emjsEncodeUriComponent:Aa,emjsGetPartsFromUrl:Pa,emjsIsValidUrl:Fa,emjsResolveTrackedPromise:Da,emjsSentryCaptureException:Ta,emscripten_console_warn:Bi,emscripten_date_now:dt,emscripten_errn:Vi,emscripten_fetch_free:Hi,emscripten_get_heap_max:zi,emscripten_get_now:yr,emscripten_is_main_browser_thread:qi,emscripten_outn:Xi,emscripten_resize_heap:Yi,emscripten_start_fetch:ra,environ_get:na,environ_sizes_get:ia,fd_close:aa,fd_fdstat_get:oa,fd_read:ua,fd_seek:ca,fd_write:fa,getHardwareConcurrency:ga,getWorkerUrlFromModule:ya,impl_cancelRequest:Ea,impl_createDeserializeWorker:ka,impl_submitToWorker:Sa,impl_terminateWorker:Ca,invoke_diii:Bs,invoke_djj:Ps,invoke_fi:Ss,invoke_fiii:Us,invoke_i:ls,invoke_ii:rs,invoke_iii:os,invoke_iiidi:js,invoke_iiii:_s,invoke_iiiid:Vs,invoke_iiiii:us,invoke_iiiiid:Ns,invoke_iiiiii:ds,invoke_iiiiiii:Rs,invoke_iiiiiiii:Ts,invoke_iiiiiiiii:Fs,invoke_iiiiiiiiii:bs,invoke_iiiiiiiiiii:gs,invoke_iiiiiiiiiiii:ws,invoke_iiiiij:Gs,invoke_iiiiijj:Hs,invoke_iiiij:Ks,invoke_iiiijj:zs,invoke_iiij:Zs,invoke_iij:xs,invoke_iiji:Ms,invoke_iijiiii:vs,invoke_j:ps,invoke_jii:hs,invoke_jiiii:Ws,invoke_v:ss,invoke_vi:es,invoke_viddi:As,invoke_vii:as,invoke_viii:ts,invoke_viiidi:Is,invoke_viiii:cs,invoke_viiiiddi:Ds,invoke_viiiii:is,invoke_viiiiii:ns,invoke_viiiiiii:ms,invoke_viiiiiiii:Es,invoke_viiiiiiiiii:qs,invoke_viiiiiiiiiii:ys,invoke_viiiiiiiiiiiiiii:Xs,invoke_viij:$s,invoke_viiji:Ls,invoke_viijii:ks,invoke_vij:fs,invoke_viji:Os,invoke_vijii:Cs,llvm_eh_typeid_for:da,proc_exit:lt,random_get:va,scheduleMicrotaskDrain:wa,tryLocateWorkerFile:pa,unregisterTransportInstance:ba};function es(e,r){var t=k();try{y(e)(r)}catch(n){if(b(t),n!==n+0)throw n;w(1,0)}}function rs(e,r){var t=k();try{return y(e)(r)}catch(n){if(b(t),n!==n+0)throw n;w(1,0)}}function ts(e,r,t,n){var i=k();try{y(e)(r,t,n)}catch(a){if(b(i),a!==a+0)throw a;w(1,0)}}function ns(e,r,t,n,i,a,s){var u=k();try{y(e)(r,t,n,i,a,s)}catch(c){if(b(u),c!==c+0)throw c;w(1,0)}}function is(e,r,t,n,i,a){var s=k();try{y(e)(r,t,n,i,a)}catch(u){if(b(s),u!==u+0)throw u;w(1,0)}}function as(e,r,t){var n=k();try{y(e)(r,t)}catch(i){if(b(n),i!==i+0)throw i;w(1,0)}}function os(e,r,t){var n=k();try{return y(e)(r,t)}catch(i){if(b(n),i!==i+0)throw i;w(1,0)}}function ss(e){var r=k();try{y(e)()}catch(t){if(b(r),t!==t+0)throw t;w(1,0)}}function us(e,r,t,n,i){var a=k();try{return y(e)(r,t,n,i)}catch(s){if(b(a),s!==s+0)throw s;w(1,0)}}function cs(e,r,t,n,i){var a=k();try{y(e)(r,t,n,i)}catch(s){if(b(a),s!==s+0)throw s;w(1,0)}}function ls(e){var r=k();try{return y(e)()}catch(t){if(b(r),t!==t+0)throw t;w(1,0)}}function fs(e,r,t){var n=k();try{y(e)(r,t)}catch(i){if(b(n),i!==i+0)throw i;w(1,0)}}function ds(e,r,t,n,i,a){var s=k();try{return y(e)(r,t,n,i,a)}catch(u){if(b(s),u!==u+0)throw u;w(1,0)}}function vs(e,r,t,n,i,a,s){var u=k();try{return y(e)(r,t,n,i,a,s)}catch(c){if(b(u),c!==c+0)throw c;w(1,0)}}function _s(e,r,t,n){var i=k();try{return y(e)(r,t,n)}catch(a){if(b(i),a!==a+0)throw a;w(1,0)}}function hs(e,r,t){var n=k();try{return y(e)(r,t)}catch(i){if(b(n),i!==i+0)throw i;return w(1,0),0n}}function ms(e,r,t,n,i,a,s,u){var c=k();try{y(e)(r,t,n,i,a,s,u)}catch(f){if(b(c),f!==f+0)throw f;w(1,0)}}function ps(e){var r=k();try{return y(e)()}catch(t){if(b(r),t!==t+0)throw t;return w(1,0),0n}}function ys(e,r,t,n,i,a,s,u,c,f,d,_){var p=k();try{y(e)(r,t,n,i,a,s,u,c,f,d,_)}catch(v){if(b(p),v!==v+0)throw v;w(1,0)}}function gs(e,r,t,n,i,a,s,u,c,f,d){var _=k();try{return y(e)(r,t,n,i,a,s,u,c,f,d)}catch(p){if(b(_),p!==p+0)throw p;w(1,0)}}function ws(e,r,t,n,i,a,s,u,c,f,d,_){var p=k();try{return y(e)(r,t,n,i,a,s,u,c,f,d,_)}catch(v){if(b(p),v!==v+0)throw v;w(1,0)}}function bs(e,r,t,n,i,a,s,u,c,f){var d=k();try{return y(e)(r,t,n,i,a,s,u,c,f)}catch(_){if(b(d),_!==_+0)throw _;w(1,0)}}function ks(e,r,t,n,i,a){var s=k();try{y(e)(r,t,n,i,a)}catch(u){if(b(s),u!==u+0)throw u;w(1,0)}}function Ss(e,r){var t=k();try{return y(e)(r)}catch(n){if(b(t),n!==n+0)throw n;w(1,0)}}function Es(e,r,t,n,i,a,s,u,c){var f=k();try{y(e)(r,t,n,i,a,s,u,c)}catch(d){if(b(f),d!==d+0)throw d;w(1,0)}}function Cs(e,r,t,n,i){var a=k();try{y(e)(r,t,n,i)}catch(s){if(b(a),s!==s+0)throw s;w(1,0)}}function Ts(e,r,t,n,i,a,s,u){var c=k();try{return y(e)(r,t,n,i,a,s,u)}catch(f){if(b(c),f!==f+0)throw f;w(1,0)}}function Fs(e,r,t,n,i,a,s,u,c){var f=k();try{return y(e)(r,t,n,i,a,s,u,c)}catch(d){if(b(f),d!==d+0)throw d;w(1,0)}}function Ps(e,r,t){var n=k();try{return y(e)(r,t)}catch(i){if(b(n),i!==i+0)throw i;w(1,0)}}function As(e,r,t,n,i){var a=k();try{y(e)(r,t,n,i)}catch(s){if(b(a),s!==s+0)throw s;w(1,0)}}function $s(e,r,t,n){var i=k();try{y(e)(r,t,n)}catch(a){if(b(i),a!==a+0)throw a;w(1,0)}}function Ds(e,r,t,n,i,a,s,u){var c=k();try{y(e)(r,t,n,i,a,s,u)}catch(f){if(b(c),f!==f+0)throw f;w(1,0)}}function Rs(e,r,t,n,i,a,s){var u=k();try{return y(e)(r,t,n,i,a,s)}catch(c){if(b(u),c!==c+0)throw c;w(1,0)}}function Is(e,r,t,n,i,a){var s=k();try{y(e)(r,t,n,i,a)}catch(u){if(b(s),u!==u+0)throw u;w(1,0)}}function js(e,r,t,n,i){var a=k();try{return y(e)(r,t,n,i)}catch(s){if(b(a),s!==s+0)throw s;w(1,0)}}function Ms(e,r,t,n){var i=k();try{return y(e)(r,t,n)}catch(a){if(b(i),a!==a+0)throw a;w(1,0)}}function Os(e,r,t,n){var i=k();try{y(e)(r,t,n)}catch(a){if(b(i),a!==a+0)throw a;w(1,0)}}function xs(e,r,t){var n=k();try{return y(e)(r,t)}catch(i){if(b(n),i!==i+0)throw i;w(1,0)}}function Ls(e,r,t,n,i){var a=k();try{y(e)(r,t,n,i)}catch(s){if(b(a),s!==s+0)throw s;w(1,0)}}function Gs(e,r,t,n,i,a){var s=k();try{return y(e)(r,t,n,i,a)}catch(u){if(b(s),u!==u+0)throw u;w(1,0)}}function Ns(e,r,t,n,i,a){var s=k();try{return y(e)(r,t,n,i,a)}catch(u){if(b(s),u!==u+0)throw u;w(1,0)}}function Ws(e,r,t,n,i){var a=k();try{return y(e)(r,t,n,i)}catch(s){if(b(a),s!==s+0)throw s;return w(1,0),0n}}function Us(e,r,t,n){var i=k();try{return y(e)(r,t,n)}catch(a){if(b(i),a!==a+0)throw a;w(1,0)}}function Bs(e,r,t,n){var i=k();try{return y(e)(r,t,n)}catch(a){if(b(i),a!==a+0)throw a;w(1,0)}}function Vs(e,r,t,n,i){var a=k();try{return y(e)(r,t,n,i)}catch(s){if(b(a),s!==s+0)throw s;w(1,0)}}function Hs(e,r,t,n,i,a,s){var u=k();try{return y(e)(r,t,n,i,a,s)}catch(c){if(b(u),c!==c+0)throw c;w(1,0)}}function zs(e,r,t,n,i,a){var s=k();try{return y(e)(r,t,n,i,a)}catch(u){if(b(s),u!==u+0)throw u;w(1,0)}}function qs(e,r,t,n,i,a,s,u,c,f,d){var _=k();try{y(e)(r,t,n,i,a,s,u,c,f,d)}catch(p){if(b(_),p!==p+0)throw p;w(1,0)}}function Xs(e,r,t,n,i,a,s,u,c,f,d,_,p,v,h,S){var $=k();try{y(e)(r,t,n,i,a,s,u,c,f,d,_,p,v,h,S)}catch(T){if(b($),T!==T+0)throw T;w(1,0)}}function Zs(e,r,t,n){var i=k();try{return y(e)(r,t,n)}catch(a){if(b(i),a!==a+0)throw a;w(1,0)}}function Ks(e,r,t,n,i){var a=k();try{return y(e)(r,t,n,i)}catch(s){if(b(a),s!==s+0)throw s;w(1,0)}}function wr(){if(ce>0){ke=wr;return}if(Mt(),ce>0){ke=wr;return}function e(){l.calledRun=!0,!Pe&&(Ot(),Cr?.(l),l.onRuntimeInitialized?.(),xt())}l.setStatus?(l.setStatus("Running..."),setTimeout(()=>{setTimeout(()=>l.setStatus(""),1),e()},1)):e()}var de;return de=await Vt(),wr(),Pr?Ye=l:Ye=new Promise((e,r)=>{Cr=e,Tr=r}),Ye}export default Ys;
|
|
15
|
+
//# sourceMappingURL=AquaApi.js.map
|
|
Binary file
|