Skip to content

Commit

Permalink
improve exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 23, 2024
1 parent ed3602e commit fa12b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ mod vm;
pub mod stl;

pub mod regs {
pub use crate::core::*;
pub use crate::core::{IdxA, IdxAl, Reg, RegA, Status, A, CALL_STACK_SIZE_MAX};
}

pub use isa::{IsaId, ISA_ALU64, ISA_AN, ISA_ID_MAX_LEN};
Expand All @@ -168,4 +168,4 @@ pub use library::{Lib, LibId, LibSite};
pub use paste::paste;
pub use vm::Vm;

pub use self::core::{Core, Site, CALL_STACK_SIZE_MAX};
pub use self::core::{gfa, Core, CoreConfig, Site, SiteId};

0 comments on commit fa12b0b

Please sign in to comment.