Bailey Hayes
Bailey Hayes
I am very excited about this. I noticed map support like `MapOf` is not part of this refactor. That's something I'm game to help implement to close #2640. The project...
Should this update wasi-libc? That is usually in its own PR.
I included this snippet from what I've seen when the generator is a CLI and not managed as a dependency, e.g. not in go.mod/go.sum, Cargo.toml, etc. go-enum is an example:...
On the note of component model alignment, we've proposed standardizing WIT with the component model: https://github.com/WebAssembly/WASI/issues/484
I'm in favor of listing guest/host before the language, e.g. `wit-bindgen guest c` I am also pro `parser` to `wit-parser` now that we're discussing parsing profile syntax.
Conventional commit's core benefit is that it enables auto-versioning of releases (feats bump minor, breaking major unless major is v0). The added benefit is that it can be used to...
`own` and `borrow` types will soon be added to the component-model. I believe this will handle your use-case https://github.com/WebAssembly/component-model/pull/129
Since this is fedora specific, I'd like to also double-check that the http server is starting without issue. The way I usually debug those issues is by looking at the...
The biggest improvement that I would love to see is the elimination of CGO and c bindings.
Config property bags where the fields and types are not known ahead of time are the prime example. https://github.com/wasmCloud/interfaces/blob/47825448f9c355a35453047d2cd8d5bccad60e3f/core/wasmcloud-core.smithy#L92