mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 09:19:25 +00:00
Add wasmer-wasi-local-networking
This commit is contained in:
committed by
Manos Pitsidianakis
parent
52a28a3902
commit
4bd78939be
@ -56,6 +56,7 @@ dep_graph = {
|
||||
"wasmer-vfs": set([]),
|
||||
"wasmer-vbus": set([]),
|
||||
"wasmer-vnet": set([]),
|
||||
"wasmer-wasi-local-networking": set([]),
|
||||
"wasmer-cache": set(["wasmer"]),
|
||||
"wasmer-wasi": set(["wasmer", "wasmer-wasi-types", "wasmer-vfs", "wasmer-vbus", "wasmer-vnet"]),
|
||||
"wasmer-wasi-types": set(["wasmer-types"]),
|
||||
@ -119,6 +120,7 @@ location = {
|
||||
"wasmer-vbus": "vbus",
|
||||
"wasmer-vnet": "vnet",
|
||||
"wasmer-cli": "cli",
|
||||
"wasmer-wasi-local-networking": "wasi-local-networking",
|
||||
"wasmer-wast": "../tests/lib/wast",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user