We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed9471 commit c58cf02Copy full SHA for c58cf02
crates/jit/Cargo.toml
@@ -14,6 +14,7 @@ arbutil = { workspace = true }
14
brotli = { workspace = true, features = ["wasmer_traits"] }
15
caller-env = { workspace = true, features = ["brotli", "wasmer_traits"] }
16
clap = { workspace = true, features = ["derive"] }
17
+compiler_builtins = { version = "0.1", features = ["mem"] }
18
eyre = { workspace = true }
19
hex = { workspace = true }
20
libc = { workspace = true }
0 commit comments