Expand description
Compiler driver: configuration, session management, and pipeline orchestration.
The driver module is the top-level entry point that coordinates all compilation stages from source code to WAVE binary.
Re-exports§
pub use config::CompilerConfig;pub use config::Language;pub use config::OptLevel;pub use pipeline::compile_kernel;pub use pipeline::compile_source;pub use session::Session;