mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-15 15:15:40 +00:00
6 lines
94 B
Rust
6 lines
94 B
Rust
|
#[cfg(windows)]
|
||
|
mod exception_handling;
|
||
|
|
||
|
#[cfg(windows)]
|
||
|
pub use self::exception_handling::*;
|