Files
wasmtime/lib/reader
Dan Gohman 592db1de7a Tighten up the parser's verification of value aliases.
This prevents uses of undefined values from passsing through
unnoticed, and ensures that all aliases are ultimately resolved,
regardless of where they are defined.
2018-03-28 22:07:08 -07:00
..
2018-03-18 14:56:30 -07:00

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