wasmer-win-exception-handler 0.14.1

Wasmer runtime exception handling for Windows
Documentation
[build-dependencies.cmake]
version = "0.1"

[package]
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
description = "Wasmer runtime exception handling for Windows"
edition = "2018"
license = "MIT"
name = "wasmer-win-exception-handler"
repository = "https://github.com/wasmerio/wasmer"
version = "0.14.1"
[target."cfg(windows)".dependencies.libc]
version = "0.2.60"

[target."cfg(windows)".dependencies.wasmer-runtime-core]
version = "0.14.1"

[target."cfg(windows)".dependencies.winapi]
features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"]
version = "0.3.8"