Skip to content

Commit

Permalink
targets/wasip2: add wasmtime -S args to support network interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar authored and deadprogram committed Sep 17, 2024
1 parent 5a014dd commit d4729f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/wasip2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit d4729f9

Please sign in to comment.