Files
wasmtime/lib/faerie
Dan Gohman c5aad1eb5f Add support for macho relocations. (#378)
This requires splitting X86PCRel4 into two separate relocations, to
distinguish the case where the instruction is a call, as Mach-O uses a
different relocation in that case.

This also makes it explicit that only x86-64 relocations are supported
currently.
2018-06-28 10:15:10 -07:00
..
2018-06-16 07:50:27 -07:00
2018-04-17 10:52:36 -07:00

This crate contains a library that enables Cretonne to emit native object (".o") files, using the Faerie library.