Elide

Provides runtime metadata about the current Elide build, including version, build mode, and target architecture information.

Module: elide.elide Support: Experimental

Namespace Elide

Provides runtime metadata about the current Elide build, including version, build mode, and target architecture information.

5 members: 5 undocumented

Properties

⚪ version
Provides runtime metadata about the current Elide build, including version,
⚪ debug
The semantic version string for the running Elide instance (e.g. `"1.2.0"`).
⚪ release
Whether this Elide binary was compiled with debug assertions and symbols enabled.
⚪ buildMode
The build profile used to compile this binary (e.g. `"dev"`, `"release"`, `"bench"`).
⚪ targetArchitecture
The CPU architecture this binary targets (e.g. `"x86-64-v3"`, `"aarch64"`, `"native"`).

---