GraalVMEngine

A PolyglotEngine implementation built around a GraalVM engine. This class allows plugins to configure the Context builders before they are returned by the acquire method.

See also

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun acquire(cfg: Context.Builder.() -> Unit): PolyglotContext
Link copied to clipboard
open override fun unwrap(): Engine

Returns the underlying GraalVM Engine used by this instance.