Brooks Townsend
Brooks Townsend
Closing this one out for now since it hasn't had an update in a bit
The dog-fetcher is actually going to fail the build until https://github.com/wasmCloud/wasmCloud/pull/3371 merges, so I might back out the dog-fetcher change from this PR if it becomes a blocker (we figured...
@vados-cosmonic yep I think so! There are still some things to carry over with the `reqwest` PR but I can capture that elsewhere
Hmm this is a bug, there's a generation for the config with and without templates and we should be using the without templates for local project config
There's definitely an "easy" way to accomplish this, very similar to the way plugin arguments get collected today. The secret is `trailing_var_arg`: https://github.com/wasmCloud/wash/blob/main/crates/wash/src/cli/plugin.rs#L288 Effectively, any arguments that don't match with...
This feels pretty do-able, in a tinygo project if the $WIT_DIR/world.wit only contains one world we can default to that. Also maybe we can set the final key to `wit_deps`...
@ricochet yes yes yes, this looks great. I'd like to extend this as well to add a section in the wash config at the project level so that these annotations...