bytecodealliance / cargo-component

A Cargo subcommand for creating WebAssembly components based on the component model proposal.
Apache License 2.0
458 stars 54 forks source link

Should the wit crate be relocated to wasm-pkg-tools? #307

Open ricochet opened 3 months ago

ricochet commented 3 months ago

Now that there is a hosted project for Wasm packaging tools, should the wit crate in this project be moved there? I imagine most of the maintenance and iteration will be closely tied to the crates in wasm-pkg-tools.

fibonacci1729 commented 3 months ago

That is the plan! AFAICT it's not a simple lift and shift however and will require some refactoring to eliminate a dependency on cargo-component-core. I haven't dug too deeply into it yet.

calvinrp commented 3 months ago

Yep, an inspired rewrite should land in wasm-pkg-tools repo during the month of June.