Files
wasmer/lib/runtime-abi/src/lib.rs
Mackenzie Clark 074013648e build on windows
2019-03-27 16:07:59 -07:00

7 lines
119 B
Rust

#[cfg(not(target_os = "windows"))]
#[macro_use]
extern crate failure;
#[cfg(not(target_os = "windows"))]
pub mod vfs;