Package-level declarations
Types
Configuration for the guest VM virtual file-system (VFS).
Defines configuration structure for guest VMs managed by Elide. Guest VMs are capable of executing user-provided code in a sandbox environment, and potentially in another language.
This configuration structure defines options which are only available in GraalVM Enterprise Edition (EE). Options specified within the scope of this object are only applied when running on EE; when running on Community Edition (CE) the options are inert.
Configures VM sandbox and resource limit functionality, which is only available in GraalVM Enterprise. These settings are inert on Community Edition.
Configures the Chrome Inspector to run for a given guest VM, to enable debugging / inspection features during guest code execution. To use the inspector, activate these features (either via configuration or command line flags), and then connect to the guest VM via the Chrome DevTools interface.
Defines configuration structure for JavaScript VMs managed by Elide. Guest VMs are capable of executing user-provided code in a sandbox environment.