enum jnc.ModuleCompileState

enum ModuleCompileState {
    Idle,
    Linked,
    LayoutCalculated,
    Compiled,
    Jitted,
};