Files
wasmtime/cranelift/reader
Sam Sartor 1efa3d6f8b Add clif-util compile option to output object file (#5493)
* add clif-util compile option to output object file

* switch from a box to a borrow

* update objectmodule tests to use borrowed isa

* put targetisa into an arc
2023-01-06 12:53:48 -08:00
..
2023-01-05 09:46:01 -06:00

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