Bailey Hayes

Results 58 comments of Bailey Hayes

Now the host side is implemented in https://github.com/wasmCloud/wash/pull/114

Thank you for this thoughtful and well-structured proposal! We really appreciate the time and effort you've put into designing this extension system, and the clear documentation of the use cases...

OK phew good! I can tell this was a ton of work. Everything for v2 is in http://github.com/wasmcloud/wash We're working through documentation at https://wasmcloud.com/docs/v2.0.0-rc.1/ , note another one is incoming...

Thank you that simplified it quite a bit 👍

Confirmed dog-fetcher works manually with: ```bash cargo install --path ./crates/wash-cli wash up cd examples/rust/components/dog-fetcher wash build wash app deploy wadm.yaml ```

This is invalid WIT. WIT identifiers are case-insensitive and normalize to lowercase: ```md Each name must be case-insensitively unique in the scope in which it is declared. In the case...

Yes, we should definitely fill these in. I manually set the source repo label for all of these. For the license, we should set the SPDX ID as `Apache-2.0 WITH...

With the WASI 0.2.1 release, we now have these set for all WIT packages pushed to OCI. Check them out here: https://github.com/WebAssembly/WASI/releases/tag/v0.2.1 We set these on the oci push, here...