Files
wasmtime/cranelift/reader
bjorn3 0c4e15a52e [reader] Replace == None with .is_none() in Parser::token
This replaces a full function call with matching on both lhs and rhs
with a single cmpb instruction.
2020-08-26 13:01:16 -07:00
..

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