Stream: cargo-component

Topic: how to inherit network in `cargo component run`?


view this post on Zulip Yoshua Wuyts (Jul 22 2024 at 17:05):

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.

view this post on Zulip Alex Crichton (Jul 22 2024 at 18:03):

I think you can override with CARGO_TARGET_WASM32_WASIP1_RUNNER="wasmtime -S inherit-network"


Last updated: Nov 25 2024 at 19:03 UTC