mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-12 21:38:39 +00:00
Merge Backend into EngineBuilder and refactor feature flags
This commit is contained in:
@@ -51,11 +51,9 @@ mod lib {
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
mod engine;
|
||||
mod traits;
|
||||
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
pub use crate::engine::*;
|
||||
pub use crate::traits::*;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user