wasmer/lib/wasi/Cargo.toml

17 lines
398 B
TOML
Raw Normal View History

2019-03-28 18:23:08 +00:00
[package]
name = "wasmer-wasi"
version = "0.1.0"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
edition = "2018"
[dependencies]
wasmer-runtime-core = { path = "../runtime-core", version = "0.2.1" }
2019-03-29 20:06:06 +00:00
libc = "0.2.50"
rand = "0.6.5"
2019-04-01 22:15:20 +00:00
# wasmer-runtime-abi = { path = "../runtime-abi" }
hashbrown = "0.1.8"
generational-arena = "0.2.2"
zbox = "0.6.1"
log = "0.4.6"
byteorder = "1.3.1"