unwrap

open override fun unwrap(): Engine

Returns the underlying GraalVM Engine used by this instance.

This method is considered delicate even for internal use within the Elide runtime, since it breaks the encapsulation provided by the core API; it should be used only in select cases where accessing the GraalVM engine directly is less complex than implementing a new abstraction for the desired feature.