enso/lib
Jaroslav Tulach 515d8238bb
Support for --jvm option in Enso runner (#10374)
Addresses one of two concerns of #5298 - adds support for `--jvm` argument to allow us to switch from _native image_ built Enso binary (as developed by #10126) to regular JVM based Enso execution. This change _doesn't affect production builds_. The _native executable_ continues to be only built by `engine-runner/buildNativeImage` which is tested on CI, but not in the production jobs.
2024-07-06 07:02:20 +00:00
..
java Extension methods can be exported by name (#10274) 2024-06-25 12:08:22 +00:00
js/runner Migrate to pnpm (#10422) 2024-07-05 11:13:04 +00:00
rust Support for --jvm option in Enso runner (#10374) 2024-07-06 07:02:20 +00:00
scala Support for --jvm option in Enso runner (#10374) 2024-07-06 07:02:20 +00:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Libraries

This directory contains the libraries that should remain in this project, but that are not technically part of the main language implementation itself.