[package] name = "hbcb" version = "0.1.0" edition = "2021" [dependencies] cranelift-codegen = { git = "https://github.com/jakubDoka/wasmtime.git", default-features = false } cranelift-control = { git = "https://github.com/jakubDoka/wasmtime.git", default-features = false } log = "0.4.22" regalloc2 = "0.10.2" smallvec = "1.13.2" target-lexicon = "0.12.16" [features] default = ["isle-errors"] unwind = [] isle-in-source-tree = [] isle-errors = [] [build-dependencies] cranelift-codegen-meta = { git = "https://github.com/jakubDoka/wasmtime.git" } cranelift-isle = { git = "https://github.com/jakubDoka/wasmtime.git" }