yurydelendik opened PR #1993 from crates-obj
to main
:
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
After this change,
wasmtime wasm2obj
will produce the same image as JIT compiler does. This makes it easier to inspect and troubleshot the generated code.See also #1931
alexcrichton submitted PR Review.
yurydelendik merged PR #1993.
Last updated: Nov 22 2024 at 16:03 UTC