Stream: WASI-Virt

Topic: Componentizing


view this post on Zulip Brian (Jan 26 2024 at 20:48):

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.

view this post on Zulip Brian (Jan 26 2024 at 21:40):

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: Oct 23 2024 at 20:03 UTC