mirror of
https://github.com/mii443/wasmer.git
synced 2025-09-02 23:49:28 +00:00
Remove wasmer_engine_universal{,_artifact} and merge into wasmer_compiler
This commit is contained in:
@ -8,6 +8,9 @@ mod resolver;
|
||||
mod trap;
|
||||
mod tunables;
|
||||
|
||||
#[cfg(feature = "translator")]
|
||||
mod universal;
|
||||
|
||||
pub use self::artifact::Artifact;
|
||||
pub use self::error::{InstantiationError, LinkError};
|
||||
pub use self::export::{Export, ExportFunction, ExportFunctionMetadata};
|
||||
@ -15,3 +18,6 @@ pub use self::inner::{Engine, EngineId};
|
||||
pub use self::resolver::resolve_imports;
|
||||
pub use self::trap::*;
|
||||
pub use self::tunables::Tunables;
|
||||
|
||||
#[cfg(feature = "translator")]
|
||||
pub use self::universal::*;
|
||||
|
Reference in New Issue
Block a user