Stream: cargo-component

Topic: components in a cargo workspace


view this post on Zulip Nuke 🌄 (Mar 18 2024 at 18:40):

Thinking about #cargo-component > wasm-bindgen crates -> cargo components & wasi a bit, I figured it might make more sense to have a monorepo workspace that keeps the separation of concerns clean for crates and component impls. Sadly I ran into some binding issues trying this: https://github.com/bytecodealliance/cargo-component/issues/263

Any help or suggestions here would be greatly appreciated :pray:

It seems that composing a project with a structure like below has resolution issues that need a patch to the bindings generated to function:  . ├──  Cargo.toml # <<< Workspace only, with members ...

view this post on Zulip Notification Bot (Mar 18 2024 at 18:49):

A message was moved here from #cargo-component > wasm-bindgen crates -> cargo components & wasi by Nuke 🌄.


Last updated: Nov 25 2024 at 19:03 UTC