feat(fmi): add FMI 2.0 Co-Simulation FMU export (bindings/fmi) and ntropyk-cli export-fmu command

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-18 00:46:34 +02:00
parent 329be3856f
commit f88cd7f7d8
14 changed files with 1369 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ members = [
"bindings/python", # Python bindings (PyO3)
"bindings/c", # C FFI bindings (cbindgen)
"bindings/wasm", # WebAssembly bindings (wasm-bindgen)
"bindings/fmi", # FMI 2.0 Co-Simulation FMU export (PLC embedding)
"tests/fluids", # Cross-backend fluid integration tests
]
resolver = "2"