Files
wasmtime/cranelift/faerie
Pat Hickey 89d741f8ae upgrade to target-lexicon 0.8.0
* the target-lexicon crate no longer has or needs the std feature
  in cargo, so we can delete all default-features=false, any mentions
  of its std feature, and the nostd configs in many lib.rs files
* the representation of arm architectures has changed, so some case
  statements needed refactoring
2019-09-04 15:12:17 -07:00
..
2019-09-04 15:12:17 -07:00

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