mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
Refactor last traces of "Universal" nomenclature
This commit is contained in:
@@ -51,19 +51,19 @@ mod lib {
|
||||
}
|
||||
}
|
||||
|
||||
mod artifact;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
mod engine;
|
||||
mod traits;
|
||||
|
||||
pub use crate::artifact::*;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub use crate::engine::*;
|
||||
pub use crate::traits::*;
|
||||
|
||||
#[cfg(feature = "translator")]
|
||||
mod universal_artifact;
|
||||
mod artifact_builders;
|
||||
|
||||
#[cfg(feature = "translator")]
|
||||
pub use self::universal_artifact::*;
|
||||
pub use self::artifact_builders::*;
|
||||
|
||||
#[cfg(feature = "translator")]
|
||||
mod compiler;
|
||||
|
||||
Reference in New Issue
Block a user