Files
wasmer/lib/win-exception-handler/src/lib.rs
2019-02-14 09:58:33 -08:00

6 lines
94 B
Rust

#[cfg(windows)]
mod exception_handling;
#[cfg(windows)]
pub use self::exception_handling::*;