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

7 lines
119 B
Rust
Raw Normal View History

2019-03-27 16:06:42 -07:00
#[cfg(not(target_os = "windows"))]
#[macro_use]
extern crate failure;
2019-03-27 16:06:42 -07:00
#[cfg(not(target_os = "windows"))]
pub mod vfs;