Bailey Hayes

Results 68 issues of Bailey Hayes

Right now we don't have a script or anything tying the wasm bytes used in the test fixtures with their source code. These are not rebuilt when the source changes....

With the wkg.lock files in place, the deps can be regenerated by running wash wit fetch which also happens automatically with a wash build. - Add wit/deps/ to .gitignore -...

Despite passing in --force, the older version of the plugin remains installed and success for install is reported.

When passing help after a plugin is included in `wash plugin test`, print the help for the plugin not `wash plugin test` ```bash wash plugin test /Users/bhayes/repos/cosmonic-labs/openapi2mcp/target/wasm32-wasip2/debug/deps/openapi2mcp-6ed575558eb28471.wasm -h Test run...

I built the examples in [wasmcloud/go](github.com/wasmcloud/go) with `beta.4` and was a little surprised to see the templates duplicated in each project's config. Templates seem like something that should only be...

bug

Following the steps for `wash new` and selecting the sample-wasi-http-rust template from the BA, I get a ~7mb .wasm after a `wash build`. Other than modifying the config.json, I have...

Add annotations as optional parameters to oci push. ```bash wkg oci push -h ... -a, --author An optional author to set for the pushed component --annotation Add an OCI annotation...

enhancement
good first issue

I built the examples in [wasmcloud/go](github.com/wasmcloud/go) with `beta.4`. For most of these examples, we have only one world defined in the project's wit package. We should be able to determine...