mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
1 line
1.4 KiB
JavaScript
1 line
1.4 KiB
JavaScript
initSidebarItems({"constant":[["VERSION","Version number of this crate."]],"enum":[["CodegenError","A compilation error."]],"fn":[["legalize_function","Legalize `func` for `isa`."]],"mod":[["binemit","Binary machine code emission."],["cfg_printer","The `CFGPrinter` utility."],["cursor","Cursor library."],["dbg","Debug tracing helpers."],["dominator_tree","A Dominator Tree represented as mappings of Ebbs to their immediate dominator."],["flowgraph","A control flow graph represented as mappings of extended basic blocks to their predecessors and successors."],["ir","Representation of Cranelift IR functions."],["isa","Instruction Set Architectures."],["loop_analysis","A loop analysis represented as mappings of loops to their header Ebb and parent in the loop tree."],["packed_option","Compact representation of `Option<T>` for types with a reserved value."],["print_errors","Utility routines for pretty-printing error messages."],["settings","Shared settings module."],["timing","Pass timing."],["verifier","A verifier for ensuring that functions are well formed. It verifies:"],["write","Converting Cranelift IR to text."]],"struct":[["Context","Persistent data structures and compilation pipeline."],["ValueLocRange","Value location range."]],"type":[["CodegenResult","A convenient alias for a `Result` that uses `CodegenError` as the error type."],["ValueLabelsRanges","Resulting map of Value labels and their ranges/locations."]]}); |