Files
wasmtime/cranelift/codegen
Chris Fallin 3ca173e4bc Fix arm32 build after some ABI framework changes.
It turns out that while we don't have the partial/experimental arm32
backend tested on our CI yet, the Firefox build *does* at least rely on
the backend to build, because it specifies the `arm32` feature to
`cranelift-codegen`, even if it will never invoke the backend.
Our previous old-framework arm32 stub at least compiled, so it didn't
break Firefox.

We should probably add a CI build check to ensure we don't bitrot what
we have here, but this is the immediate fix to get us back to sanity.
2020-10-02 11:55:46 -07:00
..
2020-09-23 13:54:02 -05:00
2020-09-26 00:49:28 -05:00

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