Files
wasmtime/cranelift/reader
Andrew Brown 6f35273055 Add hexadecimal parsing for uimm8
This is to make it more clear in signed contexts that the uimm8 (e.g. 255) is in fact being used for its bits (e.g. 0xff).
2019-11-05 16:42:34 -08:00
..
2019-11-05 16:42:34 -08:00
2019-11-05 13:59:19 -08:00

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