xref: /wasmtime-44.0.1/cranelift/jit/README.md (revision 411ec3a8)
1This crate provides a JIT library that uses
2[Cranelift](https://crates.io/crates/cranelift).
3
4This crate is extremely experimental.
5
6See the [example program] for a brief overview of how to use this.
7
8[example program]: https://github.com/bytecodealliance/wasmtime/blob/main/cranelift/jit/examples/jit-minimal.rs
9