Expand description
Top-level lib.rs for cranelift_simplejit.
Structs§
- SimpleJIT
Builder - A builder for
SimpleJITModule. - SimpleJIT
Module - A
SimpleJITModuleimplementsModuleand emits code and data into memory where it can be directly called and accessed. - SimpleJIT
Product - A
SimpleJITProductallows looking up the addresses of all functions and data objects defined in the original module.
Constants§
- VERSION
- Version number of this crate.