mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-28 08:01:33 +00:00
add windows exception handling in C (#175)
This commit is contained in:
5
lib/win-exception-handler/src/lib.rs
Normal file
5
lib/win-exception-handler/src/lib.rs
Normal file
@ -0,0 +1,5 @@
|
||||
#[cfg(windows)]
|
||||
mod exception_handling;
|
||||
|
||||
#[cfg(windows)]
|
||||
pub use self::exception_handling::*;
|
Reference in New Issue
Block a user