@cognipilot/rumoca 0.9.4
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 +22 -0
- package/package.json +46 -0
- package/parse_worker.js +53 -0
- package/rumoca_bind_wasm.d.ts +295 -0
- package/rumoca_bind_wasm.js +1473 -0
- package/rumoca_bind_wasm_bg.wasm +0 -0
- package/rumoca_bind_wasm_diffsol.d.ts +49 -0
- package/rumoca_bind_wasm_diffsol.js +270 -0
- package/rumoca_bind_wasm_diffsol_bg.wasm +0 -0
- package/rumoca_diffsol.js +109 -0
- package/rumoca_gpu.js +335 -0
- package/rumoca_package_meta.json +3 -0
- package/rumoca_worker.js +394 -0
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 2025-2026 CogniPilot Foundation
|
|
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,22 @@
|
|
|
1
|
+
# npm Packaging
|
|
2
|
+
|
|
3
|
+
This directory is the canonical npm entrypoint for Rumoca WASM packaging.
|
|
4
|
+
The build copies this README into each generated `pkg/<profile>-<variant>`
|
|
5
|
+
package so the published npm package links back to the packaging workflow.
|
|
6
|
+
|
|
7
|
+
## Common commands
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
npm run build
|
|
11
|
+
npm run build:pack
|
|
12
|
+
npm run build:release:core
|
|
13
|
+
npm run build:release:sim-diffsol:pack
|
|
14
|
+
npm run build:dev:full-web:rayon
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Notes
|
|
18
|
+
|
|
19
|
+
- Shared build logic is implemented in `packaging/npm/build.mjs`.
|
|
20
|
+
- Non-pack builds land in `pkg/<profile>-<variant>[-rayon]` at repo root.
|
|
21
|
+
- Packed tarballs are moved to `pkg/` at repo root.
|
|
22
|
+
- Publishing uses the generated `pkg/*` package metadata and artifacts.
|
package/package.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@cognipilot/rumoca",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"description": "WebAssembly bindings for Rumoca compile and optional simulation surfaces",
|
|
5
|
+
"version": "0.9.4",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/cognipilot/rumoca"
|
|
10
|
+
},
|
|
11
|
+
"files": [
|
|
12
|
+
"rumoca_bind_wasm_bg.wasm",
|
|
13
|
+
"rumoca_bind_wasm.js",
|
|
14
|
+
"rumoca_bind_wasm.d.ts",
|
|
15
|
+
"rumoca_gpu.js",
|
|
16
|
+
"rumoca_diffsol.js",
|
|
17
|
+
"rumoca_bind_wasm_diffsol.js",
|
|
18
|
+
"rumoca_bind_wasm_diffsol_bg.wasm",
|
|
19
|
+
"rumoca_bind_wasm_diffsol.d.ts",
|
|
20
|
+
"rumoca_worker.js",
|
|
21
|
+
"parse_worker.js",
|
|
22
|
+
"rumoca_package_meta.json",
|
|
23
|
+
"README.md"
|
|
24
|
+
],
|
|
25
|
+
"main": "rumoca_bind_wasm.js",
|
|
26
|
+
"types": "rumoca_bind_wasm.d.ts",
|
|
27
|
+
"sideEffects": [
|
|
28
|
+
"./snippets/*"
|
|
29
|
+
],
|
|
30
|
+
"publishConfig": {
|
|
31
|
+
"access": "public"
|
|
32
|
+
},
|
|
33
|
+
"module": "rumoca_bind_wasm.js",
|
|
34
|
+
"exports": {
|
|
35
|
+
".": {
|
|
36
|
+
"import": "./rumoca_bind_wasm.js",
|
|
37
|
+
"types": "./rumoca_bind_wasm.d.ts"
|
|
38
|
+
},
|
|
39
|
+
"./gpu": {
|
|
40
|
+
"import": "./rumoca_gpu.js"
|
|
41
|
+
},
|
|
42
|
+
"./diffsol": {
|
|
43
|
+
"import": "./rumoca_diffsol.js"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
package/parse_worker.js
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// Lightweight Web Worker for parallel source-root parsing
|
|
2
|
+
// Multiple instances of this worker can run concurrently to parse files in parallel
|
|
3
|
+
|
|
4
|
+
import init, { parse_source_root_file } from './rumoca_bind_wasm.js';
|
|
5
|
+
|
|
6
|
+
let initialized = false;
|
|
7
|
+
|
|
8
|
+
async function initialize() {
|
|
9
|
+
if (initialized) return true;
|
|
10
|
+
try {
|
|
11
|
+
await init();
|
|
12
|
+
initialized = true;
|
|
13
|
+
return true;
|
|
14
|
+
} catch (e) {
|
|
15
|
+
console.error('[ParseWorker] Init failed:', e);
|
|
16
|
+
return false;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
// Initialize immediately
|
|
21
|
+
initialize().then(success => {
|
|
22
|
+
self.postMessage({ ready: true, success });
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
// Handle parse requests
|
|
26
|
+
self.onmessage = async (e) => {
|
|
27
|
+
const { id, files } = e.data;
|
|
28
|
+
|
|
29
|
+
if (!initialized) {
|
|
30
|
+
self.postMessage({ id, error: 'Worker not initialized' });
|
|
31
|
+
return;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// Parse all files assigned to this worker
|
|
35
|
+
const results = [];
|
|
36
|
+
for (let i = 0; i < files.length; i++) {
|
|
37
|
+
const [filename, source] = files[i];
|
|
38
|
+
try {
|
|
39
|
+
const ast = parse_source_root_file(source, filename);
|
|
40
|
+
results.push([filename, ast]);
|
|
41
|
+
} catch (e) {
|
|
42
|
+
// Skip files that fail to parse
|
|
43
|
+
console.warn(`[ParseWorker] Failed to parse ${filename}:`, e.message);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// Report progress every 10 files
|
|
47
|
+
if (i % 10 === 0) {
|
|
48
|
+
self.postMessage({ id, progress: true, current: i, total: files.length });
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
self.postMessage({ id, success: true, results });
|
|
53
|
+
};
|
|
@@ -0,0 +1,295 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Check Modelica source code and return all diagnostics.
|
|
6
|
+
*/
|
|
7
|
+
export function check(source: string): any;
|
|
8
|
+
|
|
9
|
+
export function clear_source_root_cache(): void;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Compile Modelica source code to DAE JSON.
|
|
13
|
+
*/
|
|
14
|
+
export function compile(source: string, model_name: string): string;
|
|
15
|
+
|
|
16
|
+
export function compile_check_with_source_roots(source: string, model_name: string, source_roots_json: string): string;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Strict compile-check using loaded source roots with explicit behavior options.
|
|
20
|
+
*
|
|
21
|
+
* This validates requested-model compilation without producing full DAE output.
|
|
22
|
+
* Option semantics are identical to `compile_with_source_roots_with_options`.
|
|
23
|
+
*/
|
|
24
|
+
export function compile_check_with_source_roots_with_options(source: string, model_name: string, source_roots_json: string, compile_options_json: string): string;
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Compile Modelica source code to DAE JSON (alias for worker compatibility).
|
|
28
|
+
*/
|
|
29
|
+
export function compile_to_json(source: string, model_name: string): string;
|
|
30
|
+
|
|
31
|
+
export function compile_with_project_sources(source: string, model_name: string, project_sources_json: string): string;
|
|
32
|
+
|
|
33
|
+
export function compile_with_source_roots(source: string, model_name: string, source_roots_json: string): string;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Compile using loaded source roots with explicit compile behavior options.
|
|
37
|
+
*
|
|
38
|
+
* `compile_options_json` example:
|
|
39
|
+
* `{"allowNonParamEvaluateAnnotation":true,"allowMultiWhenSingleAssign":false}`
|
|
40
|
+
*
|
|
41
|
+
* Strict behavior remains default when this function is not used (or options are false).
|
|
42
|
+
*/
|
|
43
|
+
export function compile_with_source_roots_with_options(source: string, model_name: string, source_roots_json: string, compile_options_json: string): string;
|
|
44
|
+
|
|
45
|
+
export function export_parsed_source_roots_binary(uris_json: string): Uint8Array;
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Get the UTC build timestamp for this WASM build.
|
|
49
|
+
*/
|
|
50
|
+
export function get_build_time_utc(): string;
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Get the built-in codegen targets bundled with the WASM runtime.
|
|
54
|
+
*/
|
|
55
|
+
export function get_builtin_targets(): any;
|
|
56
|
+
|
|
57
|
+
export function get_bundled_source_root_manifest(): string;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Get detailed class documentation and summary metadata.
|
|
61
|
+
*/
|
|
62
|
+
export function get_class_info(qualified_name: string): string;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Get the Git commit hash for this WASM build.
|
|
66
|
+
*/
|
|
67
|
+
export function get_git_commit(): string;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* Discover compilable simulation models in a source document.
|
|
71
|
+
*/
|
|
72
|
+
export function get_simulation_models(source: string, default_model: string): string;
|
|
73
|
+
|
|
74
|
+
export function get_source_root_document_count(): number;
|
|
75
|
+
|
|
76
|
+
export function get_source_root_statuses(): string;
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Get the Rumoca version string.
|
|
80
|
+
*/
|
|
81
|
+
export function get_version(): string;
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Initialize panic hook for better error messages in console.
|
|
85
|
+
*/
|
|
86
|
+
export function init(): void;
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Lint Modelica source code and return messages.
|
|
90
|
+
*/
|
|
91
|
+
export function lint(source: string): any;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* List all loaded classes as a package/class hierarchy.
|
|
95
|
+
*/
|
|
96
|
+
export function list_classes(): string;
|
|
97
|
+
|
|
98
|
+
export function load_bundled_source_root_cache(archive_id: string): number;
|
|
99
|
+
|
|
100
|
+
export function load_source_roots(source_roots_json: string): string;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Compile a model and return its lowered `SolveModel` as JSON, for the lazy
|
|
104
|
+
* diffsol addon (`@cognipilot/rumoca/diffsol`) to simulate. Lets the stiff
|
|
105
|
+
* solver run without putting relaxed-SIMD in this (universal) module.
|
|
106
|
+
*/
|
|
107
|
+
export function lower_model_to_solve_json(source: string, model_name: string, t_end: number, dt: number): string;
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Get code actions (quick fixes) for diagnostics in a selected range.
|
|
111
|
+
*/
|
|
112
|
+
export function lsp_code_actions(source: string, range_start_line: number, range_start_character: number, range_end_line: number, range_end_character: number, diagnostics_json: string): string;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* Get code completion suggestions.
|
|
116
|
+
*/
|
|
117
|
+
export function lsp_completion(source: string, line: number, character: number): string;
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Get code completion suggestions plus the completion timing breakdown used by the benchmark.
|
|
121
|
+
*/
|
|
122
|
+
export function lsp_completion_with_timing(source: string, line: number, character: number): string;
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Get go-to-definition target(s) for a position.
|
|
126
|
+
*/
|
|
127
|
+
export function lsp_definition(source: string, line: number, character: number): string;
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* Compute diagnostics (syntax, lint, and compilation errors).
|
|
131
|
+
*/
|
|
132
|
+
export function lsp_diagnostics(source: string): string;
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Get document symbols (outline).
|
|
136
|
+
*/
|
|
137
|
+
export function lsp_document_symbols(source: string): string;
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* Get hover information for a position.
|
|
141
|
+
*/
|
|
142
|
+
export function lsp_hover(source: string, line: number, character: number): string;
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Get the semantic token legend.
|
|
146
|
+
*/
|
|
147
|
+
export function lsp_semantic_token_legend(): string;
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* Get semantic tokens for syntax highlighting.
|
|
151
|
+
*/
|
|
152
|
+
export function lsp_semantic_tokens(source: string): string;
|
|
153
|
+
|
|
154
|
+
export function merge_parsed_source_roots(definitions_json: string): number;
|
|
155
|
+
|
|
156
|
+
export function merge_parsed_source_roots_binary(bytes: Uint8Array): number;
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* Parse Modelica source code and return whether it's valid.
|
|
160
|
+
*/
|
|
161
|
+
export function parse(source: string): any;
|
|
162
|
+
|
|
163
|
+
export function parse_source_root_file(source: string, filename: string): string;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* Prepare a model for WebGPU execution.
|
|
167
|
+
*
|
|
168
|
+
* Compiles `source`, lowers it to the Solve IR with simulation defaults
|
|
169
|
+
* (honoring the model's `experiment` annotation like `simulate_model`),
|
|
170
|
+
* renders the `wgsl-solve` builtin target, and returns a JSON object:
|
|
171
|
+
*
|
|
172
|
+
* ```json
|
|
173
|
+
* {
|
|
174
|
+
* "wgsl": "...compute shader source...",
|
|
175
|
+
* "layout": { ...the wgsl-solve layout manifest... },
|
|
176
|
+
* "y0": [..], "p0": [..],
|
|
177
|
+
* "n_states": 3,
|
|
178
|
+
* "t_start": 0.0, "t_end": 1.0, "dt": 0.01
|
|
179
|
+
* }
|
|
180
|
+
* ```
|
|
181
|
+
*
|
|
182
|
+
* v1 semantics: the host integrates the first `n_states` entries of `y`;
|
|
183
|
+
* the remaining (algebraic) slots and all parameters - including relation
|
|
184
|
+
* memory - stay frozen at their prepared initial values. The layout's
|
|
185
|
+
* `runtime_event_roots` count lets hosts warn when that matters.
|
|
186
|
+
*/
|
|
187
|
+
export function prepare_gpu_simulation(source: string, model_name: string): string;
|
|
188
|
+
|
|
189
|
+
export function render_target(dae_json: string, model_name: string, target: string, manifest_source: string, templates_json: string): any;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* Compile and simulate a Modelica model.
|
|
193
|
+
*/
|
|
194
|
+
export function simulate_model(source: string, model_name: string, t_end: number, dt: number, solver: string): string;
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* Compile with additional project-local sources and simulate a Modelica model.
|
|
198
|
+
*/
|
|
199
|
+
export function simulate_model_with_project_sources(source: string, model_name: string, project_sources_json: string, t_end: number, dt: number, solver: string): string;
|
|
200
|
+
|
|
201
|
+
export function sync_project_sources(project_sources_json: string): string;
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* Re-settle the prepared vectors of the last `prepare_gpu_simulation` for
|
|
205
|
+
* new parameter values, without re-lowering the model. `overrides_json`
|
|
206
|
+
* is a `{ "name": value }` object naming scalar parameters. Returns
|
|
207
|
+
* `{ "y0": [...], "p0": [...] }`.
|
|
208
|
+
*/
|
|
209
|
+
export function update_gpu_parameters(source: string, model_name: string, overrides_json: string): string;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* Fallback thread-pool initializer for non-threaded builds.
|
|
213
|
+
*/
|
|
214
|
+
export function wasm_init(_num_threads: number): boolean;
|
|
215
|
+
|
|
216
|
+
export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembly.Module;
|
|
217
|
+
|
|
218
|
+
export interface InitOutput {
|
|
219
|
+
readonly memory: WebAssembly.Memory;
|
|
220
|
+
readonly check: (a: number, b: number) => any;
|
|
221
|
+
readonly compile: (a: number, b: number, c: number, d: number) => [number, number, number, number];
|
|
222
|
+
readonly compile_check_with_source_roots: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number, number];
|
|
223
|
+
readonly compile_check_with_source_roots_with_options: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => [number, number, number, number];
|
|
224
|
+
readonly compile_to_json: (a: number, b: number, c: number, d: number) => [number, number, number, number];
|
|
225
|
+
readonly compile_with_project_sources: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number, number];
|
|
226
|
+
readonly compile_with_source_roots: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number, number];
|
|
227
|
+
readonly compile_with_source_roots_with_options: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => [number, number, number, number];
|
|
228
|
+
readonly export_parsed_source_roots_binary: (a: number, b: number) => [number, number, number, number];
|
|
229
|
+
readonly get_build_time_utc: () => [number, number];
|
|
230
|
+
readonly get_builtin_targets: () => any;
|
|
231
|
+
readonly get_bundled_source_root_manifest: () => [number, number];
|
|
232
|
+
readonly get_class_info: (a: number, b: number) => [number, number, number, number];
|
|
233
|
+
readonly get_git_commit: () => [number, number];
|
|
234
|
+
readonly get_simulation_models: (a: number, b: number, c: number, d: number) => [number, number, number, number];
|
|
235
|
+
readonly get_source_root_document_count: () => number;
|
|
236
|
+
readonly get_source_root_statuses: () => [number, number, number, number];
|
|
237
|
+
readonly get_version: () => [number, number];
|
|
238
|
+
readonly lint: (a: number, b: number) => any;
|
|
239
|
+
readonly list_classes: () => [number, number, number, number];
|
|
240
|
+
readonly load_bundled_source_root_cache: (a: number, b: number) => [number, number, number];
|
|
241
|
+
readonly load_source_roots: (a: number, b: number) => [number, number, number, number];
|
|
242
|
+
readonly lower_model_to_solve_json: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number, number];
|
|
243
|
+
readonly lsp_code_actions: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => [number, number, number, number];
|
|
244
|
+
readonly lsp_completion: (a: number, b: number, c: number, d: number) => [number, number, number, number];
|
|
245
|
+
readonly lsp_completion_with_timing: (a: number, b: number, c: number, d: number) => [number, number, number, number];
|
|
246
|
+
readonly lsp_definition: (a: number, b: number, c: number, d: number) => [number, number, number, number];
|
|
247
|
+
readonly lsp_diagnostics: (a: number, b: number) => [number, number, number, number];
|
|
248
|
+
readonly lsp_document_symbols: (a: number, b: number) => [number, number, number, number];
|
|
249
|
+
readonly lsp_hover: (a: number, b: number, c: number, d: number) => [number, number, number, number];
|
|
250
|
+
readonly lsp_semantic_token_legend: () => [number, number, number, number];
|
|
251
|
+
readonly lsp_semantic_tokens: (a: number, b: number) => [number, number, number, number];
|
|
252
|
+
readonly merge_parsed_source_roots: (a: number, b: number) => [number, number, number];
|
|
253
|
+
readonly merge_parsed_source_roots_binary: (a: number, b: number) => [number, number, number];
|
|
254
|
+
readonly parse: (a: number, b: number) => any;
|
|
255
|
+
readonly parse_source_root_file: (a: number, b: number, c: number, d: number) => [number, number, number, number];
|
|
256
|
+
readonly prepare_gpu_simulation: (a: number, b: number, c: number, d: number) => [number, number, number, number];
|
|
257
|
+
readonly render_target: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => [number, number, number];
|
|
258
|
+
readonly simulate_model: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => [number, number, number, number];
|
|
259
|
+
readonly simulate_model_with_project_sources: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number) => [number, number, number, number];
|
|
260
|
+
readonly sync_project_sources: (a: number, b: number) => [number, number, number, number];
|
|
261
|
+
readonly update_gpu_parameters: (a: number, b: number, c: number, d: number, e: number, f: number) => [number, number, number, number];
|
|
262
|
+
readonly wasm_init: (a: number) => number;
|
|
263
|
+
readonly init: () => void;
|
|
264
|
+
readonly clear_source_root_cache: () => void;
|
|
265
|
+
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
266
|
+
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
267
|
+
readonly __wbindgen_exn_store: (a: number) => void;
|
|
268
|
+
readonly __externref_table_alloc: () => number;
|
|
269
|
+
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
270
|
+
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
271
|
+
readonly __externref_table_dealloc: (a: number) => void;
|
|
272
|
+
readonly __wbindgen_start: () => void;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
export type SyncInitInput = BufferSource | WebAssembly.Module;
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* Instantiates the given `module`, which can either be bytes or
|
|
279
|
+
* a precompiled `WebAssembly.Module`.
|
|
280
|
+
*
|
|
281
|
+
* @param {{ module: SyncInitInput }} module - Passing `SyncInitInput` directly is deprecated.
|
|
282
|
+
*
|
|
283
|
+
* @returns {InitOutput}
|
|
284
|
+
*/
|
|
285
|
+
export function initSync(module: { module: SyncInitInput } | SyncInitInput): InitOutput;
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* If `module_or_path` is {RequestInfo} or {URL}, makes a request and
|
|
289
|
+
* for everything else, calls `WebAssembly.instantiate` directly.
|
|
290
|
+
*
|
|
291
|
+
* @param {{ module_or_path: InitInput | Promise<InitInput> }} module_or_path - Passing `InitInput` directly is deprecated.
|
|
292
|
+
*
|
|
293
|
+
* @returns {Promise<InitOutput>}
|
|
294
|
+
*/
|
|
295
|
+
export default function __wbg_init (module_or_path?: { module_or_path: InitInput | Promise<InitInput> } | InitInput | Promise<InitInput>): Promise<InitOutput>;
|