wasmer/lib/runtime-abi/src/lib.rs

9 lines
200 B
Rust
Raw Normal View History

#![deny(unused_imports, unused_variables, unused_unsafe, unreachable_patterns)]
2019-03-27 23:06:42 +00:00
#[cfg(not(target_os = "windows"))]
#[macro_use]
extern crate failure;
2019-03-27 23:06:42 +00:00
#[cfg(not(target_os = "windows"))]
pub mod vfs;