Expand description
Top-level lib.rs for cranelift_jit
.
There is an example project
which shows how to use some of the features of cranelift_jit
.
Structs§
- JITBuilder
- A builder for
JITModule
. - JITModule
- A
JITModule
implementsModule
and emits code and data into memory where it can be directly called and accessed.
Constants§
- VERSION
- Version number of this crate.