diff --git a/targets/wasip2.json b/targets/wasip2.json index 7735e12da..b32a68197 100644 --- a/targets/wasip2.json +++ b/targets/wasip2.json @@ -23,7 +23,7 @@ "extra-files": [ "src/runtime/asm_tinygowasm.S" ], - "emulator": "wasmtime --wasm component-model --dir={tmpDir}::/tmp {}", + "emulator": "wasmtime --wasm component-model -Sinherit-network -Sallow-ip-name-lookup --dir={tmpDir}::/tmp {}", "wit-package": "{root}/lib/wasi-cli/wit/", "wit-world": "wasi:cli/command" }