ling-codegen 2030.0.3

Code generation backends for Ling (bytecode, WASM, native)
Documentation
1
2
3
4
5
6
7
8
pub mod aot;
pub mod jit;
pub mod numtype;
pub mod runtime;
pub mod translate;

pub use aot::CraneliftBackend;
pub use jit::JitBackend;