Files
wasmtime/cranelift/codegen
Joshua Nelson bf77985e25 Fix broken links using rustdoc nightly
Uses cross-crate documentation links so that rustdoc does the hard work
of making relative links for us.

Requires nightly version of rustdoc in order to generate links based on
path names, see
https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
for details.
2019-08-19 11:48:37 +02:00
..
2019-08-16 11:35:16 -07:00
2019-08-06 14:41:13 -05:00

This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.