Files
wasmtime/lib/codegen
Dan Gohman 276ba8b97d Support systems which don't have a "python" command. (#386)
Add support for finding an appropriate python command on systems which
don't have "python". Try "python3" and "python2.7".

Fixed #381.
2018-07-02 13:02:00 -07:00
..
2018-06-16 07:50:27 -07:00

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