Is there a way to pass -S inherit-network to wasmtime via cargo-componen-run? I want to test a TCP example, and by default the network is being denied.
I think you can override with CARGO_TARGET_WASM32_WASIP1_RUNNER="wasmtime -S inherit-network"
Last updated: Feb 24 2026 at 05:28 UTC