mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-24 18:02:13 +00:00
17 lines
545 B
TOML
17 lines
545 B
TOML
[package]
|
|
name = "wasmer-win-exception-handler"
|
|
version = "0.17.0"
|
|
description = "Wasmer runtime exception handling for Windows"
|
|
license = "MIT"
|
|
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
|
|
repository = "https://github.com/wasmerio/wasmer"
|
|
edition = "2018"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
wasmer-runtime-core = { path = "../runtime-core", version = "0.17.0" }
|
|
winapi = { version = "0.3.8", features = ["winbase", "errhandlingapi", "minwindef", "minwinbase", "winnt"] }
|
|
libc = "0.2.60"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|