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: Dec 06 2025 at 06:05 UTC