Crate cranelift_simplejit

Crate cranelift_simplejit 

Source
Expand description

Top-level lib.rs for cranelift_simplejit.

Structs§

SimpleJITBuilder
A builder for SimpleJITModule.
SimpleJITModule
A SimpleJITModule implements Module and emits code and data into memory where it can be directly called and accessed.
SimpleJITProduct
A SimpleJITProduct allows looking up the addresses of all functions and data objects defined in the original module.

Constants§

VERSION
Version number of this crate.