1 parent e120e20 commit 537ee84Copy full SHA for 537ee84
1 file changed
Cargo.toml
@@ -4,11 +4,11 @@ version = "0.0.0"
4
authors = ["The Cranelift Project Developers"]
5
license = "Apache-2.0 WITH LLVM-exception"
6
repository = "https://github.com/bytecodealliance/simplejit-demo"
7
-description = "Toy language implemented using cranelift-simplejit"
+description = "Toy language implemented using cranelift-jit"
8
edition = "2018"
9
10
[dependencies]
11
cranelift = "0.68.0"
12
cranelift-module = "0.68.0"
13
-cranelift-simplejit = "0.68.0"
+cranelift-jit = "0.68.0"
14
peg = "0.6"
0 commit comments