Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.52 KB

reference-manuals.md

File metadata and controls

38 lines (27 loc) · 1.52 KB
layout toc_group link_title permalink redirect_from
docs
reference-manual
Reference Manuals
/reference-manual/
/docs/reference-manual/

GraalVM Reference Manuals

Here you will find the in-depth documentation for technologies offered by GraalVM. These manuals are aimed at software engineers and developers who already work with GraalVM, or are considering it as an environment for their workloads.

Technologies

Native Image - learn in detail about Native Image: GraalVM's innovative technology that can ahead-of-time compile Java code to a self-contained native executable.

Compiler - learn about the uniqueness of the GraalVM compiler and its advantages.

Updater - learn how to add more capabilities and upgrade the core GraalVM installation.

Polyglot Programming - learn how to write polyglot applications and allow languages to directly interoperate with each other in the same memory space.

Embedding Languages - learn how to embed polyglot applications in Java host applications or native images.

Specific Languages

If you are mostly interested in the GraalVM support for a specific language, here you can find the most extensive documentation: