mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
Remove Artifact trait
In favor of using UniversalArtifact everywhere
This commit is contained in:
@@ -67,17 +67,12 @@ pub use self::universal_artifact::*;
|
||||
|
||||
#[cfg(feature = "translator")]
|
||||
mod compiler;
|
||||
mod target;
|
||||
|
||||
#[cfg(feature = "translator")]
|
||||
#[macro_use]
|
||||
mod translator;
|
||||
#[cfg(feature = "translator")]
|
||||
pub use crate::compiler::{Compiler, CompilerConfig, Symbol, SymbolRegistry};
|
||||
pub use crate::target::{
|
||||
Architecture, BinaryFormat, CallingConvention, CpuFeature, Endianness, OperatingSystem,
|
||||
PointerWidth, Target, Triple,
|
||||
};
|
||||
#[cfg(feature = "translator")]
|
||||
pub use crate::translator::{
|
||||
from_binaryreadererror_wasmerror, translate_module, wptype_to_type, FunctionBinaryReader,
|
||||
|
||||
Reference in New Issue
Block a user