Removes duplicate code in src/obj.rs, crates/obj and crates/jit/object.rs (#1993)
Changes: - Moves object creation code from crates/jit/object.rs to the creates/obj (as ObjectBuilder) - Removes legacy crates/obj/function.rs - Removes write_debugsections
This commit is contained in:
@@ -21,6 +21,7 @@ wasmtime-environ = { path = "../environ", version = "0.18.0" }
|
||||
wasmtime-runtime = { path = "../runtime", version = "0.18.0" }
|
||||
wasmtime-debug = { path = "../debug", version = "0.18.0" }
|
||||
wasmtime-profiling = { path = "../profiling", version = "0.18.0" }
|
||||
wasmtime-obj = { path = "../obj", version = "0.18.0" }
|
||||
region = "2.1.0"
|
||||
thiserror = "1.0.4"
|
||||
target-lexicon = { version = "0.10.0", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user