Files
wasmer/lib/runtime-abi/src/lib.rs
2019-08-01 20:46:35 -06:00

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;