[−][src]Crate cranelift_module
Top-level lib.rs for cranelift_module.
Structs
| DataContext | This is to data objects what cranelift_codegen::Context is to functions. |
| DataDescription | A description of a data object. |
| DataId | A data object identifier for use in the |
| FuncId | A function identifier for use in the |
| Module | A |
| ModuleNamespace | This provides a view to the state of a module which allows |
Enums
| FuncOrDataId | A declared name may refer to either a function or data declaration |
| Init | This specifies how data is to be initialized. |
| Linkage | Linkage refers to where an entity is defined and who can see it. |
| ModuleError | Error messages for all |
Constants
| VERSION | Version number of this crate. |
Traits
| Backend | A |
Type Definitions
| ModuleResult | A convenient alias for a |