mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-27 07:31:33 +00:00
7 lines
119 B
Rust
7 lines
119 B
Rust
#[cfg(not(target_os = "windows"))]
|
|
#[macro_use]
|
|
extern crate failure;
|
|
|
|
#[cfg(not(target_os = "windows"))]
|
|
pub mod vfs;
|