feat: ready for JIT
This commit is contained in:
@@ -4,14 +4,11 @@ version = "0.0.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
default = ["vm", "jit", "repl"]
|
||||
vm = []
|
||||
jit = ["dep:inkwell"]
|
||||
repl = ["dep:rustyline"]
|
||||
|
||||
[[bin]]
|
||||
name = "repl-vm"
|
||||
required-features = ["vm", "repl"]
|
||||
name = "repl"
|
||||
required-features = ["repl"]
|
||||
|
||||
[profile.perf]
|
||||
debug = 1
|
||||
@@ -26,6 +23,6 @@ derive_more = { version = "2.0", features = [ "full" ] }
|
||||
ecow = "0.2"
|
||||
regex = "1.11"
|
||||
|
||||
inkwell = { version = "0.6.0", features = ["llvm18-1"], optional = true }
|
||||
inkwell = { version = "0.6.0", features = ["llvm18-1"] }
|
||||
|
||||
rustyline = { version = "15.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user