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