Files
wasmtime/cranelift/codegen
Philip Craig 86b66e8ede Fix build failure in cranelift-codegen (#1294)
error[E0425]: cannot find value `ones` in this scope
   --> cranelift-codegen/meta/src/isa/x86/legalize.rs:564:33
    |
564 |                 def!(c = vconst(ones)),
    |                                 ^^^^ not found in this scope
2019-12-16 19:38:09 -08:00
..
2019-12-07 09:47:43 -08:00
2019-11-20 22:40:55 -08:00

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