//! Top-level lib.rs for `cranelift_jit`.
//!
//! There is an [example project](https://github.com/bytecodealliance/cranelift-jit-demo/)
//! which shows how to use some of the features of `cranelift_jit`.
pub use crate;
pub use crate;
/// Version number of this crate.
pub const VERSION: &str = env!;