mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 15:22:01 +03:00
11868cb528
- Adds support for downloading engine and runtime versions in the launcher. - Adds functionality to install, list and uninstall engine components.
604 B
604 B
layout | title | category | tags | order | ||
---|---|---|---|---|---|---|
section-summary | Infrastructure | infrastructure |
|
0 |
Infrastructure
The Enso runtime runs on the GraalVM which is a version of the JVM. This folder contains all documentation pertaining to Enso's infrastructure, which is broken up as follows:
- sbt: The build tools that are used for building the project.
- Java 11: Description of changes related to the Java 11 migration.
- Native Image: Description of the Native Image build used for building the launcher native binary.