Closed
Description
We need to propagate debug information through the new compilation pipeline in order to support several use-cases. For example, wasmtime
needs this information to build a map from machine-code offsets to wasm bytecode offsets. Other use-cases may want to e.g. emit DWARF debug info in an AOT-compiled object output file.
Issue raised by @alexcrichton in the wasmtime context