Browse Source

targets/wasip2: add wasmtime -S args to support network interfaces

pull/4472/head
Randy Reddig 2 months ago
committed by Ron Evans
parent
commit
d4729f92bd
  1. 2
      targets/wasip2.json

2
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"
}

Loading…
Cancel
Save