wasmer-win-exception-handler 0.6.0

Wasmer runtime exception handling for Windows
Documentation
1
2
3
4
5
6
7
#![deny(unused_imports, unused_variables, unused_unsafe, unreachable_patterns)]

#[cfg(windows)]
mod exception_handling;

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