Expand description
Code generation backends for Ling.
Re-exports§
pub use bytecode::compile_mir_program;pub use bytecode::BytecodeBackend;pub use bytecode::Vm;pub use bytecode::VmProgram;pub use cranelift::aot::CraneliftBackend;pub use cranelift::jit::JitBackend;pub use cranelift::runtime;pub use wasm::WasmBackend;