Files
wasmtime/cranelift/codegen
Alex Crichton ee3ff52661 Refactor cranelift immediates slightly
I've run up against the `Into`-vs-`From` impls a few times and figured
I'd go ahead and put up a refactoring. This switches `Into` impls into
`From` impls which allows using both traits instead of just the `Into`
version. Additionally this removes a few small `as` casts in favor of
infallible `from`/`into` or `try_from` with error handling.
2021-08-06 09:14:25 -07:00
..
2021-02-18 13:01:01 +01:00
2021-08-04 09:53:47 -05:00

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