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 is the wasmtime-obj crate, which contains an experimental prototype
for writing out native object files, using the wasm ABI defined by
wasmtime-environ.