ling-codegen 2030.0.3

Code generation backends for Ling (bytecode, WASM, native)
Documentation
[package]

name = "ling-codegen"

version = "2030.0.3"

edition = "2021"

authors = ["Ling Lin <taellinglin@gmail.com>", "Sanny Lin <SannyLing53@gmail.com>"]

description = "Code generation backends for Ling (bytecode, WASM, native)"

license = "Apache-2.0 OR MIT"

repository = "https://github.com/taellinglin/ling"



[features]

default = []



[dependencies]

ling-core = { workspace = true }

ling-mir  = { workspace = true }

ling-ast  = { workspace = true }

anyhow    = "1.0"

cranelift = { version = "0.131.1", features = ["module", "object", "native", "jit"] }

cranelift-frontend = "0.131.1"

cranelift-module = "0.131.1"

cranelift-object = "0.131.1"

cranelift-jit = "0.131.1"

cranelift-native = "0.131.1"



[lib]

name = "ling_codegen"

path = "src/lib.rs"