Add wasmer-wasi-local-networking

This commit is contained in:
Felix Schütt
2022-07-29 12:25:29 +02:00
committed by Manos Pitsidianakis
parent 52a28a3902
commit 4bd78939be
2 changed files with 6 additions and 2 deletions

View File

@@ -15,10 +15,12 @@ maintenance = { status = "experimental" }
[dependencies]
wasmer-vnet = { version = "=3.0.0-alpha.4", path = "../vnet", default-features = false }
wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.4", default-features = false, features = [ "host-fs" ] }
wasmer-vfs = { path = "../vfs", version = "=3.0.0-alpha.4", default-features = false }
tracing = "0.1"
bytes = "1.1"
[features]
default = [ ]
default = ["host_fs"]
wasix = [ ]
host_fs = ["wasmer-vnet/host_fs", "wasmer-vfs/host-fs"]
mem_fs = ["wasmer-vnet/mem_fs", "wasmer-vfs/mem-fs"]