Files
wasmtime/lib/codegen
Dan Gohman 846a71d93b Fixes for mypy 0.600 (#324)
* Remove the mypy version constraint and set strict_optional to False.

* Add type annotations for `ISA` variables.

mypy 0.600 seems to require explicit annotations here.

* Annotate the ISA variables in the defs.py files too.
2018-05-03 12:12:19 -07:00
..
2018-05-03 12:12:19 -07:00
2018-04-30 14:04:14 -07:00
2018-05-01 19:54:21 -07:00

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