pub fn get() -> &'static InterpreterConfigExpand description
Loads the configuration determined from the build environment.
Because this will never change in a given compilation run, this is cached in a OnceLock.
pub fn get() -> &'static InterpreterConfigLoads the configuration determined from the build environment.
Because this will never change in a given compilation run, this is cached in a OnceLock.