This commit is contained in:
T0b1
2023-04-18 12:21:54 +02:00
commit 0bb8f5c3be
14 changed files with 4993 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "cranelift_test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cranelift = { path = "../wasmtime/cranelift/umbrella" }
cranelift-module = { path = "../wasmtime/cranelift/module" }
cranelift-jit = { path = "../wasmtime/cranelift/jit", features = ["selinux-fix"] }
cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
target-lexicon = "0.12.4"
cranelift-native = { path = "../wasmtime/cranelift/native" }
cranelift-reader = { path = "../wasmtime/cranelift/reader" }
regalloc2 = { path = "../regalloc2", features = ["trace-log"] }
pretty_env_logger = "0.4.0"
iced-x86 = "1.17.0"