Has anyone had any luck trying to componentize a crate that uses wasi-virt as a rust library? while running cargo +nightly component build i get: error: failed to run custom build command for "link-cplusplus v1.0.9" along with some pretty nasty clang spew.
It seems like the issue is that wasi-virts dependency on wasm-opt which doesn't seem to be able to compile to wasm32-wasi. Is it a terrible idea to feature flag wasm-opt in wasi-virt?
Last updated: Dec 06 2025 at 06:05 UTC