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: Nov 25 2024 at 19:03 UTC