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

7 lines
119 B
Rust
Raw Normal View History

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;