feat: add a backed using cranelift ir and codegen crates
This commit is contained in:
@@ -4,3 +4,9 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
cranelift-codegen = "0.131.0"
|
||||
cranelift-frontend = "0.131.0"
|
||||
cranelift-module = "0.131.0"
|
||||
cranelift-object = "0.131.0"
|
||||
cranelift-native = "0.131.0"
|
||||
|
||||
Reference in New Issue
Block a user