Files
wasmtime/cranelift/codegen
bjorn3 c4eab2beb6 Avoid spurious build script runs (#4150)
* Don't attempt to track the generated clif.isle in cargo

This causes the build script to rerun every time for me.

* Put build script debug messages on stderr instead of stdout

This keeps stdout reserved for cargo build script directives
2022-05-12 11:49:20 -07:00
..
2021-10-10 14:19:08 +02:00
2022-05-05 13:43:02 -05:00
2022-05-12 10:05:22 -07:00

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