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-virt
s 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: Nov 22 2024 at 16:03 UTC