Add prepare_for_function_redefine

This commit is contained in:
bjorn3
2020-11-12 19:29:05 +01:00
parent 03c0e7e678
commit 86d3dc9510
4 changed files with 118 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ cranelift-module = { path = "../module", version = "0.68.0" }
cranelift-native = { path = "../native", version = "0.68.0" }
cranelift-codegen = { path = "../codegen", version = "0.68.0", default-features = false, features = ["std"] }
cranelift-entity = { path = "../entity", version = "0.68.0" }
anyhow = "1.0"
region = "2.2.0"
libc = { version = "0.2.42" }
errno = "0.2.4"