mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-26 07:01:33 +00:00
8 lines
210 B
Rust
8 lines
210 B
Rust
#![deny(dead_code, unused_imports, unused_variables, unused_unsafe, unreachable_patterns)]
|
|
#[cfg(not(target_os = "windows"))]
|
|
#[macro_use]
|
|
extern crate failure;
|
|
|
|
#[cfg(not(target_os = "windows"))]
|
|
pub mod vfs;
|