Skip to content

Commit 72d5ad8

Browse files
committed
fix(wasmtime-cli): allow networking
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent ac7b1d6 commit 72d5ad8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

crates/wasmtime-cli/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,9 @@ fn new_store<C: Invoke>(
275275
.inherit_env()
276276
.inherit_stdio()
277277
.inherit_network()
278+
.allow_ip_name_lookup(true)
279+
.allow_tcp(true)
280+
.allow_udp(true)
278281
.args(&[arg0])
279282
.build(),
280283
table: ResourceTable::new(),

0 commit comments

Comments
 (0)