You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project structure looks like this. The wit package foo is implemented in another project, and I will combine the implementation component with this component together using wasm-tools later.
I was clued in to "deps" when I stumbled upon the wit-deps repo. This issue is the sole place I've been able to find a pointer about how to use them. Is there a canonical place to go to read more about how deps are supposed to be resolved?
First of all, thanks for this awesome project.
I'm wondering if I can reference packages to import like
cargo component
forComponentizeJS
(and also forcomponentize-py
but not tested yet).The project structure looks like this. The wit package
foo
is implemented in another project, and I will combine the implementation component with this component together usingwasm-tools
later.But it seems that I can't use
jco
andComponentizeJS
to accomplish this task..To reproduce, please head over to this repo.
The text was updated successfully, but these errors were encountered: