Files
wasmtime/lib/reader
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-12 05:02:25 -07:00
2018-06-07 11:46:36 -07:00

This crate library supports reading .cton files. This functionality is needed for testing Cretonne, but is not essential for a JIT compiler.