What to do when the runtime you need isn't supported
Loading...
Docs in progress. Some content or features may be missing or not covered in detail.
If the runtime you need — for example, Java, Kotlin, or Swift — is not supported, you can add it. The process involves implementing the runtime spec, registering the plugin, and wiring init and build support.
Adding a runtime requires implementing the spec in poly-bench-traits, registering the plugin, and wiring init and build in poly-bench-project. The Case Study: Python walks through a concrete example.