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: Jan 24 2025 at 00:11 UTC