mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
9 lines
233 B
TOML
9 lines
233 B
TOML
[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" }
|
|
libc = "0.2.50" |