wasmer-wasi 0.13.0

Wasmer runtime WASI implementation library
Documentation
[package]
name = "wasmer-wasi"
version = "0.13.0"
description = "Wasmer runtime WASI implementation library"
license = "MIT"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
repository = "https://github.com/wasmerio/wasmer"
keywords = ["wasm", "webassembly", "wasi", "sandbox", "ABI"]
categories = ["wasm"]
edition = "2018"

[dependencies]
bincode = "1"
byteorder = "1.3"
generational-arena = { version = "0.2", features = ["serde"] }
libc = "0.2.60"
log = "0.4"
getrandom = "0.1"
time = "0.1"
typetag = "0.1"
serde = { version = "1", features = ["derive"] }
wasmer-runtime-core = { path = "../runtime-core", version = "0.13.0" }

[target.'cfg(windows)'.dependencies]
winapi = "0.3"