mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 12:48:20 +00:00
binfmt_misc: target_os = linux
This commit is contained in:
@@ -11,7 +11,7 @@ mod self_update;
|
|||||||
mod validate;
|
mod validate;
|
||||||
#[cfg(feature = "wast")]
|
#[cfg(feature = "wast")]
|
||||||
mod wast;
|
mod wast;
|
||||||
#[cfg(unix)]
|
#[cfg(target_os = "linux")]
|
||||||
mod binfmt;
|
mod binfmt;
|
||||||
|
|
||||||
#[cfg(feature = "compiler")]
|
#[cfg(feature = "compiler")]
|
||||||
@@ -20,6 +20,6 @@ pub use compile::*;
|
|||||||
pub use create_exe::*;
|
pub use create_exe::*;
|
||||||
#[cfg(feature = "wast")]
|
#[cfg(feature = "wast")]
|
||||||
pub use wast::*;
|
pub use wast::*;
|
||||||
#[cfg(unix)]
|
#[cfg(target_os = "linux")]
|
||||||
pub use binfmt::*;
|
pub use binfmt::*;
|
||||||
pub use {cache::*, config::*, inspect::*, run::*, self_update::*, validate::*};
|
pub use {cache::*, config::*, inspect::*, run::*, self_update::*, validate::*};
|
||||||
|
|||||||
Reference in New Issue
Block a user