Module wasmtime_jit::trampoline::ir [−][src]
Structs
| Function | A function. |
| MemFlags | Flags for memory operations like load/store. |
| StackSlotData | Contents of a stack slot. |
Enums
| ExternalName | The name of an external is either a reference to a user-defined symbol table, or a short sequence of ascii bytes so that test cases do not have to keep track of a symbol table. |
| StackSlotKind | The kind of a stack slot. |
Traits
| InstBuilder | Convenience methods for building instructions. |