pub const SPECIFICATION_VERSION: &str = env!("CARGO_PKG_VERSION");
pub fn runtime_unavailable() -> ! {
unimplemented!(
"{}{SPECIFICATION_VERSION} is in active development; see https://github.com/axedom/axedom for releases",
concat!(env!("CARGO_PKG_NAME"), " ")
);
}