Files
wasmtime/lib/codegen
Dan Gohman 0daa560368 Accept redundant alias definitions.
In the text format, allow aliases to be defined multiple times, as long
as they're always aliasing the same value.

write.rs is already emitting redundant aliases, because it emits them at
their uses, so this change allows the parser to be able to parse such
code.
2018-06-12 05:02:25 -07:00
..
2018-06-09 13:18:12 -07:00
2018-06-12 05:02:25 -07:00
2018-06-07 11:46:36 -07:00

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