#[cfg(not(target_arch = "wasm32"))]
pub mod cache;
#[cfg(not(target_arch = "wasm32"))]
pub mod compiler;
#[cfg(not(target_arch = "wasm32"))]
pub use cache::{CacheManager, CompilationCache};
#[cfg(not(target_arch = "wasm32"))]
pub use compiler::RuntimeCompiler;