mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Add wasmer-wasi-local-networking
This commit is contained in:
committed by
Manos Pitsidianakis
parent
52a28a3902
commit
4bd78939be
@@ -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"]
|
||||
Reference in New Issue
Block a user